- 30 5月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: vlivanov, sla
-
- 20 5月, 2014 1 次提交
-
-
由 dfazunen 提交于
Reviewed-by: jmasa, ehelin, jwilhelm
-
- 12 5月, 2014 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: ysr, brutisso, tschatzl
-
- 21 7月, 2014 3 次提交
-
-
由 tschatzl 提交于
Summary: When G1 is run with -XX:-G1DeferredRSUpdate, the VM crashes because of wrong initialization order of member variables. The change makes the initalization explicit, not relying on initialization order any more. Reviewed-by: brutisso, mgerdin
-
由 tschatzl 提交于
Summary: The test launched a 32 bit VM with UseCompressedOops enabled. This is not supported on 32 bit VMs, causing a test failure. Investigation showed that the use of this flag is not required at all, so simply remove it. Reviewed-by: tschatzl, jwilhelm Contributed-by: NAndrey Zakharov <andrey.x.zakharov@oracle.com>
-
由 tschatzl 提交于
Summary: Parallelize card redirtying to decrease the time it takes. Reviewed-by: brutisso
-
- 11 7月, 2014 2 次提交
- 17 6月, 2014 1 次提交
-
-
由 vlivanov 提交于
8033626: assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place Reviewed-by: kvn, roland
-
- 13 6月, 2014 3 次提交
-
-
由 kvn 提交于
Summary: Place new nodes on the previous loop exit in reorg_offsets(). Reviewed-by: roland
-
由 dcubed 提交于
Summary: Added a new header waiting pattern to catch the case where the target thread waiting on a condition (like a VM op); several other test improvements Reviewed-by: sspitsyn, dholmes
-
由 ehelin 提交于
Reviewed-by: stefank, jmasa
-
- 09 6月, 2014 1 次提交
-
-
由 neliasso 提交于
Summary: Prevent from running with Xcomp Reviewed-by: kvn, twisti
-
- 04 6月, 2014 1 次提交
-
-
由 dcubed 提交于
Summary: Add a !owner check for 'waiting to lock' to catch current_pending_monitor corner cases. Reviewed-by: dholmes, sspitsyn, kmo, zgu Contributed-by: rednaxelafx@gmail.com, zhengyu.gu@oracle.com, daniel.daugherty@oracle.com
-
- 30 5月, 2014 2 次提交
- 22 5月, 2014 1 次提交
-
-
由 rasbold 提交于
Summary: In bcEscapeAnalyzer update the _allocated_escapes flag if a var escapes the method. Reviewed-by: kvn
-
- 12 5月, 2014 1 次提交
-
-
由 mikael 提交于
Reviewed-by: sla, erikj
-
- 15 5月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: Allow a BootstrapMethods attribute that contains an empty bootstrap_methods table where num_bootstrap_methods is equal to zero. Reviewed-by: coleenp, hseigel
-
- 18 5月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
-
- 07 7月, 2014 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: ehelin, tschatzl
-
- 02 5月, 2014 1 次提交
-
-
由 kvn 提交于
8042281: compiler/7184394/TestAESMain.java fails with: javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes Summary: Added missing -DmsgSize=640 to test's run commands. Reviewed-by: kvn Contributed-by: shrinivas.joshi@oracle.com
-
- 01 5月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Fix the arbitrary alignment issue in SPARC AES crypto stub routines. Reviewed-by: kvn, iveresov Contributed-by: shrinivas.joshi@oracle.com
-
- 25 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: method handle call to c1 intrinsic tries to profile popped argument Reviewed-by: kvn, twisti
-
- 19 6月, 2014 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: jwilhelm, ehelin, tschatzl
-
- 22 5月, 2014 1 次提交
-
-
由 allwin 提交于
Reviewed-by: dholmes, sspitsyn
-
- 01 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points. Reviewed-by: twisti, kvn
-
- 29 3月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: jrose, twisti
-
- 27 3月, 2014 2 次提交
- 06 3月, 2014 1 次提交
-
-
由 roland 提交于
Summary: enable type speculation Reviewed-by: kvn
-
- 05 3月, 2014 1 次提交
-
-
由 anoll 提交于
8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation' Summary: Add -XX:+IgnoreUnrecognizedVMOptions to @main/othervm to make the test pass on Client VM Reviewed-by: kvn, roland
-
- 13 3月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Add support for BMI1 instructions Reviewed-by: kvn, roland
-
- 04 3月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, jrose
-
- 27 2月, 2014 1 次提交
-
-
由 roland 提交于
Summary: biased locking's revoke_bias locks monitor in compiled frame with eliminated lock Reviewed-by: kvn, iveresov
-
- 03 4月, 2014 1 次提交
-
-
由 pliden 提交于
Reviewed-by: jmasa, sjohanss
-
- 06 3月, 2014 3 次提交
-
-
由 iignatyev 提交于
Reviewed-by: roland, sla, dholmes
-
由 iignatyev 提交于
8027257: [TESTBUG] compiler/ciReplay/TestVM.sh : Error: Could not find or load main class negative_test Reviewed-by: roland, kvn
-
由 iignatyev 提交于
8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled Reviewed-by: kvn, roland
-
- 26 2月, 2014 1 次提交
-
-
由 sla 提交于
Reviewed-by: dcubed, mgronlun
-