Fri, 06 Mar 2009 21:36:50 -0800 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
Wed, 04 Mar 2009 09:58:39 -0800 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
Tue, 03 Mar 2009 18:25:57 -0800 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
Mon, 09 Mar 2009 11:32:57 -0400 Merge
tonyp [Mon, 09 Mar 2009 11:32:57 -0400] rev 2146
Merge
Sat, 07 Mar 2009 11:07:37 -0500 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
Sat, 07 Mar 2009 11:07:37 -0500 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
Sat, 07 Mar 2009 11:07:36 -0500 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
Fri, 06 Mar 2009 13:50:14 -0800 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
Mon, 02 Mar 2009 16:37:04 -0800 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
Thu, 05 Mar 2009 22:07:29 -0500 Merge
acorn [Thu, 05 Mar 2009 22:07:29 -0500] rev 2140
Merge
Mon, 02 Mar 2009 16:56:51 -0700 Merge
dcubed [Mon, 02 Mar 2009 16:56:51 -0700] rev 2139
Merge
Mon, 02 Mar 2009 14:43:36 -0700 Merge
dcubed [Mon, 02 Mar 2009 14:43:36 -0700] rev 2138
Merge
Mon, 02 Mar 2009 14:05:07 -0700 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
Mon, 02 Mar 2009 14:03:03 -0700 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
Mon, 02 Mar 2009 14:00:23 -0700 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
Mon, 02 Mar 2009 13:57:17 -0700 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
Tue, 03 Mar 2009 10:34:22 -0800 Merge
kvn [Tue, 03 Mar 2009 10:34:22 -0800] rev 2133
Merge
Sun, 01 Mar 2009 20:49:46 -0800 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
Fri, 27 Feb 2009 13:27:09 -0800 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
Fri, 27 Feb 2009 08:34:19 -0800 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
Fri, 27 Feb 2009 03:35:40 -0800 6778669: Patch from Red Hat -- fixes compilation errors
twisti [Fri, 27 Feb 2009 03:35:40 -0800] rev 2129
6778669: Patch from Red Hat -- fixes compilation errors Summary: Some fixes which are required to build on recent GCCs. Reviewed-by: never, kvn Contributed-by: langel@redhat.com
Thu, 26 Feb 2009 16:57:21 -0800 6810855: KILL vs. TEMP ordering restrictions are too strong
never [Thu, 26 Feb 2009 16:57:21 -0800] rev 2128
6810855: KILL vs. TEMP ordering restrictions are too strong Reviewed-by: kvn
Thu, 26 Feb 2009 14:26:02 -0800 6809798: SafePointScalarObject node placed into incorrect block during GCM
kvn [Thu, 26 Feb 2009 14:26:02 -0800] rev 2127
6809798: SafePointScalarObject node placed into incorrect block during GCM Summary: Replace the control edge of a pinned node before scheduling. Reviewed-by: never
Wed, 25 Feb 2009 14:36:27 -0800 6807963: need tool to make sense of LogCompilaton output
never [Wed, 25 Feb 2009 14:36:27 -0800] rev 2126
6807963: need tool to make sense of LogCompilaton output Reviewed-by: kvn
Wed, 25 Feb 2009 10:53:14 -0800 6805427: adlc compiler may generate incorrect machnode emission code
never [Wed, 25 Feb 2009 10:53:14 -0800] rev 2125
6805427: adlc compiler may generate incorrect machnode emission code Reviewed-by: kvn, twisti
Fri, 27 Feb 2009 15:30:47 -0800 Merge
ysr [Fri, 27 Feb 2009 15:30:47 -0800] rev 2124
Merge
Tue, 24 Feb 2009 22:51:00 -0800 Merge
jmasa [Tue, 24 Feb 2009 22:51:00 -0800] rev 2123
Merge
Tue, 24 Feb 2009 22:12:24 -0800 6806226: Signed integer overflow in growable array code causes JVM crash
jmasa [Tue, 24 Feb 2009 22:12:24 -0800] rev 2122
6806226: Signed integer overflow in growable array code causes JVM crash Summary: Workaround the overflow by doing the intermediate calculations in an unsigned variable. Reviewed-by: ysr, jcoomes
Tue, 24 Feb 2009 15:50:23 -0500 6804746: G1: guarantee(variance() > -1.0,"variance should be >= 0") (due to evacuation failure)
tonyp [Tue, 24 Feb 2009 15:50:23 -0500] rev 2121
6804746: G1: guarantee(variance() > -1.0,"variance should be >= 0") (due to evacuation failure) Summary: Under certain circumstances (evacuation failure) the pause time is not communicated to the policy and, as a result, the pause time field is not initialized properly. Reviewed-by: jmasa
Thu, 26 Feb 2009 14:25:55 -0800 Merge
apangin [Thu, 26 Feb 2009 14:25:55 -0800] rev 2120
Merge
Sun, 22 Feb 2009 17:21:13 -0800 Merge
apangin [Sun, 22 Feb 2009 17:21:13 -0800] rev 2119
Merge
Thu, 19 Feb 2009 04:54:22 -0500 6806046: Hotspot build error when compiled from Visual Studio
ikrylov [Thu, 19 Feb 2009 04:54:22 -0500] rev 2118
6806046: Hotspot build error when compiled from Visual Studio Summary: Define HOTSPOT_LIB_ARCH in the preprocessor flags of the generated projects Reviewed-by: kamg, xlu
Sun, 22 Feb 2009 17:11:56 -0800 Merge
apangin [Sun, 22 Feb 2009 17:11:56 -0800] rev 2117
Merge
Sun, 15 Feb 2009 20:09:02 -0800 Merge
apangin [Sun, 15 Feb 2009 20:09:02 -0800] rev 2116
Merge
Mon, 09 Feb 2009 13:47:26 -0800 Merge
jcoomes [Mon, 09 Feb 2009 13:47:26 -0800] rev 2115
Merge
Wed, 25 Feb 2009 22:55:54 -0800 Merge
trims [Wed, 25 Feb 2009 22:55:54 -0800] rev 2114
Merge
Tue, 24 Feb 2009 09:53:20 -0800 Merge
kvn [Tue, 24 Feb 2009 09:53:20 -0800] rev 2113
Merge
Mon, 23 Feb 2009 16:03:19 -0800 6791572: assert("duplicating node that's already been matched")
kvn [Mon, 23 Feb 2009 16:03:19 -0800] rev 2112
6791572: assert("duplicating node that's already been matched") Summary: Mark inputs for an address expression as shared if there are other uses besides address expressions. Reviewed-by: never
Mon, 23 Feb 2009 12:02:30 -0800 6808589: Merge vm_version_x86_{32,64}.{cpp,hpp}
twisti [Mon, 23 Feb 2009 12:02:30 -0800] rev 2111
6808589: Merge vm_version_x86_{32,64}.{cpp,hpp} Summary: There is very much duplicated code in vm_version_x86_{32,64}.{cpp,hpp}. Refactoring these would help maintainability. Reviewed-by: kvn, never
Thu, 19 Feb 2009 17:38:53 -0800 6802499: EA: assert(false,"unknown node on this path")
kvn [Thu, 19 Feb 2009 17:38:53 -0800] rev 2110
6802499: EA: assert(false,"unknown node on this path") Summary: Add missing checks for SCMemProj node in Escape analysis code. Reviewed-by: never
Wed, 18 Feb 2009 13:53:42 -0800 6807084: AutoBox elimination is broken with compressed oops
kvn [Wed, 18 Feb 2009 13:53:42 -0800] rev 2109
6807084: AutoBox elimination is broken with compressed oops Summary: Add checks for DecodeN nodes into AutoBox elimination code. Reviewed-by: never
Fri, 20 Feb 2009 11:12:26 -0800 Merge
ysr [Fri, 20 Feb 2009 11:12:26 -0800] rev 2108
Merge
Tue, 17 Feb 2009 15:35:58 -0800 6786346: intermittent Internal Error (src/share/vm/memory/cardTableModRefBS.cpp:226)
jmasa [Tue, 17 Feb 2009 15:35:58 -0800] rev 2107
6786346: intermittent Internal Error (src/share/vm/memory/cardTableModRefBS.cpp:226) Summary: Two assertions were incorrectly composed. Reviewed-by: tonyp
Mon, 09 Mar 2009 13:34:00 -0700 Merge
xdono [Mon, 09 Mar 2009 13:34:00 -0700] rev 2106
Merge
Mon, 09 Mar 2009 13:28:46 -0700 6814575: Update copyright year
xdono [Mon, 09 Mar 2009 13:28:46 -0700] rev 2105
6814575: Update copyright year Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
Mon, 09 Mar 2009 11:43:30 -0700 Merge
xdono [Mon, 09 Mar 2009 11:43:30 -0700] rev 2104
Merge
Fri, 27 Feb 2009 15:13:00 -0800 Merge
xdono [Fri, 27 Feb 2009 15:13:00 -0800] rev 2103
Merge
Sat, 31 Jan 2009 17:19:42 -0800 6799141: Build with --hash-style=both so that binaries can work on SuSE 10
ohair [Sat, 31 Jan 2009 17:19:42 -0800] rev 2102
6799141: Build with --hash-style=both so that binaries can work on SuSE 10 Reviewed-by: tbell
Thu, 05 Mar 2009 09:49:03 -0800 Added tag jdk7-b50 for changeset 90cbd9088155
xdono [Thu, 05 Mar 2009 09:49:03 -0800] rev 2101
Added tag jdk7-b50 for changeset 90cbd9088155
Mon, 09 Mar 2009 13:33:55 -0700 Merge
xdono [Mon, 09 Mar 2009 13:33:55 -0700] rev 2100
Merge
Mon, 09 Mar 2009 13:28:37 -0700 6814575: Update copyright year
xdono [Mon, 09 Mar 2009 13:28:37 -0700] rev 2099
6814575: Update copyright year Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
Mon, 09 Mar 2009 11:43:24 -0700 Merge
xdono [Mon, 09 Mar 2009 11:43:24 -0700] rev 2098
Merge
Fri, 27 Feb 2009 15:12:52 -0800 Merge
xdono [Fri, 27 Feb 2009 15:12:52 -0800] rev 2097
Merge
Sat, 31 Jan 2009 15:26:34 -0800 6791649: add "SKIP_MSIVAL2=true" to the Windows section of make/jprt.config
ohair [Sat, 31 Jan 2009 15:26:34 -0800] rev 2096
6791649: add "SKIP_MSIVAL2=true" to the Windows section of make/jprt.config Reviewed-by: tbell
Thu, 05 Mar 2009 09:48:58 -0800 Added tag jdk7-b50 for changeset c7a5f07b79b2
xdono [Thu, 05 Mar 2009 09:48:58 -0800] rev 2095
Added tag jdk7-b50 for changeset c7a5f07b79b2
Wed, 05 Jul 2017 16:48:21 +0200 Added tag jdk7-b50 for changeset 5da0e6b9f4f1
duke [Wed, 05 Jul 2017 16:48:21 +0200] rev 2094
Added tag jdk7-b50 for changeset 5da0e6b9f4f1
Wed, 05 Jul 2017 16:48:21 +0200 Merge jdk7-b50
duke [Wed, 05 Jul 2017 16:48:21 +0200] rev 2093
Merge
Wed, 05 Jul 2017 16:48:18 +0200 Merge
duke [Wed, 05 Jul 2017 16:48:18 +0200] rev 2092
Merge
Fri, 27 Feb 2009 10:54:11 -0800 Merge
tbell [Fri, 27 Feb 2009 10:54:11 -0800] rev 2091
Merge
Tue, 24 Feb 2009 07:55:30 -0800 Merge
tbell [Tue, 24 Feb 2009 07:55:30 -0800] rev 2090
Merge
Sat, 21 Feb 2009 09:58:08 -0800 Merge
tbell [Sat, 21 Feb 2009 09:58:08 -0800] rev 2089
Merge
Fri, 20 Feb 2009 11:56:09 -0800 6460529: Provide mixin interfaces for getQualifiedName and getTypeParameters
darcy [Fri, 20 Feb 2009 11:56:09 -0800] rev 2088
6460529: Provide mixin interfaces for getQualifiedName and getTypeParameters Reviewed-by: jjg
Thu, 19 Feb 2009 18:04:54 -0800 Merge
tbell [Thu, 19 Feb 2009 18:04:54 -0800] rev 2087
Merge
Wed, 18 Feb 2009 13:47:27 -0800 6802694: Javadoc doclet does not display deprecated information with -nocomment option for serialized form
bpatel [Wed, 18 Feb 2009 13:47:27 -0800] rev 2086
6802694: Javadoc doclet does not display deprecated information with -nocomment option for serialized form Reviewed-by: jjg
Fri, 13 Feb 2009 11:57:33 +0000 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore [Fri, 13 Feb 2009 11:57:33 +0000] rev 2085
6769027: Source line should be displayed immediately after the first diagnostic line Summary: Added support for customizing diagnostic output via API/command line flags Reviewed-by: jjg
Thu, 26 Feb 2009 10:57:31 -0800 Added tag jdk7-b49 for changeset 12d66066c9b7
xdono [Thu, 26 Feb 2009 10:57:31 -0800] rev 2084
Added tag jdk7-b49 for changeset 12d66066c9b7
Wed, 05 Jul 2017 16:48:14 +0200 Merge
duke [Wed, 05 Jul 2017 16:48:14 +0200] rev 2083
Merge
Thu, 26 Feb 2009 10:57:18 -0800 Added tag jdk7-b49 for changeset 9e4d64791991
xdono [Thu, 26 Feb 2009 10:57:18 -0800] rev 2082
Added tag jdk7-b49 for changeset 9e4d64791991
Wed, 05 Jul 2017 16:48:11 +0200 Merge
duke [Wed, 05 Jul 2017 16:48:11 +0200] rev 2081
Merge
Thu, 26 Feb 2009 10:57:17 -0800 Added tag jdk7-b49 for changeset d9cfdc5370b1
xdono [Thu, 26 Feb 2009 10:57:17 -0800] rev 2080
Added tag jdk7-b49 for changeset d9cfdc5370b1
Wed, 05 Jul 2017 16:48:09 +0200 Merge
duke [Wed, 05 Jul 2017 16:48:09 +0200] rev 2079
Merge
Thu, 26 Feb 2009 10:57:10 -0800 Added tag jdk7-b49 for changeset a00ac25cb702
xdono [Thu, 26 Feb 2009 10:57:10 -0800] rev 2078
Added tag jdk7-b49 for changeset a00ac25cb702
Wed, 05 Jul 2017 16:48:06 +0200 Merge
duke [Wed, 05 Jul 2017 16:48:06 +0200] rev 2077
Merge
Sun, 01 Mar 2009 14:44:50 +0000 6811578: genSolarisConstants.c should not require kernel patch to compile on Solaris 10
alanb [Sun, 01 Mar 2009 14:44:50 +0000] rev 2076
6811578: genSolarisConstants.c should not require kernel patch to compile on Solaris 10 Reviewed-by: tbell
Fri, 27 Feb 2009 10:53:33 -0800 Merge
tbell [Fri, 27 Feb 2009 10:53:33 -0800] rev 2075
Merge
Tue, 24 Feb 2009 14:22:08 +0000 6599383: Unable to open zip files more than 2GB in size
kevinw [Tue, 24 Feb 2009 14:22:08 +0000] rev 2074
6599383: Unable to open zip files more than 2GB in size Reviewed-by: alanb
Tue, 24 Feb 2009 11:33:25 +0000 Merge
alanb [Tue, 24 Feb 2009 11:33:25 +0000] rev 2073
Merge
Tue, 24 Feb 2009 11:31:04 +0000 6809132: (file) Javadoc style and consistency issues
alanb [Tue, 24 Feb 2009 11:31:04 +0000] rev 2072
6809132: (file) Javadoc style and consistency issues Reviewed-by: vinnie Contributed-by: cquinn@google.com
Tue, 24 Feb 2009 09:11:42 +0000 6808647: (file) Paths.get("C:").newDirectoryStream() iterates over Path elements with additional slash [win]
alanb [Tue, 24 Feb 2009 09:11:42 +0000] rev 2071
6808647: (file) Paths.get("C:").newDirectoryStream() iterates over Path elements with additional slash [win] 6808648: (file) Files.walkFileTree should obtain file attributes during iteration [win] Reviewed-by: sherman
Mon, 23 Feb 2009 21:06:15 -0800 6350801: Add support for named (instead of numbered) capture groups in regular expression
sherman [Mon, 23 Feb 2009 21:06:15 -0800] rev 2070
6350801: Add support for named (instead of numbered) capture groups in regular expression 6676425: Opensource unit/regression tests for java.util.regex Summary: Added "named capturing group" into regex. Moved most of reg/unit tests to openjdk. Reviewed-by: alanb, okutsu
Mon, 23 Feb 2009 10:36:19 +0000 6806649: synchronization bottleneck when constructing Thread subclasses
chegar [Mon, 23 Feb 2009 10:36:19 +0000] rev 2069
6806649: synchronization bottleneck when constructing Thread subclasses Summary: Replace subclass audits synchronization with ConcurrentHashMap with weakly referenced Class keys Reviewed-by: peterjones, dholmes, martin
Mon, 23 Feb 2009 17:32:52 +0800 5067458: Loopback SSLSocketImpl createSocket is throwing an exception
xuelei [Mon, 23 Feb 2009 17:32:52 +0800] rev 2068
5067458: Loopback SSLSocketImpl createSocket is throwing an exception Summary: A null hostname should be regarded as a loopback address. Reviewed-by: weijun
Mon, 23 Feb 2009 10:05:55 +0800 6780416: New keytool commands/options: -gencert, -printcertreq, -ext
weijun [Mon, 23 Feb 2009 10:05:55 +0800] rev 2067
6780416: New keytool commands/options: -gencert, -printcertreq, -ext Reviewed-by: xuelei, mullan
Mon, 23 Feb 2009 10:05:41 +0800 6803376: BasicConstraintsExtension does not encode when (ca==false && pathLen<0)
weijun [Mon, 23 Feb 2009 10:05:41 +0800] rev 2066
6803376: BasicConstraintsExtension does not encode when (ca==false && pathLen<0) Reviewed-by: xuelei
Mon, 23 Feb 2009 10:04:52 +0800 6804045: DerValue does not accept empty OCTET STRING
weijun [Mon, 23 Feb 2009 10:04:52 +0800] rev 2065
6804045: DerValue does not accept empty OCTET STRING Reviewed-by: xuelei
Mon, 23 Feb 2009 10:04:25 +0800 6789935: cross-realm capath search error
weijun [Mon, 23 Feb 2009 10:04:25 +0800] rev 2064
6789935: cross-realm capath search error Reviewed-by: xuelei
Mon, 23 Feb 2009 10:03:36 +0800 6535697: keytool can be more flexible on format of PEM-encoded X.509 certificates
weijun [Mon, 23 Feb 2009 10:03:36 +0800] rev 2063
6535697: keytool can be more flexible on format of PEM-encoded X.509 certificates Reviewed-by: vinnie
Fri, 20 Feb 2009 10:53:39 -0800 Merge
tbell [Fri, 20 Feb 2009 10:53:39 -0800] rev 2062
Merge
Fri, 20 Feb 2009 13:05:28 +0800 6697270: Inputstream dosent behave correct
xuelei [Fri, 20 Feb 2009 13:05:28 +0800] rev 2061
6697270: Inputstream dosent behave correct Summary: do not try to read zero byte from a InputStream, and do always return immediately for zero byte reading in a InputStream implementation. Reviewed-by: weijun
Fri, 20 Feb 2009 12:50:02 +0800 4918870: Examine session cache implementation (sun.misc.Cache)
xuelei [Fri, 20 Feb 2009 12:50:02 +0800] rev 2060
4918870: Examine session cache implementation (sun.misc.Cache) Summary: replace sun.misc.Cache with sun.security.util.Cache Reviewed-by: weijun
Thu, 19 Feb 2009 18:04:30 -0800 Merge
tbell [Thu, 19 Feb 2009 18:04:30 -0800] rev 2059
Merge
Mon, 16 Feb 2009 17:19:05 +0000 6800805: java.net.NetworkInterface.getNetworkInterfaces() does not list IPv6 network interfaces correctly
chegar [Mon, 16 Feb 2009 17:19:05 +0000] rev 2058
6800805: java.net.NetworkInterface.getNetworkInterfaces() does not list IPv6 network interfaces correctly Reviewed-by: jccollet
Sun, 15 Feb 2009 12:25:54 +0000 6781363: New I/O: Update socket-channel API to jsr203/nio2-b99
alanb [Sun, 15 Feb 2009 12:25:54 +0000] rev 2057
6781363: New I/O: Update socket-channel API to jsr203/nio2-b99 4313887: New I/O: Improved filesystem interface 4607272: New I/O: Support asynchronous I/O Reviewed-by: sherman, chegar
Wed, 11 Feb 2009 13:16:53 +0000 6799040: Portability issues in src/solaris/native/java/net/Inet4AddressImpl.c
chegar [Wed, 11 Feb 2009 13:16:53 +0000] rev 2056
6799040: Portability issues in src/solaris/native/java/net/Inet4AddressImpl.c Reviewed-by: alanb Contributed-by: christos@zoulas.com
Tue, 10 Feb 2009 03:26:31 -0800 6755621: Include SA binaries into Windows JDK
poonam [Tue, 10 Feb 2009 03:26:31 -0800] rev 2055
6755621: Include SA binaries into Windows JDK Summary: These changes will enable inclusion of sa-jdi.jar and sawindbg.dll into Windows JDK bundle. Reviewed-by: never, jjh, alanb
Thu, 26 Feb 2009 10:57:23 -0800 Added tag jdk7-b49 for changeset 8e06c3b9ec6e
xdono [Thu, 26 Feb 2009 10:57:23 -0800] rev 2054
Added tag jdk7-b49 for changeset 8e06c3b9ec6e
Wed, 05 Jul 2017 16:48:00 +0200 Merge
duke [Wed, 05 Jul 2017 16:48:00 +0200] rev 2053
Merge
Thu, 26 Feb 2009 10:57:13 -0800 Added tag jdk7-b49 for changeset 2fb28c2f14c0
xdono [Thu, 26 Feb 2009 10:57:13 -0800] rev 2052
Added tag jdk7-b49 for changeset 2fb28c2f14c0
Thu, 26 Feb 2009 10:57:09 -0800 Added tag jdk7-b49 for changeset 073e31b93bb0
xdono [Thu, 26 Feb 2009 10:57:09 -0800] rev 2051
Added tag jdk7-b49 for changeset 073e31b93bb0
Wed, 05 Jul 2017 16:47:52 +0200 Added tag jdk7-b49 for changeset 6b84b04a80af
duke [Wed, 05 Jul 2017 16:47:52 +0200] rev 2050
Added tag jdk7-b49 for changeset 6b84b04a80af
Wed, 05 Jul 2017 16:47:51 +0200 Merge jdk7-b49
duke [Wed, 05 Jul 2017 16:47:51 +0200] rev 2049
Merge
Wed, 05 Jul 2017 16:47:49 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:49 +0200] rev 2048
Merge
Thu, 19 Feb 2009 14:08:22 -0800 Added tag jdk7-b48 for changeset 299092b5d884
xdono [Thu, 19 Feb 2009 14:08:22 -0800] rev 2047
Added tag jdk7-b48 for changeset 299092b5d884
Wed, 05 Jul 2017 16:47:47 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:47 +0200] rev 2046
Merge
Thu, 19 Feb 2009 14:08:06 -0800 Added tag jdk7-b48 for changeset a9f9b366f4d3
xdono [Thu, 19 Feb 2009 14:08:06 -0800] rev 2045
Added tag jdk7-b48 for changeset a9f9b366f4d3
Wed, 05 Jul 2017 16:47:44 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:44 +0200] rev 2044
Merge
Thu, 19 Feb 2009 14:08:05 -0800 Added tag jdk7-b48 for changeset a2189fee3a39
xdono [Thu, 19 Feb 2009 14:08:05 -0800] rev 2043
Added tag jdk7-b48 for changeset a2189fee3a39
Wed, 05 Jul 2017 16:47:42 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:42 +0200] rev 2042
Merge
Thu, 19 Feb 2009 14:07:57 -0800 Added tag jdk7-b48 for changeset 3c81794d974b
xdono [Thu, 19 Feb 2009 14:07:57 -0800] rev 2041
Added tag jdk7-b48 for changeset 3c81794d974b
Wed, 05 Jul 2017 16:47:40 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:40 +0200] rev 2040
Merge
Thu, 19 Feb 2009 14:08:12 -0800 Added tag jdk7-b48 for changeset 7b8efe5390c4
xdono [Thu, 19 Feb 2009 14:08:12 -0800] rev 2039
Added tag jdk7-b48 for changeset 7b8efe5390c4
Wed, 05 Jul 2017 16:47:37 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:37 +0200] rev 2038
Merge
Wed, 25 Feb 2009 23:16:22 -0800 Merge
trims [Wed, 25 Feb 2009 23:16:22 -0800] rev 2037
Merge
Wed, 18 Feb 2009 18:20:02 -0800 6807345: Bump HS15 build number to 02
trims [Wed, 18 Feb 2009 18:20:02 -0800] rev 2036
6807345: Bump HS15 build number to 02 Summary: Update the HS15 Build number to 02 Reviewed-by: jcoomes
Wed, 18 Feb 2009 18:14:18 -0800 Merge
trims [Wed, 18 Feb 2009 18:14:18 -0800] rev 2035
Merge
Tue, 17 Feb 2009 14:30:24 -0800 Merge
kvn [Tue, 17 Feb 2009 14:30:24 -0800] rev 2034
Merge
Tue, 17 Feb 2009 11:19:31 +0100 6805950: Typos in andL_rReg_imm instructions in x86_64.ad
twisti [Tue, 17 Feb 2009 11:19:31 +0100] rev 2033
6805950: Typos in andL_rReg_imm instructions in x86_64.ad Summary: There are two typos in andL_rReg_imm instructions in x86_64.ad. Reviewed-by: kvn
Mon, 16 Feb 2009 07:19:26 -0800 6805724: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant.
twisti [Mon, 16 Feb 2009 07:19:26 -0800] rev 2032
6805724: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant. Summary: C2, ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant. Reviewed-by: rasbold
Fri, 13 Feb 2009 09:09:35 -0800 6800154: Add comments to long_by_long_mulhi() for better understandability
twisti [Fri, 13 Feb 2009 09:09:35 -0800] rev 2031
6800154: Add comments to long_by_long_mulhi() for better understandability Summary: This patch adds a comment pointing to the Hacker's Delight version of the algorithm plus a verbatim copy of it. Furthermore it adds inline comments. Reviewed-by: kvn, jrose
Fri, 06 Feb 2009 13:31:03 -0800 6791852: assert(b->_nodes[insidx] == n,"got insidx set incorrectly")
kvn [Fri, 06 Feb 2009 13:31:03 -0800] rev 2030
6791852: assert(b->_nodes[insidx] == n,"got insidx set incorrectly") Summary: Move the CreateEx up before each round of IFG construction Reviewed-by: never, phh
Thu, 05 Feb 2009 14:43:58 -0800 6799693: Server compiler leads to data corruption when expression throws an Exception
kvn [Thu, 05 Feb 2009 14:43:58 -0800] rev 2029
6799693: Server compiler leads to data corruption when expression throws an Exception Summary: Use merged memory state for an allocation's slow path. Reviewed-by: never
Thu, 05 Feb 2009 13:38:52 -0800 6788376: allow to ignore unrecognized VM options
kvn [Thu, 05 Feb 2009 13:38:52 -0800] rev 2028
6788376: allow to ignore unrecognized VM options Summary: Add new product flag -XX:+IgnoreUnrecognizedVMOptions Reviewed-by: ysr, xlu
Wed, 04 Feb 2009 23:17:38 -0800 6442502: assert(bits,"Use TypePtr for NULL") on linux-x86
never [Wed, 04 Feb 2009 23:17:38 -0800] rev 2027
6442502: assert(bits,"Use TypePtr for NULL") on linux-x86 Reviewed-by: kvn
Wed, 04 Feb 2009 11:44:57 -0800 6798785: Crash in OopFlow::build_oop_map: incorrect comparison of 64bit pointers
never [Wed, 04 Feb 2009 11:44:57 -0800] rev 2026
6798785: Crash in OopFlow::build_oop_map: incorrect comparison of 64bit pointers Reviewed-by: phh, kvn
Tue, 03 Feb 2009 18:05:19 -0800 6782260: Memory leak in CodeBuffer::create_patch_overflow
never [Tue, 03 Feb 2009 18:05:19 -0800] rev 2025
6782260: Memory leak in CodeBuffer::create_patch_overflow Reviewed-by: phh, kvn
Tue, 03 Feb 2009 08:10:28 -0800 6799452: HotSpot tests Makefile should take care of ALT_SLASH_JAVA
twisti [Tue, 03 Feb 2009 08:10:28 -0800] rev 2024
6799452: HotSpot tests Makefile should take care of ALT_SLASH_JAVA Summary: The HotSpot tests Makefile has a hardcoded SLASH_JAVA which makes it difficult to run the tests on non-Sun build machines which do not have a /java infrastructure. Reviewed-by: kamg
Tue, 03 Feb 2009 01:39:12 -0800 6795362: 32bit server compiler leads to wrong results on solaris-x86
twisti [Tue, 03 Feb 2009 01:39:12 -0800] rev 2023
6795362: 32bit server compiler leads to wrong results on solaris-x86 Summary: The C2 compiler leads to wrong results on solaris-i486 (32-bit) for a testcase given in the CR. Reviewed-by: never, rasbold
Mon, 26 Jan 2009 16:22:12 +0100 6796746: rename LoadC (char) opcode class to LoadUS (unsigned short)
twisti [Mon, 26 Jan 2009 16:22:12 +0100] rev 2022
6796746: rename LoadC (char) opcode class to LoadUS (unsigned short) Summary: Renaming LoadC to LoadUS would round up the planned introduction of LoadUB and LoadUI. Reviewed-by: phh, kvn
Wed, 21 Jan 2009 11:18:38 -0800 6794939: assert(_base == OopPtr,"subclass must override cast_to_ptr_type")
kvn [Wed, 21 Jan 2009 11:18:38 -0800] rev 2021
6794939: assert(_base == OopPtr,"subclass must override cast_to_ptr_type") Summary: Fix the assert in TypeKlassPtr::cast_to_ptr_type(). Reviewed-by: never
Fri, 16 Jan 2009 11:23:10 -0800 6790209: server VM fails with assert(will_link,"_new: typeflow responsibility")
kvn [Fri, 16 Jan 2009 11:23:10 -0800] rev 2020
6790209: server VM fails with assert(will_link,"_new: typeflow responsibility") Summary: Add missing code for reflection class loader in SystemDictionary::find(). Reviewed-by: never, jrose
Wed, 14 Jan 2009 14:12:00 -0800 6788347: C2Compiler crash 6u7
never [Wed, 14 Jan 2009 14:12:00 -0800] rev 2019
6788347: C2Compiler crash 6u7 Reviewed-by: kvn
Tue, 13 Jan 2009 14:02:19 -0800 Merge
never [Tue, 13 Jan 2009 14:02:19 -0800] rev 2018
Merge
Tue, 13 Jan 2009 11:43:20 -0800 6791132: bad control in autobox split code
never [Tue, 13 Jan 2009 11:43:20 -0800] rev 2017
6791132: bad control in autobox split code Reviewed-by: kvn
Tue, 13 Jan 2009 11:10:00 -0800 6784930: server jvm fails with assert(!n->is_SpillCopy(),"")
kvn [Tue, 13 Jan 2009 11:10:00 -0800] rev 2016
6784930: server jvm fails with assert(!n->is_SpillCopy(),"") Summary: Set minimum block frequency MIN_BLOCK_FREQUENCY 1.e-35f. Reviewed-by: never, rasbold
Wed, 07 Jan 2009 11:23:28 -0800 6790182: matcher.cpp:1375: assert(false,"bad AD file")
kvn [Wed, 07 Jan 2009 11:23:28 -0800] rev 2015
6790182: matcher.cpp:1375: assert(false,"bad AD file") Summary: Add a match rule for regD_low in regD definition. Reviewed-by: never
Wed, 07 Jan 2009 11:04:45 -0800 6782232: assert("CreateEx must be first instruction in block" )
kvn [Wed, 07 Jan 2009 11:04:45 -0800] rev 2014
6782232: assert("CreateEx must be first instruction in block" ) Summary: Add the missing check for CreateEx. Add new notproduct flag VerifyRegisterAllocator. Reviewed-by: never
Tue, 10 Feb 2009 18:39:09 +0300 6700941: G1: allocation spec missing for some G1 classes
apetrusenko [Tue, 10 Feb 2009 18:39:09 +0300] rev 2013
6700941: G1: allocation spec missing for some G1 classes Reviewed-by: tonyp
Mon, 09 Feb 2009 12:26:05 -0800 6800586: -XX:+PrintGCDateStamps is using mt-unsafe localtime function
ysr [Mon, 09 Feb 2009 12:26:05 -0800] rev 2012
6800586: -XX:+PrintGCDateStamps is using mt-unsafe localtime function Summary: replaced localtime() with localtime_r() on Solaris and Linux. Reviewed-by: apetrusenko, dholmes, jmasa
Mon, 09 Feb 2009 17:33:06 +0300 6802413: G1: G1FixedSurvivorSpaceSize should be converted into regions in calculate_survivors_policy()
apetrusenko [Mon, 09 Feb 2009 17:33:06 +0300] rev 2011
6802413: G1: G1FixedSurvivorSpaceSize should be converted into regions in calculate_survivors_policy() Reviewed-by: tonyp, jmasa
Sun, 08 Feb 2009 13:18:01 -0800 6690928: Use spinning in combination with yields for workstealing termination.
jmasa [Sun, 08 Feb 2009 13:18:01 -0800] rev 2010
6690928: Use spinning in combination with yields for workstealing termination. Summary: Substitute a spin loop for most calls to yield() to reduce the stress on the system. Reviewed-by: tonyp
Fri, 06 Feb 2009 01:38:50 +0300 6484959: G1: introduce survivor spaces
apetrusenko [Fri, 06 Feb 2009 01:38:50 +0300] rev 2009
6484959: G1: introduce survivor spaces 6797754: G1: combined bugfix Summary: Implemented a policy to control G1 survivor space parameters. Reviewed-by: tonyp, iveresov
Thu, 05 Feb 2009 11:42:10 -0800 6793828: G1: invariant: queues are empty when activated
never [Thu, 05 Feb 2009 11:42:10 -0800] rev 2008
6793828: G1: invariant: queues are empty when activated Reviewed-by: jrose, kvn
Wed, 04 Feb 2009 15:42:52 -0800 Merge
ysr [Wed, 04 Feb 2009 15:42:52 -0800] rev 2007
Merge
Sat, 31 Jan 2009 00:15:00 -0800 6792421: assert(_bitMap->isMarked(addr+size-1),inconsistent Printezis mark)
jmasa [Sat, 31 Jan 2009 00:15:00 -0800] rev 2006
6792421: assert(_bitMap->isMarked(addr+size-1),inconsistent Printezis mark) Summary: The CMS concurrent precleaning and concurrent marking phases should work around classes that are undergoing redefinition. Reviewed-by: ysr, tonyp
Fri, 30 Jan 2009 14:17:52 -0800 6787254: Work queue capacity can be increased substantially on some platforms
ysr [Fri, 30 Jan 2009 14:17:52 -0800] rev 2005
6787254: Work queue capacity can be increased substantially on some platforms Summary: Increased the default and maximum size of the CMS marking stack and the size of the parallel workers' work queues in 64-bit mode. The latter was accomplished by an increase in the width of the Taskqueue's Age struct and its Tag field in 64-bit mode. Reviewed-by: jmasa, tonyp
Thu, 19 Feb 2009 14:08:00 -0800 Added tag jdk7-b48 for changeset 1da7c5c8156d
xdono [Thu, 19 Feb 2009 14:08:00 -0800] rev 2004
Added tag jdk7-b48 for changeset 1da7c5c8156d
Thu, 19 Feb 2009 14:07:56 -0800 Added tag jdk7-b48 for changeset a5f5cb034a05
xdono [Thu, 19 Feb 2009 14:07:56 -0800] rev 2003
Added tag jdk7-b48 for changeset a5f5cb034a05
Wed, 05 Jul 2017 16:47:27 +0200 Added tag jdk7-b48 for changeset 1bf51a4c2627
duke [Wed, 05 Jul 2017 16:47:27 +0200] rev 2002
Added tag jdk7-b48 for changeset 1bf51a4c2627
Wed, 05 Jul 2017 16:47:27 +0200 Merge jdk7-b48
duke [Wed, 05 Jul 2017 16:47:27 +0200] rev 2001
Merge
Wed, 05 Jul 2017 16:47:25 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:25 +0200] rev 2000
Merge
Tue, 17 Feb 2009 09:07:14 -0800 Merge
tbell [Tue, 17 Feb 2009 09:07:14 -0800] rev 1999
Merge
Fri, 06 Feb 2009 17:24:04 -0800 Merge
tbell [Fri, 06 Feb 2009 17:24:04 -0800] rev 1998
Merge
Fri, 06 Feb 2009 12:49:48 -0800 6794071: Provide exception superclass for UnknownFooExceptions
darcy [Fri, 06 Feb 2009 12:49:48 -0800] rev 1997
6794071: Provide exception superclass for UnknownFooExceptions Reviewed-by: jjg
Fri, 06 Feb 2009 10:23:57 -0800 6595666: fix -Werror
jjg [Fri, 06 Feb 2009 10:23:57 -0800] rev 1996
6595666: fix -Werror Reviewed-by: mcimadamore
Fri, 06 Feb 2009 09:44:58 -0800 Merge
tbell [Fri, 06 Feb 2009 09:44:58 -0800] rev 1995
Merge
Fri, 30 Jan 2009 23:28:38 -0800 Merge
tbell [Fri, 30 Jan 2009 23:28:38 -0800] rev 1994
Merge
Thu, 29 Jan 2009 12:19:14 +0000 6729401: Compiler error when using F-bounded generics with free type variables
mcimadamore [Thu, 29 Jan 2009 12:19:14 +0000] rev 1993
6729401: Compiler error when using F-bounded generics with free type variables Summary: Javac applies wrong substitution to recursive type-variable bounds Reviewed-by: jjg
Thu, 29 Jan 2009 12:18:19 +0000 6557182: Unchecked warning *and* inconvertible types
mcimadamore [Thu, 29 Jan 2009 12:18:19 +0000] rev 1992
6557182: Unchecked warning *and* inconvertible types Summary: Redundant warnings are generated when casting from intersection types Reviewed-by: jjg
Thu, 29 Jan 2009 12:17:57 +0000 6315770: javac inference allows creation of strange types: Integer & Runnable
mcimadamore [Thu, 29 Jan 2009 12:17:57 +0000] rev 1991
6315770: javac inference allows creation of strange types: Integer & Runnable Summary: Javac does not apply glb correctly as per JLS3 15.12.2.8 Reviewed-by: jjg
Tue, 27 Jan 2009 18:38:39 -0800 6176978: current Javadoc's invocation and extension (Doclet) mechanisms are problematic
jjg [Tue, 27 Jan 2009 18:38:39 -0800] rev 1990
6176978: current Javadoc's invocation and extension (Doclet) mechanisms are problematic Reviewed-by: darcy
Tue, 27 Jan 2009 17:50:53 -0800 6707027: langtools/test/tools/javac/processing/model/testgetallmember/Main.java fails
darcy [Tue, 27 Jan 2009 17:50:53 -0800] rev 1989
6707027: langtools/test/tools/javac/processing/model/testgetallmember/Main.java fails Reviewed-by: jjg
Thu, 12 Feb 2009 14:00:59 -0800 Added tag jdk7-b47 for changeset c445221445df
xdono [Thu, 12 Feb 2009 14:00:59 -0800] rev 1988
Added tag jdk7-b47 for changeset c445221445df
Wed, 05 Jul 2017 16:47:21 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:21 +0200] rev 1987
Merge
Thu, 12 Feb 2009 14:00:44 -0800 Added tag jdk7-b47 for changeset caeb9cc18005
xdono [Thu, 12 Feb 2009 14:00:44 -0800] rev 1986
Added tag jdk7-b47 for changeset caeb9cc18005
Wed, 05 Jul 2017 16:47:18 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:18 +0200] rev 1985
Merge
Thu, 12 Feb 2009 14:00:43 -0800 Added tag jdk7-b47 for changeset 2feefc62f981
xdono [Thu, 12 Feb 2009 14:00:43 -0800] rev 1984
Added tag jdk7-b47 for changeset 2feefc62f981
Wed, 05 Jul 2017 16:47:16 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:16 +0200] rev 1983
Merge
Thu, 12 Feb 2009 14:00:35 -0800 Added tag jdk7-b47 for changeset 2b9d207712eb
xdono [Thu, 12 Feb 2009 14:00:35 -0800] rev 1982
Added tag jdk7-b47 for changeset 2b9d207712eb
Wed, 05 Jul 2017 16:47:13 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:13 +0200] rev 1981
Merge
Wed, 18 Feb 2009 10:05:41 -0800 Merge
lana [Wed, 18 Feb 2009 10:05:41 -0800] rev 1980
Merge
Tue, 10 Feb 2009 12:26:12 -0800 Merge
lana [Tue, 10 Feb 2009 12:26:12 -0800] rev 1979
Merge
Wed, 04 Feb 2009 11:58:13 +0300 6797195: Forward-port enhancements for hw/lw mixing from 6u12 to 7
anthony [Wed, 04 Feb 2009 11:58:13 +0300] rev 1978
6797195: Forward-port enhancements for hw/lw mixing from 6u12 to 7 Reviewed-by: art, dcherepanov
Thu, 29 Jan 2009 14:58:12 +0300 6721088: Bad window size calculation after using pack()
art [Thu, 29 Jan 2009 14:58:12 +0300] rev 1977
6721088: Bad window size calculation after using pack() Reviewed-by: anthony Contributed-by: Omair Majid <omajid@redhat.com>
Tue, 20 Jan 2009 19:51:46 +0300 6551075: screenshot image taken through clipboard on W2K terminal server is shifted
bae [Tue, 20 Jan 2009 19:51:46 +0300] rev 1976
6551075: screenshot image taken through clipboard on W2K terminal server is shifted Reviewed-by: dav, uta
Tue, 13 Jan 2009 20:04:05 +0100 6792515: Specify awt peer's API
rkennke [Tue, 13 Jan 2009 20:04:05 +0100] rev 1975
6792515: Specify awt peer's API Summary: Document AWT peer API. Reviewed-by: art, dav
Fri, 19 Dec 2008 16:04:04 +0300 6773985: OutOfMemory (PermGen space) under Linux / Firefox when switching bw. applets
art [Fri, 19 Dec 2008 16:04:04 +0300] rev 1974
6773985: OutOfMemory (PermGen space) under Linux / Firefox when switching bw. applets Summary: XEmbedClientHelper is uninstalled when its embedded frame is disposed. Reviewed-by: dcherepanov, ant
Wed, 26 Nov 2008 16:25:16 +0300 6699589: java/awt/EventQueue/PostEventOrderingTest.java fails
art [Wed, 26 Nov 2008 16:25:16 +0300] rev 1973
6699589: java/awt/EventQueue/PostEventOrderingTest.java fails Reviewed-by: dav, anthony
Tue, 28 Oct 2008 17:06:12 +0300 6758673: WeakReference leak in Window.ownedWindowList
art [Tue, 28 Oct 2008 17:06:12 +0300] rev 1972
6758673: WeakReference leak in Window.ownedWindowList Summary: WindowDisposerRecord parent field is correctly initialized Reviewed-by: dav, ant
Mon, 20 Oct 2008 19:07:12 -0700 Merge
lana [Mon, 20 Oct 2008 19:07:12 -0700] rev 1971
Merge
Wed, 08 Oct 2008 13:01:40 +0400 Merge
dav [Wed, 08 Oct 2008 13:01:40 +0400] rev 1970
Merge
Wed, 08 Oct 2008 12:50:17 +0400 5076635: Double click speed is not honored in KDE linux
dav [Wed, 08 Oct 2008 12:50:17 +0400] rev 1969
5076635: Double click speed is not honored in KDE linux Reviewed-by: art, dcherepanov
Tue, 07 Oct 2008 16:43:20 +0400 Merge
dav [Tue, 07 Oct 2008 16:43:20 +0400] rev 1968
Merge
Tue, 07 Oct 2008 16:34:27 +0400 6750288: Regression after 6315717. ArrayIndexOutOfBoundsException.
dav [Tue, 07 Oct 2008 16:34:27 +0400] rev 1967
6750288: Regression after 6315717. ArrayIndexOutOfBoundsException. Reviewed-by: dcherepanov, denis
Mon, 06 Oct 2008 16:45:00 +0400 5100701: Toolkit.getLockingKeyState() does not work on XToolkit, but works on Motif
yan [Mon, 06 Oct 2008 16:45:00 +0400] rev 1966
5100701: Toolkit.getLockingKeyState() does not work on XToolkit, but works on Motif Summary: Does not work on Motif but works on XToolkit now; implemented using XQueryPointer. Reviewed-by: anthony
Fri, 03 Oct 2008 10:33:11 +0400 6755110: Solaris build has corrupted with extra mouse buttons RFE
dav [Fri, 03 Oct 2008 10:33:11 +0400] rev 1965
6755110: Solaris build has corrupted with extra mouse buttons RFE Reviewed-by: yan
Mon, 29 Sep 2008 20:16:42 +0200 6749920: Cleanup AWT peer interfaces
rkennke [Mon, 29 Sep 2008 20:16:42 +0200] rev 1964
6749920: Cleanup AWT peer interfaces Summary: Remove duplicate and obsolete methods in the AWT peer interfaces. Reviewed-by: art, dav
Mon, 29 Sep 2008 14:54:55 +0400 6746212: Broken MouseEvents for TrayIcon
dav [Mon, 29 Sep 2008 14:54:55 +0400] rev 1963
6746212: Broken MouseEvents for TrayIcon Reviewed-by: dcherepanov, art
Tue, 16 Sep 2008 12:17:02 +0400 6315717: Support for mouse with multiple scroll wheels and 4 or more buttons
dav [Tue, 16 Sep 2008 12:17:02 +0400] rev 1962
6315717: Support for mouse with multiple scroll wheels and 4 or more buttons Summary: implementation of the more mouse buttons support Reviewed-by: art, dcherepanov
Thu, 11 Sep 2008 10:38:00 +0400 6727884: Some Uncaught Exceptions are no longer getting sent to the Uncaught Exception Handlers
art [Thu, 11 Sep 2008 10:38:00 +0400] rev 1961
6727884: Some Uncaught Exceptions are no longer getting sent to the Uncaught Exception Handlers Reviewed-by: anthony, dav
Wed, 10 Sep 2008 15:02:06 +0400 6743433: IM candidate window is not shown until window is deactivated and reactivated again
dcherepanov [Wed, 10 Sep 2008 15:02:06 +0400] rev 1960
6743433: IM candidate window is not shown until window is deactivated and reactivated again Summary: OpenCandidateWindow procedure should directly call ::DefWindowProc Reviewed-by: art
Mon, 08 Sep 2008 17:26:24 -0700 6744609: Disable MMX support when building libpng library
martin [Mon, 08 Sep 2008 17:26:24 -0700] rev 1959
6744609: Disable MMX support when building libpng library Summary: Define -DPNG_NO_MMX_CODE unconditionally, not just on 64-bit Linux Reviewed-by: anthony, art
Thu, 04 Sep 2008 17:24:23 +0400 Merge
dav [Thu, 04 Sep 2008 17:24:23 +0400] rev 1958
Merge
Thu, 04 Sep 2008 17:20:25 +0400 6738181: api/java_awt/Toolkit/index.html#GetAWTEventListeners Fails with:empty array returned unexpectedly
dav [Thu, 04 Sep 2008 17:20:25 +0400] rev 1957
6738181: api/java_awt/Toolkit/index.html#GetAWTEventListeners Fails with:empty array returned unexpectedly Summary: redirect getAWTEventListeners(long l) from Headless to underlying toolkit. Reviewed-by: art
Mon, 01 Sep 2008 17:41:45 +0400 6707023: Chenese Characters in JTextPane Cause Pane to Hang
art [Mon, 01 Sep 2008 17:41:45 +0400] rev 1956
6707023: Chenese Characters in JTextPane Cause Pane to Hang Summary: input method events are dispatched to correct AppContext Reviewed-by: naoto, yan
Tue, 26 Aug 2008 16:31:13 +0400 6741364: Some input method problems after the fix for 6585765
art [Tue, 26 Aug 2008 16:31:13 +0400] rev 1955
6741364: Some input method problems after the fix for 6585765 Summary: the fix for 6585765 is corrected Reviewed-by: uta
Tue, 26 Aug 2008 13:09:34 +0400 6585765: RFE: Remove Unicows-related code from AWT
art [Tue, 26 Aug 2008 13:09:34 +0400] rev 1954
6585765: RFE: Remove Unicows-related code from AWT 6733976: VS2008 errors compiling AWT files - explicit casts need to be added 6728735: VS2008 errors compiling UnicowsLoader.h and fatal error in awtmsg.h Summary: Unicows-related and Win95/98/Me-related code is removed Reviewed-by: uta, tdv
Tue, 17 Feb 2009 09:06:16 -0800 Merge
tbell [Tue, 17 Feb 2009 09:06:16 -0800] rev 1953
Merge
Fri, 06 Feb 2009 09:43:27 -0800 Merge
tbell [Fri, 06 Feb 2009 09:43:27 -0800] rev 1952
Merge
Thu, 05 Feb 2009 09:28:04 -0800 Merge
tbell [Thu, 05 Feb 2009 09:28:04 -0800] rev 1951
Merge
Wed, 04 Feb 2009 14:15:13 +0100 6585546: Please update API doc for java.net.CookieManager
jccollet [Wed, 04 Feb 2009 14:15:13 +0100] rev 1950
6585546: Please update API doc for java.net.CookieManager Summary: Trivial doc updates Reviewed-by: chegar
Wed, 04 Feb 2009 19:10:09 +0800 6782783: regtest HttpsURLConnection/B6216082.java throws ClosedByInterruptException
xuelei [Wed, 04 Feb 2009 19:10:09 +0800] rev 1949
6782783: regtest HttpsURLConnection/B6216082.java throws ClosedByInterruptException Summary: make the test robust Reviewed-by: weijun
Tue, 03 Feb 2009 16:29:32 -0800 6548433: (enum spec) java.lang.Enum docs should explain about values() and valueOf(String)
darcy [Tue, 03 Feb 2009 16:29:32 -0800] rev 1948
6548433: (enum spec) java.lang.Enum docs should explain about values() and valueOf(String) Reviewed-by: martin
Tue, 03 Feb 2009 09:38:31 +0800 6785456: Read Kerberos setting from Windows environment variables
weijun [Tue, 03 Feb 2009 09:38:31 +0800] rev 1947
6785456: Read Kerberos setting from Windows environment variables Reviewed-by: valeriep
Tue, 03 Feb 2009 09:38:13 +0800 6552334: Enable DNS in Kerberos by default
weijun [Tue, 03 Feb 2009 09:38:13 +0800] rev 1946
6552334: Enable DNS in Kerberos by default Reviewed-by: valeriep
Mon, 02 Feb 2009 16:50:54 +0100 6791927: Wrong Locale in HttpCookie::expiryDate2DeltaSeconds
jccollet [Mon, 02 Feb 2009 16:50:54 +0100] rev 1945
6791927: Wrong Locale in HttpCookie::expiryDate2DeltaSeconds Summary: Force Locale.US when parsing the cookie expiration date. Reviewed-by: chegar
Thu, 05 Feb 2009 09:24:45 -0800 Merge
tbell [Thu, 05 Feb 2009 09:24:45 -0800] rev 1944
Merge
Fri, 30 Jan 2009 23:27:20 -0800 Merge
tbell [Fri, 30 Jan 2009 23:27:20 -0800] rev 1943
Merge
Fri, 30 Jan 2009 15:09:00 -0800 6799462: Minor typo (wrong word) in JavaDoc for InputStream.read(byte[] b) method
darcy [Fri, 30 Jan 2009 15:09:00 -0800] rev 1942
6799462: Minor typo (wrong word) in JavaDoc for InputStream.read(byte[] b) method Reviewed-by: sherman, martin
Fri, 30 Jan 2009 22:27:02 +0000 Merge
michaelm [Fri, 30 Jan 2009 22:27:02 +0000] rev 1941
Merge
Fri, 30 Jan 2009 22:05:30 +0000 4167874: URL-downloaded jar files can consume all available file descriptors
michaelm [Fri, 30 Jan 2009 22:05:30 +0000] rev 1940
4167874: URL-downloaded jar files can consume all available file descriptors Summary: added close method to URLClassLoader Reviewed-by: alanb
Fri, 30 Jan 2009 12:40:27 -0800 6799343: (fmt) java.util.Formatter uses plainlink instead of linkplain
darcy [Fri, 30 Jan 2009 12:40:27 -0800] rev 1939
6799343: (fmt) java.util.Formatter uses plainlink instead of linkplain Reviewed-by: alanb
Thu, 29 Jan 2009 13:04:44 -0800 6327048: Enum javadoc could link to JLS
darcy [Thu, 29 Jan 2009 13:04:44 -0800] rev 1938
6327048: Enum javadoc could link to JLS 6653154: Exception message for bad Enum.valueOf has spurious "class" Reviewed-by: emcmanus
Thu, 29 Jan 2009 09:04:41 -0800 6239194: Object.hashCode() should reference System.identityHashCode()
darcy [Thu, 29 Jan 2009 09:04:41 -0800] rev 1937
6239194: Object.hashCode() should reference System.identityHashCode() Reviewed-by: emcmanus
Wed, 28 Jan 2009 14:13:37 -0800 6798822: (process) Non-portable use of isdigit in src/solaris/native/java/lang/UNIXProcess_md.c
martin [Wed, 28 Jan 2009 14:13:37 -0800] rev 1936
6798822: (process) Non-portable use of isdigit in src/solaris/native/java/lang/UNIXProcess_md.c Reviewed-by: alanb Contributed-by: christos@zoulas.com
Wed, 28 Jan 2009 12:46:43 -0800 6719182: update legal notice in java/lang/instrument/package.html
darcy [Wed, 28 Jan 2009 12:46:43 -0800] rev 1935
6719182: update legal notice in java/lang/instrument/package.html Reviewed-by: jjh
Wed, 28 Jan 2009 10:30:33 -0800 6704655: Test test/java/lang/reflect/Generics/Probe.java fails under OpenJDK
darcy [Wed, 28 Jan 2009 10:30:33 -0800] rev 1934
6704655: Test test/java/lang/reflect/Generics/Probe.java fails under OpenJDK Reviewed-by: ksrini
Tue, 27 Jan 2009 15:04:30 -0800 6797480: Remove synchronization bottleneck in logger
martin [Tue, 27 Jan 2009 15:04:30 -0800] rev 1933
6797480: Remove synchronization bottleneck in logger Reviewed-by: swamyv Contributed-by: jeremymanson@google.com
Tue, 27 Jan 2009 11:36:28 +0100 6790677: java.net.HttpCookie.parse(String) should ignore unrecognized attributes, RFC2965
jccollet [Tue, 27 Jan 2009 11:36:28 +0100] rev 1932
6790677: java.net.HttpCookie.parse(String) should ignore unrecognized attributes, RFC2965 Summary: Changed code not to throw an exception on unknown attributes Reviewed-by: chegar
Thu, 12 Feb 2009 14:00:50 -0800 Added tag jdk7-b47 for changeset 37d45cffbdfc
xdono [Thu, 12 Feb 2009 14:00:50 -0800] rev 1931
Added tag jdk7-b47 for changeset 37d45cffbdfc
Wed, 05 Jul 2017 16:47:04 +0200 Merge
duke [Wed, 05 Jul 2017 16:47:04 +0200] rev 1930
Merge
Thu, 12 Feb 2009 14:00:38 -0800 Added tag jdk7-b47 for changeset e3f44a955240
xdono [Thu, 12 Feb 2009 14:00:38 -0800] rev 1929
Added tag jdk7-b47 for changeset e3f44a955240
Thu, 12 Feb 2009 14:00:34 -0800 Added tag jdk7-b47 for changeset e57d3cfab04a
xdono [Thu, 12 Feb 2009 14:00:34 -0800] rev 1928
Added tag jdk7-b47 for changeset e57d3cfab04a
Wed, 05 Jul 2017 16:46:57 +0200 Added tag jdk7-b47 for changeset 0c4657194eec
duke [Wed, 05 Jul 2017 16:46:57 +0200] rev 1927
Added tag jdk7-b47 for changeset 0c4657194eec
Wed, 05 Jul 2017 16:46:56 +0200 Merge jdk7-b47
duke [Wed, 05 Jul 2017 16:46:56 +0200] rev 1926
Merge
Wed, 05 Jul 2017 16:46:53 +0200 Merge
duke [Wed, 05 Jul 2017 16:46:53 +0200] rev 1925
Merge
Thu, 05 Feb 2009 16:07:57 -0800 Added tag jdk7-b46 for changeset b60cca94e94d
xdono [Thu, 05 Feb 2009 16:07:57 -0800] rev 1924
Added tag jdk7-b46 for changeset b60cca94e94d
Wed, 05 Jul 2017 16:46:51 +0200 Merge
duke [Wed, 05 Jul 2017 16:46:51 +0200] rev 1923
Merge
Thu, 05 Feb 2009 16:07:42 -0800 Added tag jdk7-b46 for changeset 03eb3b436021
xdono [Thu, 05 Feb 2009 16:07:42 -0800] rev 1922
Added tag jdk7-b46 for changeset 03eb3b436021
Wed, 05 Jul 2017 16:46:49 +0200 Merge
duke [Wed, 05 Jul 2017 16:46:49 +0200] rev 1921
Merge
Thu, 05 Feb 2009 16:07:41 -0800 Added tag jdk7-b46 for changeset 080653129953
xdono [Thu, 05 Feb 2009 16:07:41 -0800] rev 1920
Added tag jdk7-b46 for changeset 080653129953
Wed, 05 Jul 2017 16:46:46 +0200 Merge
duke [Wed, 05 Jul 2017 16:46:46 +0200] rev 1919
Merge
Thu, 05 Feb 2009 16:07:29 -0800 Added tag jdk7-b46 for changeset b37289fd1a6d
xdono [Thu, 05 Feb 2009 16:07:29 -0800] rev 1918
Added tag jdk7-b46 for changeset b37289fd1a6d
Wed, 05 Jul 2017 16:46:44 +0200 Merge
duke [Wed, 05 Jul 2017 16:46:44 +0200] rev 1917
Merge
Thu, 05 Feb 2009 16:07:48 -0800 Added tag jdk7-b46 for changeset 3a1f36b2dd3b
xdono [Thu, 05 Feb 2009 16:07:48 -0800] rev 1916
Added tag jdk7-b46 for changeset 3a1f36b2dd3b
Wed, 05 Jul 2017 16:46:41 +0200 Merge
duke [Wed, 05 Jul 2017 16:46:41 +0200] rev 1915
Merge
Tue, 10 Feb 2009 20:33:36 -0800 Merge
trims [Tue, 10 Feb 2009 20:33:36 -0800] rev 1914
Merge
Fri, 30 Jan 2009 15:28:00 -0800 Merge
trims [Fri, 30 Jan 2009 15:28:00 -0800] rev 1913
Merge
Thu, 29 Jan 2009 21:25:42 -0800 Merge
ysr [Thu, 29 Jan 2009 21:25:42 -0800] rev 1912
Merge
Tue, 27 Jan 2009 18:13:59 -0800 6783381: NUMA allocator: don't pretouch eden space with UseNUMA
iveresov [Tue, 27 Jan 2009 18:13:59 -0800] rev 1911
6783381: NUMA allocator: don't pretouch eden space with UseNUMA Summary: Moved pretouching to MutableSpace. Also MutableSpace now turns on page interleaving for the region it covers. Reviewed-by: jmasa, jcoomes
Mon, 26 Jan 2009 12:47:21 -0800 6786503: Overflow list performance can be improved
ysr [Mon, 26 Jan 2009 12:47:21 -0800] rev 1910
6786503: Overflow list performance can be improved Summary: Avoid overflow list walk in CMS & ParNew when it is unnecessary. Fix a couple of correctness issues, including a C-heap leak, in ParNew at the intersection of promotion failure, work queue overflow and object array chunking. Add stress testing option and related assertion checking. Reviewed-by: jmasa
(0) -1000 -240 +240 +1000 +3000 +10000 +30000 tip