- 18 3月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: kvn
-
- 10 3月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: kvn
-
- 04 3月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: kvn, mdoerr
-
- 20 1月, 2016 1 次提交
-
-
由 dbuck 提交于
8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure> Summary: The crash was caused by a faulty eager humongous reclaim. The reason for reclaiming a live object was that the call to cleanupHRRS was done after dirtying cards and clearing the remembered sets for the humongous object. This could lead to one or many cards being missed. Reviewed-by: tbenson, kbarrett, tschatzl
-
- 08 12月, 2015 1 次提交
-
-
由 dbuck 提交于
Summary: Rewrote compressed oops tests Reviewed-by: kvn, coleenp, mseledtsov
-
- 31 8月, 2015 1 次提交
-
-
由 roland 提交于
Summary: Bad rewiring of memory edges when we split unique types during EA Reviewed-by: kvn
-
- 04 12月, 2015 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: kvn
-
- 02 12月, 2015 1 次提交
-
-
由 kevinw 提交于
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1. Reviewed-by: tschatzl, sjohanss Contributed-by: NLeonid Mesnik <leonid.mesnik@oracle.com>
-
- 15 7月, 2015 1 次提交
-
-
由 aeriksso 提交于
8131333: [TESTBUG] RedefineRunningMethodsWithResolutionErrors.java Improperly specified VM option 'TraceRedefineClasses=0x600' Reviewed-by: coleenp, sspitsyn
-
- 25 6月, 2015 2 次提交
- 24 6月, 2015 1 次提交
-
-
由 aph 提交于
Summary: Partial backport of 8080600 to make AArch64 a known platform Reviewed-by: dholmes, coleenp
-
- 11 6月, 2015 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn
-
- 03 6月, 2015 1 次提交
-
-
由 roland 提交于
Summary: Node::depends_only_on_test() should return false for Unsafe loads Reviewed-by: kvn, adinn
-
- 22 5月, 2015 1 次提交
-
-
由 thartmann 提交于
Summary: Added test to check correctness of type propagation to CmpUNodes. Reviewed-by: kvn
-
- 26 5月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, vlivanov Contributed-by: NDenis Kononenko <denis.kononenko@oracle.com>
-
- 19 5月, 2015 2 次提交
- 08 5月, 2015 1 次提交
-
-
由 thartmann 提交于
Summary: Prevent vectorization of memory operations with different invariant offsets if unaligned memory accesses are not allowed. Reviewed-by: kvn
-
- 01 5月, 2015 3 次提交
- 30 4月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: stuefe, dsamersoff, dcubed
-
- 16 4月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Prevent eager reclaim of objects that might be on mark stack. Reviewed-by: brutisso, tschatzl
-
- 14 4月, 2015 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn
-
- 27 3月, 2015 1 次提交
-
-
由 roland 提交于
Summary: meet of 2 constant arrays result in bottom Reviewed-by: kvn
-
- 25 3月, 2015 1 次提交
-
-
由 hseigel 提交于
Summary: For *store bytecodes, compare incoming, not outgoing, type state with exception handlers' stack maps. Reviewed-by: acorn, dholmes
-
- 20 3月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Instead of 'fpclass', use cast float->int and double->long to check if value is +0.0f and +0.0d, respectively. Reviewed-by: kvn, simonis, dlong
-
- 19 3月, 2015 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, ecaspole
-
- 12 3月, 2015 1 次提交
-
-
由 roland 提交于
Summary: default methods added to classes confuse dependency processing Reviewed-by: kvn
-
- 02 3月, 2015 1 次提交
-
-
由 thartmann 提交于
Summary: Escape state of allocated object should be always adjusted after it was passed to a method. Reviewed-by: kvn
-
- 18 2月, 2015 1 次提交
-
-
由 iveresov 提交于
Summary: Check for overflow when inverting the loop during the counted loop conversion Reviewed-by: kvn
-
- 23 4月, 2015 1 次提交
-
-
由 eistepan 提交于
Reviewed-by: kvn, iignatyev
-
- 24 4月, 2015 1 次提交
-
-
由 tschatzl 提交于
Reviewed-by: jmasa, jwilhelm
-
- 23 4月, 2015 1 次提交
-
-
由 jwilhelm 提交于
Reviewed-by: tschatzl, jwilhelm
-
- 07 4月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Allow use of large pages for auxiliary data structures in G1. Clean up existing interfaces. Reviewed-by: jmasa, pliden, stefank
-
- 07 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes Contributed-by: cheleswer.sahu@oracle.com
-
- 25 12月, 2015 1 次提交
-
-
由 skovalev 提交于
Reviewed-by: dholmes, rriggs
-
- 16 1月, 2015 1 次提交
-
-
由 asiebenborn 提交于
Reviewed-by: kvn
-
- 21 1月, 2015 1 次提交
-
-
由 goetz 提交于
Reviewed-by: ctornqvi, fzhinkin, farvidsson
-