- 05 6月, 2019 1 次提交
-
-
由 xliu 提交于
Summary: Prevent downgraded compilation tasks from recompiling. Reviewed-by: sgehwolf, thartmann, andrew
-
- 03 6月, 2019 1 次提交
-
-
由 xliu 提交于
Summary: Includes compile_id addition from JDK-8054492 Reviewed-by: andrew
-
- 07 8月, 2018 1 次提交
-
-
由 dbuck 提交于
8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1 Summary: enforce lower bound on number of loop iterations used to trigger OSR Reviewed-by: kvn, iignatyev
-
- 11 11月, 2014 1 次提交
-
-
由 thartmann 提交于
8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations' Summary: Always use MDO if valid and always compile trivial methods with C1 if available. Reviewed-by: kvn, iveresov
-
- 30 10月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: Fixed Whitebox.deoptimizeMethod() to deoptimize all OSR versions of the method. Reviewed-by: kvn, iignatyev
-
- 28 10月, 2014 1 次提交
-
-
由 thartmann 提交于
8061983: [TESTBUG] compiler/whitebox/MakeMethodNotCompilableTest.java fails with "must not be in queue" Summary: Added a method checkNotCompiled(boolean isOsr) to either check if the method is OSR compiled or to check if it is non-OSR compiled. Reviewed-by: kvn
-
- 24 10月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: Call warmup code from OSR triggering method to make sure no non-OSR compilation is triggered in the loop. Reviewed-by: kvn
-
- 17 10月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: Move the call to 'waitAndDeoptimize' from the warmup methods to the osr triggering methods to make sure that no non-osr compilation is in the queue after warmup. Reviewed-by: kvn
-
- 13 10月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: Added code to 'warm up' the methods before triggering OSR compilation by executing them a limited number of times. Like this, the profile information marks the loop exit as taken and we don't add an uncommon trap. Reviewed-by: kvn, dlong, iignatyev
-
- 09 6月, 2014 1 次提交
-
-
由 neliasso 提交于
Summary: Prevent from running with Xcomp Reviewed-by: kvn, twisti
-
- 27 3月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: morris, kvn
-
- 06 3月, 2014 1 次提交
-
-
由 iignatyev 提交于
8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled Reviewed-by: kvn, roland
-
- 28 1月, 2014 1 次提交
-
-
由 neliasso 提交于
Summary: Only c2 compiles counts toward cutoff Reviewed-by: kvn, roland
-
- 31 12月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: twisti Contributed-by: anton.ivanov@oracle.com
-
- 20 10月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, twisti
-
- 28 9月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn
-
- 10 8月, 2013 1 次提交
-
-
由 iignatyev 提交于
Summary: 'compileonly' directive has beens added to each 'compiler/whitebox' test Reviewed-by: kvn
-
- 15 8月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn
-
- 26 4月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 17 4月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 10 4月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 18 3月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 20 2月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Modify WhiteBoxAPI to use interface classes from test/testlibrary instead, add ClassFileInstaller to resolve the boot class path issue Reviewed-by: ctornqvi, dsamersoff, coleenp, kvn
-
- 14 2月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-