Skip to content

Commit

Permalink
Update JRE-21 to fix a tiered compilation crash
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Apr 22, 2024
1 parent 0fe743f commit 4896ce7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified src/main/assets/JRE-21.zip
Binary file not shown.
1 change: 0 additions & 1 deletion src/main/java/pojlib/util/JREUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ public static int launchJavaVM(final Activity activity, final List<String> JVMAr

userArgs.add("-XX:+UseZGC");
userArgs.add("-XX:+ZGenerational");
userArgs.add("-XX:TieredStopAtLevel=1");

userArgs.add("-Dorg.lwjgl.opengl.libname=" + graphicsLib);
userArgs.add("-Dorg.lwjgl.opengles.libname=" + "/system/lib64/libGLESv3.so");
Expand Down

0 comments on commit 4896ce7

Please sign in to comment.