- 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
-
- 01 11月, 2014 3 次提交
- 31 10月, 2014 2 次提交
- 30 10月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 24 10月, 2014 2 次提交
- 23 10月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 17 10月, 2014 2 次提交
- 16 10月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 15 10月, 2014 1 次提交
-
-
由 asaha 提交于
-
- 10 10月, 2014 2 次提交
- 09 10月, 2014 2 次提交
- 08 10月, 2014 1 次提交
-
-
由 asaha 提交于
-
- 07 10月, 2014 2 次提交
- 03 10月, 2014 7 次提交
- 02 10月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: kvn
-
- 01 10月, 2014 1 次提交
-
-
由 asaha 提交于
-
- 30 9月, 2014 2 次提交
-
-
由 brutisso 提交于
-
由 tschatzl 提交于
8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references. Reviewed-by: iveresov, brutisso, mgerdin
-
- 27 9月, 2014 2 次提交
-
-
由 jwilhelm 提交于
Summary: Ergonomics updates flags for number of GC threads Reviewed-by: tschatzl, jwilhelm Contributed-by: sangheon.kim@oracle.com
-
由 iveresov 提交于
8058536: java/lang/instrument/NativeMethodPrefixAgent.java fails due to VirtualMachineError: out of space in CodeCache for method handle intrinsic Summary: Make sure MH intrinsics can be created before compiler instances Reviewed-by: kvn
-
- 29 9月, 2014 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: coleenp, minqi
-
- 27 9月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: ClassLoader for array klass set to null and not the class loader of the component type. Reviewed-by: dcubed, ctornqvi
-
- 26 9月, 2014 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-