Fri, 30 Oct 2009 10:54:27 -0700 Added tag jdk7-b75 for changeset 82850953ef29
mikejwre [Fri, 30 Oct 2009 10:54:27 -0700] rev 4123
Added tag jdk7-b75 for changeset 82850953ef29
Wed, 05 Jul 2017 17:02:46 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:46 +0200] rev 4122
Merge
Sun, 08 Nov 2009 14:49:18 -0800 Merge
ohair [Sun, 08 Nov 2009 14:49:18 -0800] rev 4121
Merge
Wed, 04 Nov 2009 11:19:42 -0800 Merge
ohair [Wed, 04 Nov 2009 11:19:42 -0800] rev 4120
Merge
Mon, 02 Nov 2009 22:23:50 -0800 Merge
tbell [Mon, 02 Nov 2009 22:23:50 -0800] rev 4119
Merge
Mon, 02 Nov 2009 00:06:21 -0800 Merge
tbell [Mon, 02 Nov 2009 00:06:21 -0800] rev 4118
Merge
Wed, 28 Oct 2009 16:54:50 -0700 Merge
ohair [Wed, 28 Oct 2009 16:54:50 -0700] rev 4117
Merge
Wed, 28 Oct 2009 13:00:33 -0700 6888709: Change use of -DX=\""Y\"" to -DX='"Y"', consistently for all platforms
ohair [Wed, 28 Oct 2009 13:00:33 -0700] rev 4116
6888709: Change use of -DX=\""Y\"" to -DX='"Y"', consistently for all platforms Reviewed-by: jjg, tbell
Wed, 28 Oct 2009 12:54:37 -0700 6888701: Change all template java source files to a .java-template file suffix
ohair [Wed, 28 Oct 2009 12:54:37 -0700] rev 4115
6888701: Change all template java source files to a .java-template file suffix Reviewed-by: jjg, alanb, mr
Wed, 28 Oct 2009 16:26:52 -0700 Merge
ohair [Wed, 28 Oct 2009 16:26:52 -0700] rev 4114
Merge
Mon, 26 Oct 2009 21:42:20 +0000 6895287: disable building fontchecker
andrew [Mon, 26 Oct 2009 21:42:20 +0000] rev 4113
6895287: disable building fontchecker Summary: Changes to FontManager break bootstrap due to the fontchecker tool Reviewed-by: prr
Tue, 20 Oct 2009 16:15:20 -0700 Merge
ohair [Tue, 20 Oct 2009 16:15:20 -0700] rev 4112
Merge
Thu, 15 Oct 2009 13:27:59 +0100 6891677: java/build integrate zero assembler JDK changes
gbenson [Thu, 15 Oct 2009 13:27:59 +0100] rev 4111
6891677: java/build integrate zero assembler JDK changes Summary: Build changes for the Zero assembler port Reviewed-by: ohair, tbell
Mon, 02 Nov 2009 17:25:38 -0800 6865582: jsr166y - jsr166 maintenance update
dl [Mon, 02 Nov 2009 17:25:38 -0800] rev 4110
6865582: jsr166y - jsr166 maintenance update 6865571: Add a lightweight task framework known as ForkJoin 6445158: Phaser - an improved CyclicBarrier 6865579: Add TransferQueue/LinkedTransferQueue Reviewed-by: martin, chegar, dice
Fri, 30 Oct 2009 10:54:50 -0700 Added tag jdk7-b75 for changeset 203caeb1e9a8
mikejwre [Fri, 30 Oct 2009 10:54:50 -0700] rev 4109
Added tag jdk7-b75 for changeset 203caeb1e9a8
Wed, 05 Jul 2017 17:02:41 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:41 +0200] rev 4108
Merge
Fri, 06 Nov 2009 00:41:40 -0800 Merge
trims [Fri, 06 Nov 2009 00:41:40 -0800] rev 4107
Merge
Tue, 03 Nov 2009 16:43:16 -0800 6801625: CDS: HeapDump tests crash with internal error in compactingPermGenGen.cpp
ysr [Tue, 03 Nov 2009 16:43:16 -0800] rev 4106
6801625: CDS: HeapDump tests crash with internal error in compactingPermGenGen.cpp Summary: Allow iteration over the shared spaces when using CDS, repealing previous proscription. Deferred further required CDS-related cleanups of perm gen to CR 6897789. Reviewed-by: phh, jmasa
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
Thu, 15 Oct 2009 22:48:34 -0700 Merge
tbell [Thu, 15 Oct 2009 22:48:34 -0700] rev 4075
Merge
Wed, 14 Oct 2009 18:56:37 -0700 6558804: Specification for Elements.getDocComment(Element e) should be clarified
darcy [Wed, 14 Oct 2009 18:56:37 -0700] rev 4074
6558804: Specification for Elements.getDocComment(Element e) should be clarified Reviewed-by: jjg
Wed, 14 Oct 2009 15:41:28 -0700 6838467: JSR199 FileObjects don't obey general contract of equals.
jjg [Wed, 14 Oct 2009 15:41:28 -0700] rev 4073
6838467: JSR199 FileObjects don't obey general contract of equals. Reviewed-by: darcy
Tue, 13 Oct 2009 15:26:30 -0700 6891079: Compiler allows invalid binary literals 0b and oBL
jjg [Tue, 13 Oct 2009 15:26:30 -0700] rev 4072
6891079: Compiler allows invalid binary literals 0b and oBL Reviewed-by: darcy
Tue, 13 Oct 2009 14:02:53 -0700 6887895: CONSTANT_Class_info getBaseName does not handle arrays of primitives correctly
jjg [Tue, 13 Oct 2009 14:02:53 -0700] rev 4071
6887895: CONSTANT_Class_info getBaseName does not handle arrays of primitives correctly Reviewed-by: ksrini
Thu, 15 Oct 2009 16:40:44 -0700 Added tag jdk7-b74 for changeset 17d415c7180f
xdono [Thu, 15 Oct 2009 16:40:44 -0700] rev 4070
Added tag jdk7-b74 for changeset 17d415c7180f
Wed, 05 Jul 2017 17:02:23 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:23 +0200] rev 4069
Merge
Thu, 15 Oct 2009 16:40:27 -0700 Added tag jdk7-b74 for changeset 4fb4f2670583
xdono [Thu, 15 Oct 2009 16:40:27 -0700] rev 4068
Added tag jdk7-b74 for changeset 4fb4f2670583
Wed, 05 Jul 2017 17:02:21 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:21 +0200] rev 4067
Merge
Thu, 15 Oct 2009 16:40:25 -0700 Added tag jdk7-b74 for changeset 73df4e30ad5a
xdono [Thu, 15 Oct 2009 16:40:25 -0700] rev 4066
Added tag jdk7-b74 for changeset 73df4e30ad5a
Wed, 05 Jul 2017 17:02:18 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:18 +0200] rev 4065
Merge
Thu, 15 Oct 2009 16:40:16 -0700 Added tag jdk7-b74 for changeset 2a58cc6c4797
xdono [Thu, 15 Oct 2009 16:40:16 -0700] rev 4064
Added tag jdk7-b74 for changeset 2a58cc6c4797
Wed, 05 Jul 2017 17:02:15 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:15 +0200] rev 4063
Merge
Thu, 29 Oct 2009 11:17:02 -0700 6896472: Missing libjsig.so causes jdk build failure
ohair [Thu, 29 Oct 2009 11:17:02 -0700] rev 4062
6896472: Missing libjsig.so causes jdk build failure Reviewed-by: tbell, kvn, phh
Mon, 19 Oct 2009 16:31:48 -0700 6889858: Add nonNull methods to java.util.Objects
darcy [Mon, 19 Oct 2009 16:31:48 -0700] rev 4061
6889858: Add nonNull methods to java.util.Objects Reviewed-by: darcy Contributed-by: jjb@google.com
Mon, 19 Oct 2009 13:43:25 -0700 6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly
jjg [Mon, 19 Oct 2009 13:43:25 -0700] rev 4060
6889255: javac MethodSymbol throws NPE if ClassReader does not read parameter names correctly Reviewed-by: darcy
Mon, 19 Oct 2009 20:02:45 +0100 6884480: (file) Path.relativize has typo in parameter description
alanb [Mon, 19 Oct 2009 20:02:45 +0100] rev 4059
6884480: (file) Path.relativize has typo in parameter description Reviewed-by: chegar
Mon, 19 Oct 2009 20:01:45 +0100 6879463: (file) DirectoryStream#iterator's remove method throws wrong exception when stream is closed
alanb [Mon, 19 Oct 2009 20:01:45 +0100] rev 4058
6879463: (file) DirectoryStream#iterator's remove method throws wrong exception when stream is closed Reviewed-by: sherman
Mon, 19 Oct 2009 19:59:22 +0100 6892711: (file) test/java/nio/file/Path/CopyAndMove.java fails on Windows 2000
alanb [Mon, 19 Oct 2009 19:59:22 +0100] rev 4057
6892711: (file) test/java/nio/file/Path/CopyAndMove.java fails on Windows 2000 Reviewed-by: ohair
Mon, 19 Oct 2009 19:58:38 +0100 6892710: (file) test/java/nio/file/Path/CheckPermissions.java fails in samevm mode
alanb [Mon, 19 Oct 2009 19:58:38 +0100] rev 4056
6892710: (file) test/java/nio/file/Path/CheckPermissions.java fails in samevm mode Reviewed-by: ohair
Thu, 15 Oct 2009 22:47:56 -0700 Merge
tbell [Thu, 15 Oct 2009 22:47:56 -0700] rev 4055
Merge
Thu, 15 Oct 2009 20:18:30 -0700 Merge
mchung [Thu, 15 Oct 2009 20:18:30 -0700] rev 4054
Merge
Thu, 15 Oct 2009 17:36:53 -0700 6891707: Eliminate the java.io.FilePermission dependency on PolicyFile
mchung [Thu, 15 Oct 2009 17:36:53 -0700] rev 4053
6891707: Eliminate the java.io.FilePermission dependency on PolicyFile Summary: Replace call to PolicyFile.canonPath with its own implementation Reviewed-by: alanb, mullan
Thu, 15 Oct 2009 18:27:39 -0700 4428022: System.out.println(0.001) outputs 0.0010
darcy [Thu, 15 Oct 2009 18:27:39 -0700] rev 4052
4428022: System.out.println(0.001) outputs 0.0010 Reviewed-by: darcy Contributed-by: aph@redhat.com
Thu, 15 Oct 2009 14:02:34 +0100 Merge
alanb [Thu, 15 Oct 2009 14:02:34 +0100] rev 4051
Merge
Thu, 15 Oct 2009 11:55:19 +0100 6891404: (fs) ACL tests fail with "Invalid argument" on ZFS (sol)
alanb [Thu, 15 Oct 2009 11:55:19 +0100] rev 4050
6891404: (fs) ACL tests fail with "Invalid argument" on ZFS (sol) Reviewed-by: sherman
Thu, 15 Oct 2009 11:54:04 +0100 6883983: JarVerifier dependency on sun.security.pkcs should be removed
alanb [Thu, 15 Oct 2009 11:54:04 +0100] rev 4049
6883983: JarVerifier dependency on sun.security.pkcs should be removed Reviewed-by: sherman, wetmore
Thu, 15 Oct 2009 12:05:05 +0100 Merge
michaelm [Thu, 15 Oct 2009 12:05:05 +0100] rev 4048
Merge
Thu, 15 Oct 2009 12:03:31 +0100 6886436: Lightwight HTTP Container (com.sun.* package) is unstable
michaelm [Thu, 15 Oct 2009 12:03:31 +0100] rev 4047
6886436: Lightwight HTTP Container (com.sun.* package) is unstable Reviewed-by: chegar
Wed, 14 Oct 2009 20:16:02 -0700 6891701: test/java/lang/management/RuntimeMXBean/GetSystemProperties should restore the system property
mchung [Wed, 14 Oct 2009 20:16:02 -0700] rev 4046
6891701: test/java/lang/management/RuntimeMXBean/GetSystemProperties should restore the system property Summary: Restore the system properties when the test finishes Reviewed-by: jjg
Wed, 14 Oct 2009 09:47:22 -0400 Merge
mullan [Wed, 14 Oct 2009 09:47:22 -0400] rev 4045
Merge
Wed, 14 Oct 2009 09:36:31 -0400 6885667: CertPath/CertPathValidatorTest/bugs/bug6383078 fails on jdk6u18/b02, jdk7/pit/b73 and passes on b72.
mullan [Wed, 14 Oct 2009 09:36:31 -0400] rev 4044
6885667: CertPath/CertPathValidatorTest/bugs/bug6383078 fails on jdk6u18/b02, jdk7/pit/b73 and passes on b72. Summary: Wrap all OCSP exceptions in CertPathValidatorException so that we can fallback to CRLs, if enabled. Reviewed-by: dgu, xuelei
Tue, 13 Oct 2009 17:34:48 -0700 6349921: (enum) Include links from java.lang.Enum to EnumSet and EnumMap
darcy [Tue, 13 Oct 2009 17:34:48 -0700] rev 4043
6349921: (enum) Include links from java.lang.Enum to EnumSet and EnumMap Reviewed-by: martin
Tue, 13 Oct 2009 14:08:57 -0700 6648344: (reflect spec) State default of isAccessible for reflective objects
darcy [Tue, 13 Oct 2009 14:08:57 -0700] rev 4042
6648344: (reflect spec) State default of isAccessible for reflective objects Reviewed-by: alanb
Sat, 10 Oct 2009 10:14:51 +0100 Merge
alanb [Sat, 10 Oct 2009 10:14:51 +0100] rev 4041
Merge
Fri, 09 Oct 2009 10:06:58 +0100 6888552: Allow JNDI to be used when java.applet is not present
alanb [Fri, 09 Oct 2009 10:06:58 +0100] rev 4040
6888552: Allow JNDI to be used when java.applet is not present Reviewed-by: vinnie
Fri, 09 Oct 2009 09:59:54 +0100 6889552: Sun provider should not require LDAP CertStore to be present
alanb [Fri, 09 Oct 2009 09:59:54 +0100] rev 4039
6889552: Sun provider should not require LDAP CertStore to be present Reviewed-by: vinnie, mullan
Fri, 09 Oct 2009 16:11:11 -0700 6797535: Add shared two argument static equals method to the platform
darcy [Fri, 09 Oct 2009 16:11:11 -0700] rev 4038
6797535: Add shared two argument static equals method to the platform Reviewed-by: sherman
Thu, 15 Oct 2009 16:40:33 -0700 Added tag jdk7-b74 for changeset 6bab93485a15
xdono [Thu, 15 Oct 2009 16:40:33 -0700] rev 4037
Added tag jdk7-b74 for changeset 6bab93485a15
Wed, 05 Jul 2017 17:02:09 +0200 Merge
duke [Wed, 05 Jul 2017 17:02:09 +0200] rev 4036
Merge
Fri, 23 Oct 2009 14:28:47 -0700 Merge
trims [Fri, 23 Oct 2009 14:28:47 -0700] rev 4035
Merge
Fri, 23 Oct 2009 14:27:16 -0700 6894844: Bump the HS17 build number to 04
trims [Fri, 23 Oct 2009 14:27:16 -0700] rev 4034
6894844: Bump the HS17 build number to 04 Summary: Update the HS17 build number to 04 Reviewed-by: jcoomes
Thu, 22 Oct 2009 07:43:49 -0700 6858886: G1: guarantee(_next_marked_bytes <= used(),"invariant") at heapRegion.hpp:359
apetrusenko [Thu, 22 Oct 2009 07:43:49 -0700] rev 4033
6858886: G1: guarantee(_next_marked_bytes <= used(),"invariant") at heapRegion.hpp:359 Reviewed-by: tonyp, ysr
Tue, 20 Oct 2009 11:28:25 -0700 Merge
tonyp [Tue, 20 Oct 2009 11:28:25 -0700] rev 4032
Merge
Tue, 20 Oct 2009 00:00:23 -0700 6892749: assert(UseParNewGC || UseSerialGC || UseConcMarkSweepGC, "...") fails
ysr [Tue, 20 Oct 2009 00:00:23 -0700] rev 4031
6892749: assert(UseParNewGC || UseSerialGC || UseConcMarkSweepGC, "...") fails Summary: Removed the assert: UseSerialGC is not necessarily always set when serial gc is being used. Reviewed-by: jcoomes, jmasa, tonyp
Fri, 16 Oct 2009 02:05:46 -0700 6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning
ysr [Fri, 16 Oct 2009 02:05:46 -0700] rev 4030
6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning 6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks) Summary: Defer the (compiler-elided) card-mark upon a slow-path allocation until after the store and before the next subsequent safepoint; G1 now answers yes to can_elide_tlab_write_barriers(). Reviewed-by: jcoomes, kvn, never
Mon, 19 Oct 2009 17:02:19 -0400 Merge
tonyp [Mon, 19 Oct 2009 17:02:19 -0400] rev 4029
Merge
Wed, 07 Oct 2009 19:01:55 -0400 6866190: Remove SIMPLE_STACK code from TaskQueue
tonyp [Wed, 07 Oct 2009 19:01:55 -0400] rev 4028
6866190: Remove SIMPLE_STACK code from TaskQueue Summary: What the title says. We don't use SIMPLE_STACK any more. Reviewed-by: ysr
Wed, 07 Oct 2009 09:48:42 -0400 6888847: TaskQueue needs release_store() for correctness on RMO machines
bobv [Wed, 07 Oct 2009 09:48:42 -0400] rev 4027
6888847: TaskQueue needs release_store() for correctness on RMO machines Summary: See title. Reviewed-by: jmasa, ysr, jcoomes, iveresov, tonyp
Wed, 07 Oct 2009 10:09:57 -0400 6888619: G1: too many guarantees in concurrent marking
tonyp [Wed, 07 Oct 2009 10:09:57 -0400] rev 4026
6888619: G1: too many guarantees in concurrent marking Summary: change more guarantees in concurrent marking into asserts. Reviewed-by: apetrusenko, iveresov
Wed, 07 Oct 2009 09:42:18 -0400 6888316: G1: has_aborted() || _cm->region_stack_empty() fails
tonyp [Wed, 07 Oct 2009 09:42:18 -0400] rev 4025
6888316: G1: has_aborted() || _cm->region_stack_empty() fails Summary: Remove incorrect guarantee. Reviewed-by: apetrusenko, iveresov
Mon, 05 Oct 2009 12:05:48 -0400 6847956: G1: crash in oopDesc*G1ParCopyHelper::copy_to_survivor_space(oopDesc*)
tonyp [Mon, 05 Oct 2009 12:05:48 -0400] rev 4024
6847956: G1: crash in oopDesc*G1ParCopyHelper::copy_to_survivor_space(oopDesc*) Summary: When we copy objects to survivors during marking, we incorrectly set NTAMS to bottom, which causes marking to miss visiting some of those objects. Reviewed-by: apetrusenko, iveresov
Fri, 02 Oct 2009 16:20:42 -0400 6882730: G1: parallel heap verification messes up region dump
tonyp [Fri, 02 Oct 2009 16:20:42 -0400] rev 4023
6882730: G1: parallel heap verification messes up region dump Summary: It tidies up the G1 heap verification a bit. In particular, when the verification is done in parallel and there is a failure, this is propagated to the top level and the heap is dumped at the end, not by every thread that encounters a failure. Reviewed-by: johnc, jmasa
Fri, 02 Oct 2009 16:12:07 -0400 6885041: G1: inconsistent thread dump
tonyp [Fri, 02 Oct 2009 16:12:07 -0400] rev 4022
6885041: G1: inconsistent thread dump Summary: When G1 is enabled, thread dumps are inconsistent as the info for some of the G1 threads is not formatted properly. Reviewed-by: ysr, johnc
Mon, 05 Oct 2009 05:51:22 -0700 6887948: test/gc/6845368/bigobj.java fails due to timeout
jcoomes [Mon, 05 Oct 2009 05:51:22 -0700] rev 4021
6887948: test/gc/6845368/bigobj.java fails due to timeout Reviewed-by: iveresov
Fri, 16 Oct 2009 14:08:44 -0700 Merge
cfang [Fri, 16 Oct 2009 14:08:44 -0700] rev 4020
Merge
Wed, 14 Oct 2009 15:03:32 -0700 6890984: Comparison of 2 arrays could cause VM crash
kvn [Wed, 14 Oct 2009 15:03:32 -0700] rev 4019
6890984: Comparison of 2 arrays could cause VM crash Summary: Restore original null checks. Reviewed-by: never, cfang
Wed, 14 Oct 2009 11:42:59 -0700 6722084: JPRT make file doesn't create required symbolic link to libjvm.so
kvn [Wed, 14 Oct 2009 11:42:59 -0700] rev 4018
6722084: JPRT make file doesn't create required symbolic link to libjvm.so Summary: Use -y zip option to preserve symbolic links. Reviewed-by: never, jcoomes, kamg
Wed, 14 Oct 2009 10:36:57 -0700 6889869: assert(!Interpreter::bytecode_should_reexecute(code),"should not reexecute")
never [Wed, 14 Oct 2009 10:36:57 -0700] rev 4017
6889869: assert(!Interpreter::bytecode_should_reexecute(code),"should not reexecute") Reviewed-by: jrose, kvn, cfang, twisti
Tue, 13 Oct 2009 22:32:31 -0700 6889300: assert(i != k || is_new || i->outcnt() > 0, "don't return dead nodes")
kvn [Tue, 13 Oct 2009 22:32:31 -0700] rev 4016
6889300: assert(i != k || is_new || i->outcnt() > 0, "don't return dead nodes") Summary: PhiNode::Ideal() should return TOP for Phi node with no users. Reviewed-by: never, jrose
Tue, 13 Oct 2009 20:54:13 -0700 6889656: assert(lo_lrg->lo_degree() || !lo_no_simplify,"Live range was lo-degree before coalesce
kvn [Tue, 13 Oct 2009 20:54:13 -0700] rev 4015
6889656: assert(lo_lrg->lo_degree() || !lo_no_simplify,"Live range was lo-degree before coalesce Summary: Restore the original code: uint i = _hi_degree. Reviewed-by: never, jrose
Tue, 13 Oct 2009 16:29:31 -0700 6889302: TraceExceptions output should include detail message
never [Tue, 13 Oct 2009 16:29:31 -0700] rev 4014
6889302: TraceExceptions output should include detail message Reviewed-by: twisti, jrose, kvn
Tue, 13 Oct 2009 12:04:21 -0700 6890308: integrate zero assembler hotspot changes
never [Tue, 13 Oct 2009 12:04:21 -0700] rev 4013
6890308: integrate zero assembler hotspot changes Reviewed-by: never Contributed-by: gbenson@redhat.com
Wed, 07 Oct 2009 15:38:37 -0700 6885584: A particular class structure causes large allocation spike for jit
never [Wed, 07 Oct 2009 15:38:37 -0700] rev 4012
6885584: A particular class structure causes large allocation spike for jit Reviewed-by: kvn
Wed, 07 Oct 2009 12:43:50 -0700 6875959: CTW fails hotspot/src/share/vm/opto/reg_split.cpp:1087
kvn [Wed, 07 Oct 2009 12:43:50 -0700] rev 4011
6875959: CTW fails hotspot/src/share/vm/opto/reg_split.cpp:1087 Summary: To break spill ties choose bound live range over unbound to free register or one with smaller cost to spill. Reviewed-by: never, jrose
Tue, 06 Oct 2009 10:15:38 -0700 6880034: SIGBUS during deoptimisation at a safepoint on 64bit-SPARC
kvn [Tue, 06 Oct 2009 10:15:38 -0700] rev 4010
6880034: SIGBUS during deoptimisation at a safepoint on 64bit-SPARC Summary: Fix problem with the double register encodings in sparc.ad Reviewed-by: never, jrose Contributed-by: volker.simonis@gmail.com
Tue, 06 Oct 2009 02:11:49 -0700 6879902: CTW failure jdk6_18/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp:845
twisti [Tue, 06 Oct 2009 02:11:49 -0700] rev 4009
6879902: CTW failure jdk6_18/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp:845 Summary: For signatures with a large number of arguments the offset for the float store becomes too big and does not fit in 13-bit. Reviewed-by: kvn, never
Wed, 14 Oct 2009 12:40:20 -0700 Merge
xlu [Wed, 14 Oct 2009 12:40:20 -0700] rev 4008
Merge
Mon, 28 Sep 2009 12:27:52 -0400 Merge
acorn [Mon, 28 Sep 2009 12:27:52 -0400] rev 4007
Merge
Thu, 24 Sep 2009 12:10:46 -0700 6880029: JDK 1.6.0_u14p Application crashed very early
xlu [Thu, 24 Sep 2009 12:10:46 -0700] rev 4006
6880029: JDK 1.6.0_u14p Application crashed very early Reviewed-by: never, ysr, acorn
Thu, 15 Oct 2009 16:40:19 -0700 Added tag jdk7-b74 for changeset b95ea007fe67
xdono [Thu, 15 Oct 2009 16:40:19 -0700] rev 4005
Added tag jdk7-b74 for changeset b95ea007fe67
Thu, 15 Oct 2009 16:40:15 -0700 Added tag jdk7-b74 for changeset e8f92456bc49
xdono [Thu, 15 Oct 2009 16:40:15 -0700] rev 4004
Added tag jdk7-b74 for changeset e8f92456bc49
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip