Thu, 20 Aug 2009 11:20:21 -0700 Added tag jdk7-b70 for changeset 510668ab2f32
xdono [Thu, 20 Aug 2009 11:20:21 -0700] rev 3616
Added tag jdk7-b70 for changeset 510668ab2f32
Wed, 05 Jul 2017 16:59:32 +0200 Merge
duke [Wed, 05 Jul 2017 16:59:32 +0200] rev 3615
Merge
Fri, 21 Aug 2009 20:16:58 -0700 Merge
trims [Fri, 21 Aug 2009 20:16:58 -0700] rev 3614
Merge
Fri, 14 Aug 2009 17:14:07 -0700 Merge
trims [Fri, 14 Aug 2009 17:14:07 -0700] rev 3613
Merge
Fri, 14 Aug 2009 13:44:15 -0700 6872000: G1: compilation fails on linux/older gcc
apetrusenko [Fri, 14 Aug 2009 13:44:15 -0700] rev 3612
6872000: G1: compilation fails on linux/older gcc Reviewed-by: jcoomes, tonyp
Thu, 13 Aug 2009 17:59:05 -0700 Merge
trims [Thu, 13 Aug 2009 17:59:05 -0700] rev 3611
Merge
Wed, 12 Aug 2009 14:27:54 -0700 6867645: java -Xshare:dump failed - read only space too small
jcoomes [Wed, 12 Aug 2009 14:27:54 -0700] rev 3610
6867645: java -Xshare:dump failed - read only space too small Reviewed-by: iveresov, tonyp, ysr
Tue, 11 Aug 2009 23:24:41 -0700 6866585: debug code in ciObjectFactory too slow for large objects
jcoomes [Tue, 11 Aug 2009 23:24:41 -0700] rev 3609
6866585: debug code in ciObjectFactory too slow for large objects Reviewed-by: ysr, never, kvn
Sun, 09 Aug 2009 17:03:51 -0700 Merge
ysr [Sun, 09 Aug 2009 17:03:51 -0700] rev 3608
Merge
Wed, 05 Aug 2009 12:33:29 -0700 6821693: 64-bit TaskQueue capacity still too small
jcoomes [Wed, 05 Aug 2009 12:33:29 -0700] rev 3607
6821693: 64-bit TaskQueue capacity still too small 6821507: Alignment problem in GC taskqueue Reviewed-by: tonyp, apetrusenko
Thu, 06 Aug 2009 16:15:16 -0700 Merge
jrose [Thu, 06 Aug 2009 16:15:16 -0700] rev 3606
Merge
Thu, 06 Aug 2009 14:28:54 -0700 6868487: EnableInvokeDynamic and EnableMethodHandles should not be visible flags in JDK6 or JDK7
jrose [Thu, 06 Aug 2009 14:28:54 -0700] rev 3605
6868487: EnableInvokeDynamic and EnableMethodHandles should not be visible flags in JDK6 or JDK7 Summary: switch them from product to experimental; 6817525 will toggle them and switch to diagnostic Reviewed-by: kvn
Thu, 06 Aug 2009 12:24:41 -0700 6868051: (SA) FreeChunk support for compressed oops is broken
never [Thu, 06 Aug 2009 12:24:41 -0700] rev 3604
6868051: (SA) FreeChunk support for compressed oops is broken Reviewed-by: kvn, dcubed
Thu, 06 Aug 2009 09:37:26 -0700 Merge
kvn [Thu, 06 Aug 2009 09:37:26 -0700] rev 3603
Merge
Tue, 04 Aug 2009 21:32:08 -0700 6868269: CompileTheWorld assertion failure introduced by the reexecute bit implementation
cfang [Tue, 04 Aug 2009 21:32:08 -0700] rev 3602
6868269: CompileTheWorld assertion failure introduced by the reexecute bit implementation Summary: Improvement on reexecute implementation to fix the assertion failure Reviewed-by: kvn, never
Tue, 04 Aug 2009 17:11:17 -0700 6868486: timouts and outOfMemory in regression tests
kvn [Tue, 04 Aug 2009 17:11:17 -0700] rev 3601
6868486: timouts and outOfMemory in regression tests Summary: Increase timeout for tests and heap size for 6851282 test. Reviewed-by: never, cfang
Fri, 31 Jul 2009 17:12:33 -0700 6833129: specjvm98 fails with NullPointerException in the compiler with -XX:DeoptimizeALot
cfang [Fri, 31 Jul 2009 17:12:33 -0700] rev 3600
6833129: specjvm98 fails with NullPointerException in the compiler with -XX:DeoptimizeALot Summary: developed a reexecute logic for the interpreter to reexecute the bytecode when deopt happens Reviewed-by: kvn, never, jrose, twisti
Fri, 31 Jul 2009 12:04:07 -0700 6865031: Application gives bad result (throws bad exception) with compressed oops
kvn [Fri, 31 Jul 2009 12:04:07 -0700] rev 3599
6865031: Application gives bad result (throws bad exception) with compressed oops Summary: Produce narrow type for new Phi from the original Phi type. Reviewed-by: cfang
Thu, 30 Jul 2009 16:05:56 -0700 6864914: SPECjvm2008 produces invalid result with zero based Compressed Oops
kvn [Thu, 30 Jul 2009 16:05:56 -0700] rev 3598
6864914: SPECjvm2008 produces invalid result with zero based Compressed Oops Summary: Always use "lea" instruction for narrow oop decoding instead of "shift". Reviewed-by: never
Tue, 28 Jul 2009 09:02:30 +0200 6863155: Server compiler generates incorrect code (x86, long, bitshift, bitmask)
twisti [Tue, 28 Jul 2009 09:02:30 +0200] rev 3597
6863155: Server compiler generates incorrect code (x86, long, bitshift, bitmask) Summary: Code compiled with server compiler generates an incorrect result. Reviewed-by: cfang, never, kvn
Mon, 27 Jul 2009 06:15:29 -0700 Merge
twisti [Mon, 27 Jul 2009 06:15:29 -0700] rev 3596
Merge
Mon, 20 Jul 2009 08:20:00 -0700 6860920: serialize.cpp shouldn't use objArrayOopDesc::base_offset_in_bytes(T_BYTE)
twisti [Mon, 20 Jul 2009 08:20:00 -0700] rev 3595
6860920: serialize.cpp shouldn't use objArrayOopDesc::base_offset_in_bytes(T_BYTE) Summary: serialize.cpp currently uses objArrayOopDesc::base_offset_in_bytes(T_BYTE), which seems to be wrong. Reviewed-by: coleenp, kvn
Sun, 26 Jul 2009 16:40:14 -0700 6863420: os::javaTimeNanos() go backward on Solaris x86
kvn [Sun, 26 Jul 2009 16:40:14 -0700] rev 3594
6863420: os::javaTimeNanos() go backward on Solaris x86 Summary: Use new atomic long load method Atomic::load() to load max_hrtime. Reviewed-by: never, ysr, johnc, phh, dcubed, acorn
Sun, 26 Jul 2009 12:59:41 -0700 6851386: assert(b->find_node(def) < j,"uses must follow definitions")
kvn [Sun, 26 Jul 2009 12:59:41 -0700] rev 3593
6851386: assert(b->find_node(def) < j,"uses must follow definitions") Summary: Add additional check for a tight loop. Reviewed-by: never
(0) -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip