diff options
Diffstat (limited to 'test/979-const-method-handle/src/Main.java')
-rw-r--r-- | test/979-const-method-handle/src/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/979-const-method-handle/src/Main.java b/test/979-const-method-handle/src/Main.java index 72d529b68b..17d5d91c50 100644 --- a/test/979-const-method-handle/src/Main.java +++ b/test/979-const-method-handle/src/Main.java @@ -29,7 +29,7 @@ class Main { * Number of iterations run to attempt to trigger JIT compilation. These tests run on ART and * the RI so they iterate rather than using the ART only native method ensureJitCompiled(). */ - private static final int ITERATIONS_FOR_JIT = 12000; + private static final int ITERATIONS_FOR_JIT = 30000; /** A static field updated by method handle getters and setters. */ private static String name = "default"; |