2009-03-04 6737323: Typo in javadoc for SocketPermission
chegar [Wed, 04 Mar 2009 13:36:33 +0000] rev 2177
6737323: Typo in javadoc for SocketPermission Summary: Remove redundant line form class description Reviewed-by: jccollet
2009-03-04 6775145: ClassLoaderUtil.releaseLoader calls System.out.println ("classLoader = " + classLoader)
chegar [Wed, 04 Mar 2009 13:28:16 +0000] rev 2176
6775145: ClassLoaderUtil.releaseLoader calls System.out.println ("classLoader = " + classLoader) Summary: Remove System.out debugging statements Reviewed-by: michaelm
2009-03-04 6705872: SecureRandom number init is taking too long on a java.io.tmpdir with a large number of files.
weijun [Wed, 04 Mar 2009 15:09:14 +0800] rev 2175
6705872: SecureRandom number init is taking too long on a java.io.tmpdir with a large number of files. Reviewed-by: xuelei, alanb
2009-03-04 6799230: Lazily load java.lang.annotation.Annotation class
mchung [Tue, 03 Mar 2009 19:26:43 -0800] rev 2174
6799230: Lazily load java.lang.annotation.Annotation class Summary: Remove the static EMPTY_ANNOTATION_ARRAY field; add AnnotationParser.toArray method Reviewed-by: darcy
2009-03-02 Merge
tbell [Mon, 02 Mar 2009 15:10:55 -0800] rev 2173
Merge
2009-03-02 6549506: Specification of Permission.toString() method contradicts with JDK implementation
xuelei [Mon, 02 Mar 2009 23:17:53 +0800] rev 2172
6549506: Specification of Permission.toString() method contradicts with JDK implementation Summary: update the spec, and add double quotes around component. Reviewed-by: weijun
2009-02-28 6809504: Remove enctype="text/xml" from the offline registration page
mchung [Fri, 27 Feb 2009 16:34:19 -0800] rev 2171
6809504: Remove enctype="text/xml" from the offline registration page Summary: Remove enctype="text/xml" from register.html and other localized versions Reviewed-by: ksrini
2009-02-27 6799689: Make sun.misc.FloatingDecimal.hexFloatPattern static field initialized lazily
mchung [Fri, 27 Feb 2009 13:43:48 -0800] rev 2170
6799689: Make sun.misc.FloatingDecimal.hexFloatPattern static field initialized lazily Summary: Lazily initialize the hexFloatPattern static field Reviewed-by: darcy
2009-02-27 6810915: Sun proprietary warnings in JDK build
jjg [Thu, 26 Feb 2009 18:51:57 -0800] rev 2169
6810915: Sun proprietary warnings in JDK build Reviewed-by: ohair
2009-02-26 6801467: Defer get the launcher resource bundle until it's needed
mchung [Thu, 26 Feb 2009 14:36:51 -0800] rev 2168
6801467: Defer get the launcher resource bundle until it's needed Summary: Lazily initialize the launcher resource bundle Reviewed-by: ksrini, darcy
2009-02-25 Merge
kevinw [Wed, 25 Feb 2009 14:32:01 +0000] rev 2167
Merge
2009-02-24 6809463: Missing license header in test LargeZipFile.java
kevinw [Tue, 24 Feb 2009 19:03:58 +0000] rev 2166
6809463: Missing license header in test LargeZipFile.java Reviewed-by: alanb
2009-02-24 6803402: Race condition in AbstractQueuedSynchronizer
dl [Tue, 24 Feb 2009 14:01:45 -0800] rev 2165
6803402: Race condition in AbstractQueuedSynchronizer Summary: Read fields in reverse initialization order Reviewed-by: martin
2009-03-09 Merge
xdono [Mon, 09 Mar 2009 13:34:14 -0700] rev 2164
Merge
2009-03-09 6814575: Update copyright year
xdono [Mon, 09 Mar 2009 13:29:01 -0700] rev 2163
6814575: Update copyright year Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
2009-03-09 Merge
xdono [Mon, 09 Mar 2009 11:43:45 -0700] rev 2162
Merge
2009-03-03 Merge
xdono [Tue, 03 Mar 2009 15:21:28 -0800] rev 2161
Merge
2009-02-27 Merge
xdono [Fri, 27 Feb 2009 15:55:58 -0800] rev 2160
Merge
2009-02-27 Merge
xdono [Fri, 27 Feb 2009 15:13:41 -0800] rev 2159
Merge
2009-02-01 6799141: Build with --hash-style=both so that binaries can work on SuSE 10
ohair [Sat, 31 Jan 2009 17:31:21 -0800] rev 2158
6799141: Build with --hash-style=both so that binaries can work on SuSE 10 Reviewed-by: tbell
2009-03-05 Added tag jdk7-b50 for changeset 6075b2a504ac
xdono [Thu, 05 Mar 2009 09:49:16 -0800] rev 2157
Added tag jdk7-b50 for changeset 6075b2a504ac
2017-07-05 Merge
duke [Wed, 05 Jul 2017 16:48:40 +0200] rev 2156
Merge
2009-03-13 6816970: Bump HS15 build number to 03
trims [Thu, 12 Mar 2009 18:17:25 -0700] rev 2155
6816970: Bump HS15 build number to 03 Summary: Update the HS15 Build number to 03 Reviewed-by: jcoomes
2009-03-13 Merge
trims [Thu, 12 Mar 2009 18:16:36 -0700] rev 2154
Merge
2009-03-12 Merge
tonyp [Thu, 12 Mar 2009 11:34:44 -0400] rev 2153
Merge
2009-03-10 6760309: G1: update remembered sets during Full GCs
apetrusenko [Tue, 10 Mar 2009 00:47:05 -0700] rev 2152
6760309: G1: update remembered sets during Full GCs Reviewed-by: iveresov, tonyp
2009-03-10 Merge
kvn [Tue, 10 Mar 2009 08:52:16 -0700] rev 2151
Merge
2009-03-09 6797305: Add LoadUB and LoadUI opcode class
twisti [Mon, 09 Mar 2009 03:17:11 -0700] rev 2150
6797305: Add LoadUB and LoadUI opcode class Summary: Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher. Reviewed-by: never, kvn
2009-03-07 6812831: factor duplicated assembly code for megamorphic invokeinterface (for 6655638)
jrose [Fri, 06 Mar 2009 21:36:50 -0800] rev 2149
6812831: factor duplicated assembly code for megamorphic invokeinterface (for 6655638) Summary: Code in vtableStubs and templateTable moved into MacroAssembler. Reviewed-by: kvn
2009-03-04 6812678: macro assembler needs delayed binding of a few constants (for 6655638)
jrose [Wed, 04 Mar 2009 09:58:39 -0800] rev 2148
6812678: macro assembler needs delayed binding of a few constants (for 6655638) Summary: minor assembler enhancements preparing for method handles Reviewed-by: kvn
2009-03-04 6812721: Block's frequency should not be NaN
kvn [Tue, 03 Mar 2009 18:25:57 -0800] rev 2147
6812721: Block's frequency should not be NaN Summary: Set MIN_BLOCK_FREQUENCY block's frequency when calculated block's frequency is NaN Reviewed-by: never
2009-03-09 Merge
tonyp [Mon, 09 Mar 2009 11:32:57 -0400] rev 2146
Merge
2009-03-07 6814467: G1: small fixes related to concurrent marking verboseness
tonyp [Sat, 07 Mar 2009 11:07:37 -0500] rev 2145
6814467: G1: small fixes related to concurrent marking verboseness Summary: A few small fixes to remove some inconsistencies in the concurrent mark-related verbose GC output. Reviewed-by: jmasa
2009-03-07 6812428: G1: Error: assert(ret || obj_in_cs(obj),"sanity")
tonyp [Sat, 07 Mar 2009 11:07:37 -0500] rev 2144
6812428: G1: Error: assert(ret || obj_in_cs(obj),"sanity") Summary: The length of the fast cset test vector is decided at the beginning of a GC, but more regions can be added during the GC. The simple fix is to set the length of the fast cset test vector to the max. Reviewed-by: iveresov
2009-03-07 6810698: G1: two small bugs in the sparse remembered sets
tonyp [Sat, 07 Mar 2009 11:07:36 -0500] rev 2143
6810698: G1: two small bugs in the sparse remembered sets Summary: The _expanded flag of the sparse RSets is not reset and this can leave a RSet in an inconsistent state if it is expanded more than once. Also, we should be iterating over the _cur, instead of the _next, sparse table Reviewed-by: apetrusenko, iveresov
2009-03-06 6720309: G1: don't synchronously update RSet during evacuation pauses
iveresov [Fri, 06 Mar 2009 13:50:14 -0800] rev 2142
6720309: G1: don't synchronously update RSet during evacuation pauses 6720334: G1: don't update RSets of collection set regions during an evacuation pause Summary: Introduced a deferred update mechanism for delaying the rset updates during the collection pause Reviewed-by: apetrusenko, tonyp
2009-03-03 6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC
ysr [Mon, 02 Mar 2009 16:37:04 -0800] rev 2141
6797870: Add -XX:+{HeapDump,PrintClassHistogram}{Before,After}FullGC Summary: Call newly created CollectedHeap::dump_{pre,post}_full_gc before and after every stop-world full collection cycle on GenCollectedHeap and ParallelScavengeHeap. (Support for G1CollectedHeap forthcoming under CR 6810861.) Small modifications to existing heap dumping and class histogram implementation, especially to allow multiple on-the-fly histos/dumps by the VM thread during a single safepoint. Reviewed-by: jmasa, alanb, mchung
2009-03-06 Merge
acorn [Thu, 05 Mar 2009 22:07:29 -0500] rev 2140
Merge
2009-03-02 Merge
dcubed [Mon, 02 Mar 2009 16:56:51 -0700] rev 2139
Merge
2009-03-02 Merge
dcubed [Mon, 02 Mar 2009 14:43:36 -0700] rev 2138
Merge
2009-03-02 6567360: 3/4 SIGBUS in jvmti RawMonitor magic check for unaligned bad monitor pointer
dcubed [Mon, 02 Mar 2009 14:05:07 -0700] rev 2137
6567360: 3/4 SIGBUS in jvmti RawMonitor magic check for unaligned bad monitor pointer Summary: Change JvmtiEnvBase::is_valid() and JvmtiRawMonitor::is_valid() to fetch the _magic fields via Bytes::get_native_u[248](). Reviewed-by: coleenp, swamyv
2009-03-02 6805864: 4/3 Problem with jvmti->redefineClasses: some methods don't get redefined
dcubed [Mon, 02 Mar 2009 14:03:03 -0700] rev 2136
6805864: 4/3 Problem with jvmti->redefineClasses: some methods don't get redefined Summary: Remove incorrect optimization in klassItable::adjust_method_entries(). Add RedefineClasses() tracing support for obsolete method entry. Reviewed-by: acorn, swamyv
2009-03-02 6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness
dcubed [Mon, 02 Mar 2009 14:00:23 -0700] rev 2135
6800721: 3/4 JavaThread::jvmti_thread_state() and JvmtiThreadState::state_for() robustness Summary: Check for NULL return values from jvmti_thread_state() and state_for() and return a JVM TI error code as appropriate. Reviewed-by: coleenp, swamyv
2009-03-02 6700114: 3/4 Assertion (_thread->get_interp_only_mode() == 1,"leaving interp only when mode not one")
dcubed [Mon, 02 Mar 2009 13:57:17 -0700] rev 2134
6700114: 3/4 Assertion (_thread->get_interp_only_mode() == 1,"leaving interp only when mode not one") Summary: Don't create JvmtiThreadState for an exiting JavaThread. Reviewed-by: coleenp, swamyv
2009-03-03 Merge
kvn [Tue, 03 Mar 2009 10:34:22 -0800] rev 2133
Merge
2009-03-02 6811384: MacroAssembler::serialize_memory may touch next page on amd64
never [Sun, 01 Mar 2009 20:49:46 -0800] rev 2132
6811384: MacroAssembler::serialize_memory may touch next page on amd64 Reviewed-by: kvn, phh, twisti
2009-02-27 6810672: Comment typos
twisti [Fri, 27 Feb 2009 13:27:09 -0800] rev 2131
6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
2009-02-27 6811267: Fix for 6809798 broke linux build
kvn [Fri, 27 Feb 2009 08:34:19 -0800] rev 2130
6811267: Fix for 6809798 broke linux build Summary: Fix method's declaration. Reviewed-by: phh, twisti
(0) -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 +30000 tip