Skip to content

Commit

Permalink
Only use C1 compilation due to issues with C2
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Apr 20, 2024
1 parent 30c5bc0 commit d19169a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/pojlib/util/JREUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ 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 d19169a

Please sign in to comment.