Thu, 05 Nov 2009 15:58:32 -0800 6898707: Bump the HS17 build number to 05
trims [Thu, 05 Nov 2009 15:58:32 -0800] rev 4105
6898707: Bump the HS17 build number to 05 Summary: Update the HS17 build number to 05 Reviewed-by: jcoomes
Thu, 05 Nov 2009 15:44:04 -0800 Merge
trims [Thu, 05 Nov 2009 15:44:04 -0800] rev 4104
Merge
Fri, 30 Oct 2009 13:31:11 -0400 Merge
tonyp [Fri, 30 Oct 2009 13:31:11 -0400] rev 4103
Merge
Thu, 29 Oct 2009 09:42:26 -0700 6889740: G1: OpenDS fails with "unhandled exception in compiled code"
johnc [Thu, 29 Oct 2009 09:42:26 -0700] rev 4102
6889740: G1: OpenDS fails with "unhandled exception in compiled code" Summary: Incorrect code was being generated for the store operation in the null case of the aastore bytecode template. The bad code was generated by the store_heap_oop routine which takes a Register as its second argument. Passing NULL_WORD (0) as the second argument causes the value to be converted to Register(0), which is rax. Thus the generated store was "mov (dst), $rax" instead of "mov (dst), $0x0". Changed calls to store_heap_oop that pass NULL_WORD as the second argument to a new routine store_heap_oop_null. Reviewed-by: kvn, twisti
Wed, 28 Oct 2009 11:16:42 -0700 6818264: Heap dumper unexpectedly adds .hprof suffix
ysr [Wed, 28 Oct 2009 11:16:42 -0700] rev 4101
6818264: Heap dumper unexpectedly adds .hprof suffix Summary: Restore old behaviour wrt HeapDumpPath; first dump goes to <file>, <n>th dump goes to <file>.<n-1>, with default value of <file> the same as before. Reviewed-by: alanb, jcoomes, tonyp
Tue, 27 Oct 2009 02:42:24 -0700 6870843: G1: G1 GC memory leak
apetrusenko [Tue, 27 Oct 2009 02:42:24 -0700] rev 4100
6870843: G1: G1 GC memory leak Summary: The fix addresses two memory leaks in G1 code: (1) _evac_failure_scan_stack - a resource object allocated on the C heap was not freed; (2) RSHashTable were linked into deleted list which was only cleared at full GC. Reviewed-by: tonyp, iveresov
Wed, 30 Sep 2009 14:50:51 -0400 6890137: G1: revamp reachable object dump
tonyp [Wed, 30 Sep 2009 14:50:51 -0400] rev 4099
6890137: G1: revamp reachable object dump Summary: Revamp the reachable object dump debugging facility. Reviewed-by: jmasa, apetrusenko
Fri, 23 Oct 2009 14:34:27 -0400 6886024: G1: assert(recent_avg_pause_time_ratio() < 1.00,"All GC?")
tonyp [Fri, 23 Oct 2009 14:34:27 -0400] rev 4098
6886024: G1: assert(recent_avg_pause_time_ratio() < 1.00,"All GC?") Summary: the assert is incorrect and can fire incorrectly due to floating point inaccuracy. Reviewed-by: apetrusenko, ysr, jcoomes
Thu, 29 Oct 2009 08:49:31 -0700 Merge
cfang [Thu, 29 Oct 2009 08:49:31 -0700] rev 4097
Merge
Tue, 27 Oct 2009 03:00:27 -0700 6893554: SPECjvm2008 mpegaudio fails with SecurityException
twisti [Tue, 27 Oct 2009 03:00:27 -0700] rev 4096
6893554: SPECjvm2008 mpegaudio fails with SecurityException Summary: The problem occurs with negative numbers, as the 32-bit input values are sign extended into the 64-bit registers. Reviewed-by: kvn
Wed, 21 Oct 2009 09:15:33 -0700 6892186: SA does not dump debug info for scalar replaced objects
kvn [Wed, 21 Oct 2009 09:15:33 -0700] rev 4095
6892186: SA does not dump debug info for scalar replaced objects Summary: Implement scalar replaced objects debug info dump in SA. Reviewed-by: twisti
Sat, 17 Oct 2009 19:51:05 -0700 6815692: method handle code needs some cleanup (post-6655638)
jrose [Sat, 17 Oct 2009 19:51:05 -0700] rev 4094
6815692: method handle code needs some cleanup (post-6655638) Summary: correctly raise exceptions, support safe bitwise "raw" conversions, fix bugs revealed by VerifyMethodHandles, remove dead code, improve debugging support Reviewed-by: never, twisti
Fri, 16 Oct 2009 16:14:12 -0700 Merge
cfang [Fri, 16 Oct 2009 16:14:12 -0700] rev 4093
Merge
Thu, 15 Oct 2009 11:47:13 -0700 6891750: deopt blob kills values in O5
never [Thu, 15 Oct 2009 11:47:13 -0700] rev 4092
6891750: deopt blob kills values in O5 Reviewed-by: kvn, twisti
Wed, 28 Oct 2009 10:37:17 -0700 Merge
xlu [Wed, 28 Oct 2009 10:37:17 -0700] rev 4091
Merge
Fri, 23 Oct 2009 18:44:33 -0700 Merge
xlu [Fri, 23 Oct 2009 18:44:33 -0700] rev 4090
Merge
Tue, 20 Oct 2009 16:34:08 -0400 6893483: DTrace probe return values for a couple JNI methods are wrong
kamg [Tue, 20 Oct 2009 16:34:08 -0400] rev 4089
6893483: DTrace probe return values for a couple JNI methods are wrong Summary: Fix the shadowing and incorrect macro usages Reviewed-by: coleenp
Fri, 30 Oct 2009 10:54:34 -0700 Added tag jdk7-b75 for changeset ac997bc87110
mikejwre [Fri, 30 Oct 2009 10:54:34 -0700] rev 4088
Added tag jdk7-b75 for changeset ac997bc87110
Sun, 08 Nov 2009 14:46:27 -0800 Merge
ohair [Sun, 08 Nov 2009 14:46:27 -0800] rev 4087
Merge
Wed, 04 Nov 2009 11:19:04 -0800 Merge
ohair [Wed, 04 Nov 2009 11:19:04 -0800] rev 4086
Merge
Mon, 02 Nov 2009 00:03:32 -0800 Merge
tbell [Mon, 02 Nov 2009 00:03:32 -0800] rev 4085
Merge
Wed, 28 Oct 2009 13:44:30 -0700 6865492: /java/devtools/win32/bin/gnumake.exe doesn't work with cygwin
ohair [Wed, 28 Oct 2009 13:44:30 -0700] rev 4084
6865492: /java/devtools/win32/bin/gnumake.exe doesn't work with cygwin Reviewed-by: robilad
Tue, 20 Oct 2009 16:14:26 -0700 Merge
ohair [Tue, 20 Oct 2009 16:14:26 -0700] rev 4083
Merge
Thu, 15 Oct 2009 13:26:17 +0100 6891677: java/build integrate zero assembler JDK changes
gbenson [Thu, 15 Oct 2009 13:26:17 +0100] rev 4082
6891677: java/build integrate zero assembler JDK changes Summary: Build changes for the Zero assembler port Reviewed-by: ohair, tbell
Fri, 30 Oct 2009 10:54:25 -0700 Added tag jdk7-b75 for changeset 18a82a5ac45b
mikejwre [Fri, 30 Oct 2009 10:54:25 -0700] rev 4081
Added tag jdk7-b75 for changeset 18a82a5ac45b
Wed, 05 Jul 2017 17:02:28 +0200 Added tag jdk7-b75 for changeset 946518568340
duke [Wed, 05 Jul 2017 17:02:28 +0200] rev 4080
Added tag jdk7-b75 for changeset 946518568340
Wed, 05 Jul 2017 17:02:28 +0200 Merge jdk7-b75
duke [Wed, 05 Jul 2017 17:02:28 +0200] rev 4079
Merge
Wed, 05 Jul 2017 17:02:26 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:26 +0200] rev 4078
Merge
Mon, 19 Oct 2009 13:38:09 -0700 6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly
jjg [Mon, 19 Oct 2009 13:38:09 -0700] rev 4077
6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly Reviewed-by: darcy
Fri, 16 Oct 2009 12:56:50 -0700 6888367: classfile library parses signature attributes incorrectly
jjg [Fri, 16 Oct 2009 12:56:50 -0700] rev 4076
6888367: classfile library parses signature attributes incorrectly Reviewed-by: ksrini
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip