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
(0) -1000 -120 +120 +1000 +3000 +10000 +30000 tip