Wed, 05 Jul 2017 17:27:30 +0200 Added tag jdk7-b119 for changeset 4951967a61b4
duke [Wed, 05 Jul 2017 17:27:30 +0200] rev 7141
Added tag jdk7-b119 for changeset 4951967a61b4
Wed, 05 Jul 2017 17:27:29 +0200 Merge jdk7-b119
duke [Wed, 05 Jul 2017 17:27:29 +0200] rev 7140
Merge
Wed, 05 Jul 2017 17:27:26 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:26 +0200] rev 7139
Merge
Thu, 11 Nov 2010 11:02:36 -0800 Added tag jdk7-b118 for changeset f6bd6c4fcf54
cl [Thu, 11 Nov 2010 11:02:36 -0800] rev 7138
Added tag jdk7-b118 for changeset f6bd6c4fcf54
Wed, 05 Jul 2017 17:27:24 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:24 +0200] rev 7137
Merge
Thu, 11 Nov 2010 11:02:17 -0800 Added tag jdk7-b118 for changeset bc960be59c11
cl [Thu, 11 Nov 2010 11:02:17 -0800] rev 7136
Added tag jdk7-b118 for changeset bc960be59c11
Wed, 05 Jul 2017 17:27:21 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:21 +0200] rev 7135
Merge
Thu, 11 Nov 2010 11:02:16 -0800 Added tag jdk7-b118 for changeset dd5e977be090
cl [Thu, 11 Nov 2010 11:02:16 -0800] rev 7134
Added tag jdk7-b118 for changeset dd5e977be090
Wed, 05 Jul 2017 17:27:18 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:18 +0200] rev 7133
Merge
Thu, 11 Nov 2010 11:02:07 -0800 Added tag jdk7-b118 for changeset fa3579325f8b
cl [Thu, 11 Nov 2010 11:02:07 -0800] rev 7132
Added tag jdk7-b118 for changeset fa3579325f8b
Wed, 05 Jul 2017 17:27:15 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:15 +0200] rev 7131
Merge
Thu, 11 Nov 2010 11:02:24 -0800 Added tag jdk7-b118 for changeset e5798edad254
cl [Thu, 11 Nov 2010 11:02:24 -0800] rev 7130
Added tag jdk7-b118 for changeset e5798edad254
Wed, 05 Jul 2017 17:27:12 +0200 Merge
duke [Wed, 05 Jul 2017 17:27:12 +0200] rev 7129
Merge
Thu, 11 Nov 2010 23:30:49 -0800 6997698: Bump the HS20 build number to 03
trims [Thu, 11 Nov 2010 23:30:49 -0800] rev 7128
6997698: Bump the HS20 build number to 03 Summary: Update the HS20 build number to 03 Reviewed-by: jcoomes
Thu, 11 Nov 2010 23:29:32 -0800 Merge
trims [Thu, 11 Nov 2010 23:29:32 -0800] rev 7127
Merge
Thu, 11 Nov 2010 17:36:50 -0800 Merge
iveresov [Thu, 11 Nov 2010 17:36:50 -0800] rev 7126
Merge
Tue, 09 Nov 2010 17:31:18 -0800 6839891: Array overrun in vm ci
kvn [Tue, 09 Nov 2010 17:31:18 -0800] rev 7125
6839891: Array overrun in vm ci Summary: fix index check Reviewed-by: never
Tue, 09 Nov 2010 15:12:15 -0800 6998737: JSR 292: Remove the plug guarding the use of compressed oops
iveresov [Tue, 09 Nov 2010 15:12:15 -0800] rev 7124
6998737: JSR 292: Remove the plug guarding the use of compressed oops Summary: The plug that guards the use of compressed oops with invokedynamic needs to be removed Reviewed-by: twisti, kvn
Mon, 08 Nov 2010 14:33:48 -0800 Merge
iveresov [Mon, 08 Nov 2010 14:33:48 -0800] rev 7123
Merge
Sat, 06 Nov 2010 20:35:36 -0700 6991188: C2 Crashes while compiling method
kvn [Sat, 06 Nov 2010 20:35:36 -0700] rev 7122
6991188: C2 Crashes while compiling method Summary: Do several iterations to build EA Connection Graph. Reviewed-by: never, twisti, ysr
Sat, 06 Nov 2010 18:52:07 -0700 6997311: SIGFPE in new long division asm code
kvn [Sat, 06 Nov 2010 18:52:07 -0700] rev 7121
6997311: SIGFPE in new long division asm code Summary: use unsigned DIV instruction Reviewed-by: never
Sat, 06 Nov 2010 02:53:59 -0700 Merge
iveresov [Sat, 06 Nov 2010 02:53:59 -0700] rev 7120
Merge
Fri, 05 Nov 2010 14:49:50 -0700 6997456: Not possible to build just compiler2
iveresov [Fri, 05 Nov 2010 14:49:50 -0700] rev 7119
6997456: Not possible to build just compiler2 Summary: Fix the compiler error. Allow to build just c2 specifying FORCE_TIERED=0 on the command line. Reviewed-by: never, kvn
Fri, 05 Nov 2010 12:18:30 -0700 6996563: 6984311 changes forgot to update vmStructs.cpp for new field _operands
jrose [Fri, 05 Nov 2010 12:18:30 -0700] rev 7118
6996563: 6984311 changes forgot to update vmStructs.cpp for new field _operands Summary: Add missing line to vmStructs. Also fix bug with class dumper. Reviewed-by: twisti, kvn
Thu, 04 Nov 2010 12:16:58 -0700 6997459: JSR 292 after 6994093 getting: on return to interpreted call, restored SP is corrupted
twisti [Thu, 04 Nov 2010 12:16:58 -0700] rev 7117
6997459: JSR 292 after 6994093 getting: on return to interpreted call, restored SP is corrupted Reviewed-by: kvn, jrose, never
Tue, 02 Nov 2010 14:56:40 -0700 6996240: The BitSet.length method sometimes returns an index+1 value less than that of the highest bit set.
twisti [Tue, 02 Nov 2010 14:56:40 -0700] rev 7116
6996240: The BitSet.length method sometimes returns an index+1 value less than that of the highest bit set. Reviewed-by: never, kvn
Tue, 02 Nov 2010 09:00:37 -0700 6987135: Performance regression on Intel platform with 32-bits edition between 6u13 and 6u14.
kvn [Tue, 02 Nov 2010 09:00:37 -0700] rev 7115
6987135: Performance regression on Intel platform with 32-bits edition between 6u13 and 6u14. Summary: Use hardware DIV instruction for long division by constant when it is faster than code with multiply. Reviewed-by: never
Sat, 30 Oct 2010 13:08:23 -0700 6984311: JSR 292 needs optional bootstrap method parameters
jrose [Sat, 30 Oct 2010 13:08:23 -0700] rev 7114
6984311: JSR 292 needs optional bootstrap method parameters Summary: Allow CONSTANT_InvokeDynamic nodes to have any number of extra operands. Reviewed-by: twisti
Sat, 30 Oct 2010 12:19:07 -0700 6981777: implement JSR 292 EG adjustments from summer 2010
jrose [Sat, 30 Oct 2010 12:19:07 -0700] rev 7113
6981777: implement JSR 292 EG adjustments from summer 2010 Summary: Small bug fix to make "raw" adapters work for JDK changes under 6981777 Reviewed-by: twisti
Sat, 30 Oct 2010 11:45:49 -0700 6994093: MethodHandle.invokeGeneric needs porting to SPARC
jrose [Sat, 30 Oct 2010 11:45:49 -0700] rev 7112
6994093: MethodHandle.invokeGeneric needs porting to SPARC Summary: SPARC code missing from fix to 6939224 Reviewed-by: twisti
Sat, 30 Oct 2010 11:45:35 -0700 6981788: GC map generator sometimes picks up the wrong kind of instruction operand
jrose [Sat, 30 Oct 2010 11:45:35 -0700] rev 7111
6981788: GC map generator sometimes picks up the wrong kind of instruction operand Summary: Distinguish pool indexes from cache indexes in recently changed code. Reviewed-by: never
Thu, 28 Oct 2010 00:48:18 -0700 6994630: java/lang/instrument/IsModifiableClassAgent.java fails with -XX:+EnableInvokeDynamic
twisti [Thu, 28 Oct 2010 00:48:18 -0700] rev 7110
6994630: java/lang/instrument/IsModifiableClassAgent.java fails with -XX:+EnableInvokeDynamic Summary: The logic of ClassFileParser::java_dyn_MethodHandle_fix_pre needs to take care of an already changed vmentry signature. Reviewed-by: never, jrose
Fri, 22 Oct 2010 03:34:25 -0700 6994130: Zero PowerPC fix
twisti [Fri, 22 Oct 2010 03:34:25 -0700] rev 7109
6994130: Zero PowerPC fix Summary: 6953477 broke Zero. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
Thu, 21 Oct 2010 11:55:10 -0700 6970683: improvements to hs_err output
never [Thu, 21 Oct 2010 11:55:10 -0700] rev 7108
6970683: improvements to hs_err output Reviewed-by: kvn, jrose, dholmes, coleenp
Wed, 20 Oct 2010 13:18:17 -0700 Merge
never [Wed, 20 Oct 2010 13:18:17 -0700] rev 7107
Merge
Tue, 19 Oct 2010 16:14:34 -0700 6968367: can_post_on_exceptions is still using VM_DeoptimizeFrame in some places
never [Tue, 19 Oct 2010 16:14:34 -0700] rev 7106
6968367: can_post_on_exceptions is still using VM_DeoptimizeFrame in some places Reviewed-by: kvn, twisti
Wed, 20 Oct 2010 04:19:01 -0700 Merge
twisti [Wed, 20 Oct 2010 04:19:01 -0700] rev 7105
Merge
Tue, 19 Oct 2010 02:52:57 -0700 6990192: VM crashes in ciTypeFlow::get_block_for()
twisti [Tue, 19 Oct 2010 02:52:57 -0700] rev 7104
6990192: VM crashes in ciTypeFlow::get_block_for() Reviewed-by: never
Mon, 18 Oct 2010 15:43:29 -0700 Merge
never [Mon, 18 Oct 2010 15:43:29 -0700] rev 7103
Merge
Mon, 18 Oct 2010 01:54:24 -0700 6991596: JSR 292 unimplemented adapter_opt_i2i and adapter_opt_l2i on SPARC
twisti [Mon, 18 Oct 2010 01:54:24 -0700] rev 7102
6991596: JSR 292 unimplemented adapter_opt_i2i and adapter_opt_l2i on SPARC Reviewed-by: kvn, jrose, dsamersoff
Fri, 15 Oct 2010 02:59:48 -0700 Merge
roland [Fri, 15 Oct 2010 02:59:48 -0700] rev 7101
Merge
Fri, 15 Oct 2010 09:38:20 +0200 6991577: add IfOp optimization to C1
roland [Fri, 15 Oct 2010 09:38:20 +0200] rev 7100
6991577: add IfOp optimization to C1 Summary: Ifop optimization for c1 Reviewed-by: never, phh, iveresov
Wed, 10 Nov 2010 21:22:56 -0800 Merge
trims [Wed, 10 Nov 2010 21:22:56 -0800] rev 7099
Merge
Thu, 04 Nov 2010 15:32:01 -0700 Merge
lana [Thu, 04 Nov 2010 15:32:01 -0700] rev 7098
Merge
Thu, 04 Nov 2010 14:03:12 +0100 6997495: correction of regression test compiler/6857159/Test6857159
ptisnovs [Thu, 04 Nov 2010 14:03:12 +0100] rev 7097
6997495: correction of regression test compiler/6857159/Test6857159 Summary: Testcase correction. Reviewed-by: never
Thu, 11 Nov 2010 23:17:26 -0800 Added tag hs20-b02 for changeset dc71e7fdd835
trims [Thu, 11 Nov 2010 23:17:26 -0800] rev 7096
Added tag hs20-b02 for changeset dc71e7fdd835
Thu, 11 Nov 2010 11:02:11 -0800 Added tag jdk7-b118 for changeset d3227b2c2929
cl [Thu, 11 Nov 2010 11:02:11 -0800] rev 7095
Added tag jdk7-b118 for changeset d3227b2c2929
Mon, 15 Nov 2010 14:17:55 -0500 Merge
jqzuo [Mon, 15 Nov 2010 14:17:55 -0500] rev 7094
Merge
Fri, 05 Nov 2010 13:39:10 -0400 Merge
jqzuo [Fri, 05 Nov 2010 13:39:10 -0400] rev 7093
Merge
Fri, 29 Oct 2010 16:00:29 -0400 Merge
herrick [Fri, 29 Oct 2010 16:00:29 -0400] rev 7092
Merge
Fri, 22 Oct 2010 14:13:49 -0400 Merge
herrick [Fri, 22 Oct 2010 14:13:49 -0400] rev 7091
Merge
Sat, 16 Oct 2010 12:31:08 -0400 Merge
herrick [Sat, 16 Oct 2010 12:31:08 -0400] rev 7090
Merge
Thu, 14 Oct 2010 16:44:10 -0700 Merge
igor [Thu, 14 Oct 2010 16:44:10 -0700] rev 7089
Merge
Fri, 08 Oct 2010 11:43:33 -0400 Merge
herrick [Fri, 08 Oct 2010 11:43:33 -0400] rev 7088
Merge
Thu, 11 Nov 2010 11:02:05 -0800 Added tag jdk7-b118 for changeset 28ce0f4e02fa
cl [Thu, 11 Nov 2010 11:02:05 -0800] rev 7087
Added tag jdk7-b118 for changeset 28ce0f4e02fa
Wed, 05 Jul 2017 17:26:57 +0200 Added tag jdk7-b118 for changeset 2e876e59938a
duke [Wed, 05 Jul 2017 17:26:57 +0200] rev 7086
Added tag jdk7-b118 for changeset 2e876e59938a
Wed, 05 Jul 2017 17:26:57 +0200 Merge jdk7-b118
duke [Wed, 05 Jul 2017 17:26:57 +0200] rev 7085
Merge
Wed, 05 Jul 2017 17:26:55 +0200 Merge
duke [Wed, 05 Jul 2017 17:26:55 +0200] rev 7084
Merge
Tue, 09 Nov 2010 22:54:48 -0800 Merge
lana [Tue, 09 Nov 2010 22:54:48 -0800] rev 7083
Merge
Tue, 02 Nov 2010 19:41:59 -0700 Merge
lana [Tue, 02 Nov 2010 19:41:59 -0700] rev 7082
Merge
Tue, 02 Nov 2010 12:01:35 +0000 6939780: add a warning to detect diamond sites
mcimadamore [Tue, 02 Nov 2010 12:01:35 +0000] rev 7081
6939780: add a warning to detect diamond sites Summary: added hidden compiler flag '-XDfindDiamond' to detect 'diamondifiable' sites Reviewed-by: jjg
Tue, 02 Nov 2010 12:00:54 +0000 6996415: Override bridges causes compiler-generated code to end up with synthetic infinite loop
mcimadamore [Tue, 02 Nov 2010 12:00:54 +0000] rev 7080
6996415: Override bridges causes compiler-generated code to end up with synthetic infinite loop Summary: temporarily disable fix for override bridges (6337171) Reviewed-by: jjg
Mon, 01 Nov 2010 19:28:40 -0700 6996626: Scope fix issues for ImportScope
jjg [Mon, 01 Nov 2010 19:28:40 -0700] rev 7079
6996626: Scope fix issues for ImportScope Reviewed-by: darcy
Fri, 29 Oct 2010 13:12:38 -0700 6994608: javah no longer accepts parameter files as input
jjg [Fri, 29 Oct 2010 13:12:38 -0700] rev 7078
6994608: javah no longer accepts parameter files as input Reviewed-by: mcimadamore
Fri, 29 Oct 2010 12:47:49 -0700 6993304: JavacTrees.getAttrContext not updated to Tree.Kind.{ANNOTATION_TYPE,ENUM,INTERFACE}
jjg [Fri, 29 Oct 2010 12:47:49 -0700] rev 7077
6993304: JavacTrees.getAttrContext not updated to Tree.Kind.{ANNOTATION_TYPE,ENUM,INTERFACE} Reviewed-by: mcimadamore
Thu, 28 Oct 2010 18:58:43 -0700 6994946: option to specify only syntax errors as unrecoverable
jjg [Thu, 28 Oct 2010 18:58:43 -0700] rev 7076
6994946: option to specify only syntax errors as unrecoverable Reviewed-by: darcy, mcimadamore
Thu, 28 Oct 2010 10:17:47 -0700 6460352: Reintroduce Scope.dble
jjg [Thu, 28 Oct 2010 10:17:47 -0700] rev 7075
6460352: Reintroduce Scope.dble Reviewed-by: mcimadamore, jjg Contributed-by: per.bothner@oracle.com
Tue, 26 Oct 2010 14:29:48 -0700 6949587: rename "DisjointType" to "DisjunctType"
jjg [Tue, 26 Oct 2010 14:29:48 -0700] rev 7074
6949587: rename "DisjointType" to "DisjunctType" Reviewed-by: mcimadamore
Fri, 22 Oct 2010 14:04:33 -0700 6993301: catch parameters do not have correct kind (i.e. ElementKind.EXCEPTION_PARAMETER)
jjg [Fri, 22 Oct 2010 14:04:33 -0700] rev 7073
6993301: catch parameters do not have correct kind (i.e. ElementKind.EXCEPTION_PARAMETER) Reviewed-by: mcimadamore
Tue, 19 Oct 2010 15:02:48 -0700 6987760: remove 308 support from JDK7
jjg [Tue, 19 Oct 2010 15:02:48 -0700] rev 7072
6987760: remove 308 support from JDK7 Reviewed-by: darcy, mcimadamore
Tue, 19 Oct 2010 11:47:17 +0530 6551367: javadoc throws ClassCastException when an @link tries to reference constructor.
sundar [Tue, 19 Oct 2010 11:47:17 +0530] rev 7071
6551367: javadoc throws ClassCastException when an @link tries to reference constructor. Reviewed-by: jjg, mcimadamore
Thu, 04 Nov 2010 15:54:46 -0700 Added tag jdk7-b117 for changeset 0c40f3078aa3
cl [Thu, 04 Nov 2010 15:54:46 -0700] rev 7070
Added tag jdk7-b117 for changeset 0c40f3078aa3
Wed, 05 Jul 2017 17:26:50 +0200 Merge
duke [Wed, 05 Jul 2017 17:26:50 +0200] rev 7069
Merge
Thu, 04 Nov 2010 15:54:26 -0700 Added tag jdk7-b117 for changeset 4415519b35e2
cl [Thu, 04 Nov 2010 15:54:26 -0700] rev 7068
Added tag jdk7-b117 for changeset 4415519b35e2
Wed, 05 Jul 2017 17:26:46 +0200 Merge
duke [Wed, 05 Jul 2017 17:26:46 +0200] rev 7067
Merge
Thu, 04 Nov 2010 15:54:26 -0700 Added tag jdk7-b117 for changeset be017e4765f7
cl [Thu, 04 Nov 2010 15:54:26 -0700] rev 7066
Added tag jdk7-b117 for changeset be017e4765f7
Wed, 05 Jul 2017 17:26:43 +0200 Merge
duke [Wed, 05 Jul 2017 17:26:43 +0200] rev 7065
Merge
Tue, 09 Nov 2010 22:48:22 -0800 Merge
lana [Tue, 09 Nov 2010 22:48:22 -0800] rev 7064
Merge
Tue, 02 Nov 2010 18:39:26 -0700 Merge
lana [Tue, 02 Nov 2010 18:39:26 -0700] rev 7063
Merge
Tue, 02 Nov 2010 18:27:04 +0000 6996740: Yet more breakage caused by 6891766
alanb [Tue, 02 Nov 2010 18:27:04 +0000] rev 7062
6996740: Yet more breakage caused by 6891766 Summary: Restore com.sun.corba.se.simpl.io.IIOPInputStream that 6891766 nuked in error Reviewed-by: asaha
Sun, 31 Oct 2010 22:10:24 -0700 6996356: Changes for 6891766 break build
asaha [Sun, 31 Oct 2010 22:10:24 -0700] rev 7061
6996356: Changes for 6891766 break build Summary: JPRT build passed Reviewed-by: alanb
Tue, 26 Oct 2010 13:45:25 -0700 Merge
asaha [Tue, 26 Oct 2010 13:45:25 -0700] rev 7060
Merge
Fri, 24 Sep 2010 22:42:14 -0700 6891766: Vulnerabilities in use of reflection in CORBA
skoppar [Fri, 24 Sep 2010 22:42:14 -0700] rev 7059
6891766: Vulnerabilities in use of reflection in CORBA Reviewed-by: hawtin
Thu, 04 Nov 2010 15:54:15 -0700 Added tag jdk7-b117 for changeset 984109266a3d
cl [Thu, 04 Nov 2010 15:54:15 -0700] rev 7058
Added tag jdk7-b117 for changeset 984109266a3d
Wed, 05 Jul 2017 17:26:39 +0200 Merge
duke [Wed, 05 Jul 2017 17:26:39 +0200] rev 7057
Merge
Wed, 10 Nov 2010 20:40:19 -0800 Merge
trims [Wed, 10 Nov 2010 20:40:19 -0800] rev 7056
Merge
Thu, 04 Nov 2010 16:09:49 -0700 Merge
trims [Thu, 04 Nov 2010 16:09:49 -0700] rev 7055
Merge
Tue, 14 Sep 2010 01:42:03 -0700 6982752: dynamic languages need to decorate types with runtime information
jrose [Tue, 14 Sep 2010 01:42:03 -0700] rev 7054
6982752: dynamic languages need to decorate types with runtime information Summary: Add ClassValue Reviewed-by: twisti
Wed, 08 Sep 2010 18:40:34 -0700 6953246: JSR 292 should support SAM conversion
jrose [Wed, 08 Sep 2010 18:40:34 -0700] rev 7053
6953246: JSR 292 should support SAM conversion Summary: Conversion function MethodHandles.asInstance; initial slow implementation based on Proxy. Reviewed-by: twisti
Wed, 08 Sep 2010 18:40:23 -0700 6980096: JSR 292 reflective lookup should throw checked exceptions
jrose [Wed, 08 Sep 2010 18:40:23 -0700] rev 7052
6980096: JSR 292 reflective lookup should throw checked exceptions Summary: Make NoAccessException be a checked exception. Also remove JavaMethodHandle. Reviewed-by: twisti
Wed, 08 Sep 2010 18:40:11 -0700 6964498: JSR 292 invokedynamic sites need local bootstrap methods
jrose [Wed, 08 Sep 2010 18:40:11 -0700] rev 7051
6964498: JSR 292 invokedynamic sites need local bootstrap methods Summary: Add JVM_CONSTANT_InvokeDynamic records to constant pool to determine per-instruction BSMs; add MethodHandleProvider. Reviewed-by: twisti
Tue, 09 Nov 2010 22:53:18 -0800 Merge
lana [Tue, 09 Nov 2010 22:53:18 -0800] rev 7050
Merge
Fri, 05 Nov 2010 20:58:10 -0700 6997928: LocaleCategory test fails with b118 PIT
naoto [Fri, 05 Nov 2010 20:58:10 -0700] rev 7049
6997928: LocaleCategory test fails with b118 PIT Reviewed-by: sherman
Tue, 02 Nov 2010 19:40:45 -0700 Merge
lana [Tue, 02 Nov 2010 19:40:45 -0700] rev 7048
Merge
Tue, 02 Nov 2010 15:04:13 +0000 6945529: Apply fix for CR 6921001 to platform-specific java.security configuration files
vinnie [Tue, 02 Nov 2010 15:04:13 +0000] rev 7047
6945529: Apply fix for CR 6921001 to platform-specific java.security configuration files Reviewed-by: mullan
Tue, 02 Nov 2010 10:15:06 +0000 Merge
alanb [Tue, 02 Nov 2010 10:15:06 +0000] rev 7046
Merge
Tue, 02 Nov 2010 10:07:21 +0000 6431343: (dc) DatagramChannel may not report its local address correctly after connect or disconnect
alanb [Tue, 02 Nov 2010 10:07:21 +0000] rev 7045
6431343: (dc) DatagramChannel may not report its local address correctly after connect or disconnect Reviewed-by: chegar
Tue, 02 Nov 2010 10:05:42 +0000 6993126: (aio) remove AsynchronousDatagramChannel
alanb [Tue, 02 Nov 2010 10:05:42 +0000] rev 7044
6993126: (aio) remove AsynchronousDatagramChannel Reviewed-by: chegar
Mon, 01 Nov 2010 22:02:35 -0700 6916074: Add support for TLS 1.2
xuelei [Mon, 01 Nov 2010 22:02:35 -0700] rev 7043
6916074: Add support for TLS 1.2 6985179: To support Server Name Indication extension for JSSE client Summary: Introduces the algorithm constraints to support signature and hash algorithm selection. Includes contributions from wetmore and weijung. Reviewed-by: wetmore, weijun
Mon, 01 Nov 2010 10:59:03 -0700 6994413: JDK_GetVersionInfo0 only expects a two digit build number
mchung [Mon, 01 Nov 2010 10:59:03 -0700] rev 7042
6994413: JDK_GetVersionInfo0 only expects a two digit build number Reviewed-by: dholmes
Mon, 01 Nov 2010 10:12:48 -0700 6995674: (launcher) make of jli fails on windows if directory exists
ksrini [Mon, 01 Nov 2010 10:12:48 -0700] rev 7041
6995674: (launcher) make of jli fails on windows if directory exists Reviewed-by: darcy, ohair
Mon, 01 Nov 2010 07:57:46 -0700 6792180: Enhance to reject weak algorithms or conform to crypto recommendations
xuelei [Mon, 01 Nov 2010 07:57:46 -0700] rev 7040
6792180: Enhance to reject weak algorithms or conform to crypto recommendations Reviewed-by: mullan, weijun, wetmore
Sat, 30 Oct 2010 18:39:17 +0800 4873188: Support TLS 1.1
xuelei [Sat, 30 Oct 2010 18:39:17 +0800] rev 7039
4873188: Support TLS 1.1 Reviewed-by: wetmore, weijun
Fri, 29 Oct 2010 12:35:07 +0200 6984037: jmx/management rebranding vendor changes needed
emcmanus [Fri, 29 Oct 2010 12:35:07 +0200] rev 7038
6984037: jmx/management rebranding vendor changes needed Reviewed-by: ohair
Thu, 28 Oct 2010 21:14:44 +0800 6950546: "ktab -d name etype" to "ktab -d name [-e etype] [kvno | all | old]"
weijun [Thu, 28 Oct 2010 21:14:44 +0800] rev 7037
6950546: "ktab -d name etype" to "ktab -d name [-e etype] [kvno | all | old]" 6984764: kerberos fails if service side keytab is generated using JDK ktab Reviewed-by: valeriep
Wed, 27 Oct 2010 22:10:37 -0700 Merge
asaha [Wed, 27 Oct 2010 22:10:37 -0700] rev 7036
Merge
Wed, 27 Oct 2010 13:53:15 -0700 Merge
asaha [Wed, 27 Oct 2010 13:53:15 -0700] rev 7035
Merge
Wed, 27 Oct 2010 13:44:29 -0700 6993206: Removing non-functional tests.
asaha [Wed, 27 Oct 2010 13:44:29 -0700] rev 7034
6993206: Removing non-functional tests. Reviewed-by: mchung
Wed, 27 Oct 2010 13:09:27 -0700 Merge
asaha [Wed, 27 Oct 2010 13:09:27 -0700] rev 7033
Merge
Mon, 11 Oct 2010 16:05:18 -0700 Merge
asaha [Mon, 11 Oct 2010 16:05:18 -0700] rev 7032
Merge
Tue, 28 Sep 2010 01:13:22 -0700 6966692: defaultReadObject can set a field multiple times
skoppar [Tue, 28 Sep 2010 01:13:22 -0700] rev 7031
6966692: defaultReadObject can set a field multiple times Reviewed-by: hawtin
Tue, 28 Sep 2010 01:09:10 -0700 6559775: Race allows defaultReadObject to be invoked instead of readFields during deserialization
skoppar [Tue, 28 Sep 2010 01:09:10 -0700] rev 7030
6559775: Race allows defaultReadObject to be invoked instead of readFields during deserialization Reviewed-by: hawtin
Tue, 26 Oct 2010 18:41:02 -0400 6541462: outdated specification for CCC 6339875
kamg [Tue, 26 Oct 2010 18:41:02 -0400] rev 7029
6541462: outdated specification for CCC 6339875 Summary: Add documentation to java.lang.ClassLoader.defineClass() Reviewed-by: dcubed, darcy
Mon, 25 Oct 2010 10:34:26 -0700 6989469: (launcher) compiler warnings in jli native code
ksrini [Mon, 25 Oct 2010 10:34:26 -0700] rev 7028
6989469: (launcher) compiler warnings in jli native code Reviewed-by: darcy, ohair, sherman
Fri, 22 Oct 2010 20:27:44 +0100 6994079: PlainSocketImpl should close the socket if it fails
chegar [Fri, 22 Oct 2010 20:27:44 +0100] rev 7027
6994079: PlainSocketImpl should close the socket if it fails Reviewed-by: alanb
Fri, 22 Oct 2010 11:22:54 -0700 6985460: PlatformLogger throws ArrayStoreException when j.u.logging is initialized
mchung [Fri, 22 Oct 2010 11:22:54 -0700] rev 7026
6985460: PlatformLogger throws ArrayStoreException when j.u.logging is initialized Reviewed-by: dholmes
Fri, 22 Oct 2010 17:40:31 +0100 6816049: (bf) MappedByteBuffer.force() method does not flush data correctly
alanb [Fri, 22 Oct 2010 17:40:31 +0100] rev 7025
6816049: (bf) MappedByteBuffer.force() method does not flush data correctly Reviewed-by: chegar
Fri, 22 Oct 2010 09:20:09 +0100 6947677: InetAddress.isReachable() throws "java.net.SocketException:Invalid argument" on Linux if run as root
chegar [Fri, 22 Oct 2010 09:20:09 +0100] rev 7024
6947677: InetAddress.isReachable() throws "java.net.SocketException:Invalid argument" on Linux if run as root Reviewed-by: alanb
Thu, 21 Oct 2010 16:51:09 +0100 6992859: InetAddressCachePolicy.setIfNotSet() fails
chegar [Thu, 21 Oct 2010 16:51:09 +0100] rev 7023
6992859: InetAddressCachePolicy.setIfNotSet() fails Reviewed-by: michaelm
Thu, 21 Oct 2010 16:49:36 +0100 6993490: SocketTimeoutException on HTTP keep-alive connections
chegar [Thu, 21 Oct 2010 16:49:36 +0100] rev 7022
6993490: SocketTimeoutException on HTTP keep-alive connections Reviewed-by: michaelm
Thu, 21 Oct 2010 14:39:58 +0100 6993267: TEST_BUG: java/nio/file/Path/InterruptCopy.java fails intermittently (win)
alanb [Thu, 21 Oct 2010 14:39:58 +0100] rev 7021
6993267: TEST_BUG: java/nio/file/Path/InterruptCopy.java fails intermittently (win) Reviewed-by: forax
Tue, 19 Oct 2010 10:02:25 -0700 6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE
mchung [Tue, 19 Oct 2010 10:02:25 -0700] rev 7020
6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE Reviewed-by: dholmes, alanb
Tue, 19 Oct 2010 09:49:08 -0700 6992968: test/java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh should not hang
mchung [Tue, 19 Oct 2010 09:49:08 -0700] rev 7019
6992968: test/java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh should not hang Reviewed-by: alanb, dholmes
Tue, 02 Nov 2010 12:45:49 -0700 Merge
lana [Tue, 02 Nov 2010 12:45:49 -0700] rev 7018
Merge
Tue, 02 Nov 2010 10:34:46 -0700 6989111: Incorrect default locale for New Zealand
naoto [Tue, 02 Nov 2010 10:34:46 -0700] rev 7017
6989111: Incorrect default locale for New Zealand 6990452: Provide system properties for the user specified script 6992312: Currency becomes XXX if do not specify user.country.format Reviewed-by: okutsu
Tue, 02 Nov 2010 15:04:06 +0300 Merge
amenkov [Tue, 02 Nov 2010 15:04:06 +0300] rev 7016
Merge
Tue, 02 Nov 2010 14:59:39 +0300 6950553: Applet: IE process crash in OLE32.DLL when playing a sound
amenkov [Tue, 02 Nov 2010 14:59:39 +0300] rev 7015
6950553: Applet: IE process crash in OLE32.DLL when playing a sound Reviewed-by: poonam
Tue, 02 Nov 2010 13:32:00 +0300 6432566: Replace usage of StringBuffer with StringBuilder in Swing
rupashka [Tue, 02 Nov 2010 13:32:00 +0300] rev 7014
6432566: Replace usage of StringBuffer with StringBuilder in Swing Reviewed-by: malenkov
Tue, 02 Nov 2010 15:08:56 +0900 6996686: (tz) Support tzdata2010o
peytoia [Tue, 02 Nov 2010 15:08:56 +0900] rev 7013
6996686: (tz) Support tzdata2010o Reviewed-by: okutsu
Fri, 29 Oct 2010 04:24:18 +0400 6659894: JDialog instance returns unexpected GraphicsConfiguration
rupashka [Fri, 29 Oct 2010 04:24:18 +0400] rev 7012
6659894: JDialog instance returns unexpected GraphicsConfiguration Reviewed-by: alexp
Tue, 26 Oct 2010 12:35:14 +0400 6735286: javax.swing.DefaultTableCellRender.getTableCellRendererComponent() doesn't allow passing null Tables
rupashka [Tue, 26 Oct 2010 12:35:14 +0400] rev 7011
6735286: javax.swing.DefaultTableCellRender.getTableCellRendererComponent() doesn't allow passing null Tables Reviewed-by: alexp
Mon, 25 Oct 2010 19:24:50 +0400 6632810: javax.swing.plaf.basic.BasicScrollPaneUI.getBaseline(JComponent, int, int) doesn't throw NPE and IAE
rupashka [Mon, 25 Oct 2010 19:24:50 +0400] rev 7010
6632810: javax.swing.plaf.basic.BasicScrollPaneUI.getBaseline(JComponent, int, int) doesn't throw NPE and IAE Reviewed-by: alexp
Mon, 25 Oct 2010 18:25:47 +0400 6816582: WindowsFileChooserUI throws NullPointer when awt.useSystemAAFontSettings=false
rupashka [Mon, 25 Oct 2010 18:25:47 +0400] rev 7009
6816582: WindowsFileChooserUI throws NullPointer when awt.useSystemAAFontSettings=false Reviewed-by: uta
Fri, 22 Oct 2010 11:32:26 -0700 6993339: Bug4168625Test.java fails
naoto [Fri, 22 Oct 2010 11:32:26 -0700] rev 7008
6993339: Bug4168625Test.java fails Reviewed-by: peytoia
Fri, 22 Oct 2010 16:25:56 +0400 6993140: protected constructor in javax.swing.plaf.synth.SynthTabbedPaneUI.SynthTabbedPaneUI is needed
peterz [Fri, 22 Oct 2010 16:25:56 +0400] rev 7007
6993140: protected constructor in javax.swing.plaf.synth.SynthTabbedPaneUI.SynthTabbedPaneUI is needed Reviewed-by: rupashka
Thu, 21 Oct 2010 20:41:20 +0400 4358979: javax.swing.border should have a DashedBorder
malenkov [Thu, 21 Oct 2010 20:41:20 +0400] rev 7006
4358979: javax.swing.border should have a DashedBorder Reviewed-by: flar, alexp
Wed, 20 Oct 2010 19:37:48 +0400 6989617: Enable JComponent to control repaintings of its children
alexp [Wed, 20 Oct 2010 19:37:48 +0400] rev 7005
6989617: Enable JComponent to control repaintings of its children Reviewed-by: rupashka
Wed, 20 Oct 2010 15:08:39 +0400 6867515: Reduce impact of D3D initializion on startup time
amenkov [Wed, 20 Oct 2010 15:08:39 +0400] rev 7004
6867515: Reduce impact of D3D initializion on startup time 6891435: Improve D3D preloading 6946559: AWTToolKit thread crashes in JNU_GetEnv 6987967: D3D preloading thread should initialize COM Reviewed-by: igor, art, uta
Wed, 20 Oct 2010 14:41:39 +0900 6991380: (cal) Calendar.cachedLocaleData should be transitioned from Hashtable to ConcurrentHashMap
okutsu [Wed, 20 Oct 2010 14:41:39 +0900] rev 7003
6991380: (cal) Calendar.cachedLocaleData should be transitioned from Hashtable to ConcurrentHashMap 6560965: [Fmt-Da] defaultCenturyStart In SimpleDateFormat should be protected 6560980: [Fmt-Da] DateFormatSymbols.cacheLookup doesn't update cache correctly. Reviewed-by: naoto, peytoia
Tue, 02 Nov 2010 12:25:28 -0700 Merge
lana [Tue, 02 Nov 2010 12:25:28 -0700] rev 7002
Merge
Thu, 28 Oct 2010 15:46:39 -0700 Merge
lana [Thu, 28 Oct 2010 15:46:39 -0700] rev 7001
Merge
Fri, 22 Oct 2010 12:46:48 +0400 6659228: GridBagConstraints API typo - 'ComponentOrienation' (missing t)
dav [Fri, 22 Oct 2010 12:46:48 +0400] rev 7000
6659228: GridBagConstraints API typo - 'ComponentOrienation' (missing t) 6210739: Need spec clarification of Scrollbar set/getVisibleAmount() Reviewed-by: anthony
Tue, 02 Nov 2010 12:24:10 -0700 Merge
lana [Tue, 02 Nov 2010 12:24:10 -0700] rev 6999
Merge
Fri, 29 Oct 2010 11:49:47 +0400 6670881: Phantom lines appear when rendering polygons & ellipses with antialiasing OFF
bae [Fri, 29 Oct 2010 11:49:47 +0400] rev 6998
6670881: Phantom lines appear when rendering polygons & ellipses with antialiasing OFF Reviewed-by: prr, bae
Tue, 26 Oct 2010 10:39:23 -0400 6967434: Round joins/caps of scaled up lines have poor quality.
dlila [Tue, 26 Oct 2010 10:39:23 -0400] rev 6997
6967434: Round joins/caps of scaled up lines have poor quality. Summary: eliminated flattening from the rendering engine. Reviewed-by: flar
Fri, 22 Oct 2010 16:57:41 +0400 6663447: D3D: excessive surface data replacements
bae [Fri, 22 Oct 2010 16:57:41 +0400] rev 6996
6663447: D3D: excessive surface data replacements Reviewed-by: prr, art
Tue, 09 Nov 2010 11:45:00 -0800 Merge
cl [Tue, 09 Nov 2010 11:45:00 -0800] rev 6995
Merge
Sun, 07 Nov 2010 23:33:21 -0800 Merge
yhuang [Sun, 07 Nov 2010 23:33:21 -0800] rev 6994
Merge
Sun, 07 Nov 2010 19:48:25 -0800 4225362: localized DateFormatSymbols for fr_FR is wrong
katakai [Sun, 07 Nov 2010 19:48:25 -0800] rev 6993
4225362: localized DateFormatSymbols for fr_FR is wrong Reviewed-by: yhuang, peytoia
Thu, 04 Nov 2010 15:54:34 -0700 Added tag jdk7-b117 for changeset 42a9e115bd6f
cl [Thu, 04 Nov 2010 15:54:34 -0700] rev 6992
Added tag jdk7-b117 for changeset 42a9e115bd6f
Wed, 05 Jul 2017 17:26:22 +0200 Merge
duke [Wed, 05 Jul 2017 17:26:22 +0200] rev 6991
Merge
Wed, 10 Nov 2010 20:38:30 -0800 Merge
trims [Wed, 10 Nov 2010 20:38:30 -0800] rev 6990
Merge
Thu, 04 Nov 2010 16:17:54 -0700 Merge
trims [Thu, 04 Nov 2010 16:17:54 -0700] rev 6989
Merge
Tue, 02 Nov 2010 16:02:46 -0700 6996136: VM crash in src/share/vm/runtime/virtualspace.cpp:424
iveresov [Tue, 02 Nov 2010 16:02:46 -0700] rev 6988
6996136: VM crash in src/share/vm/runtime/virtualspace.cpp:424 Summary: Turn CDS off if compressed oops is on Reviewed-by: ysr, kvn, jcoomes, phh
Mon, 01 Nov 2010 10:49:14 -0700 Merge
jcoomes [Mon, 01 Nov 2010 10:49:14 -0700] rev 6987
Merge
Thu, 28 Oct 2010 14:46:29 -0700 6995045: assert(!gch->incremental_collection_failed()) failed: Error, defNewGeneration.cpp:827
ysr [Thu, 28 Oct 2010 14:46:29 -0700] rev 6986
6995045: assert(!gch->incremental_collection_failed()) failed: Error, defNewGeneration.cpp:827 Summary: Sharpened an assert, introduced in 6896603, that intended to check that the incremental_collection_failed() predicate on the heap was being reset "soon enough". Reviewed-by: jmasa
Sat, 23 Oct 2010 23:03:49 -0700 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
ysr [Sat, 23 Oct 2010 23:03:49 -0700] rev 6985
6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data Summary: Deprecated HandlePromotionFailure, removing the ability to turn off that feature, did away with one epoch look-ahead when deciding if a scavenge is likely to fail, relying on current data. Reviewed-by: jmasa, johnc, poonam
Thu, 21 Oct 2010 17:29:24 -0700 6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent
ysr [Thu, 21 Oct 2010 17:29:24 -0700] rev 6984
6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent Summary: Closed a timing hole during which concurrent full gc requests can be missed. The hole can increase the latency of the response to a full gc request by up to the value of CMSWaitDuration. If CMSWaitDuration=0 is, as currently, interpreted as an unbounded wait, suitable in certain tuning scenarios, the application can potentially hang. Made two obscure tunables, including CMSWaitDuration, manageable. Reviewed-by: jcoomes, tonyp
Sat, 16 Oct 2010 17:12:19 -0400 6991377: G1: race between concurrent refinement and humongous object allocation
tonyp [Sat, 16 Oct 2010 17:12:19 -0400] rev 6983
6991377: G1: race between concurrent refinement and humongous object allocation Summary: There is a race between the concurrent refinement threads and the humongous object allocation that can cause the concurrent refinement threads to corrupt the part of the BOT that it is being initialized by the humongous object allocation operation. The solution is to do the humongous object allocation in careful steps to ensure that the concurrent refinement threads always have a consistent view over the BOT, region contents, and top. The fix includes some very minor tidying up in sparsePRT. Reviewed-by: jcoomes, johnc, ysr
Mon, 18 Oct 2010 15:01:41 -0700 6988458: G1: assert(mr.end() <= _cm->finger()) failed: otherwise the region shouldn't be on the stack
johnc [Mon, 18 Oct 2010 15:01:41 -0700] rev 6982
6988458: G1: assert(mr.end() <= _cm->finger()) failed: otherwise the region shouldn't be on the stack Summary: The changes from 6941395 did not clear the CMTask::_aborted_region fields when concurrent marking aborted because of overflow. As a result, the next time around we could see a memory region whose start address was above the global finger and the assertion tripped. Moved the clearing of the aborted regions to ConcurrentMark::clear_marking_state, which is executed on all of the exit paths. Reviewed-by: tonyp, ysr, jmasa
Fri, 15 Oct 2010 17:26:56 -0400 6992189: G1: inconsistent base used in sparse rem set iterator
tonyp [Fri, 15 Oct 2010 17:26:56 -0400] rev 6981
6992189: G1: inconsistent base used in sparse rem set iterator Summary: The remembered set iterator for sparse tables incorrectly assumes that index 0 corresponds to the bottom of the heap, not address 0 as it is the case. Reviewed-by: ysr, jmasa
Thu, 14 Oct 2010 10:38:14 -0400 6990359: G1: don't push a stolen entry on the taskqueue, deal with it directly
tonyp [Thu, 14 Oct 2010 10:38:14 -0400] rev 6980
6990359: G1: don't push a stolen entry on the taskqueue, deal with it directly Summary: When an entry is stolen, don't push it on the task queue but process it directly. Reviewed-by: iveresov, ysr, jcoomes
Tue, 26 Oct 2010 16:48:28 -0700 Merge
kamg [Tue, 26 Oct 2010 16:48:28 -0700] rev 6979
Merge
Tue, 26 Oct 2010 14:08:49 -0400 6891959: HotSpot should not throw ClassFormatError if a class has a field with '>' and/or '<' in its name
kamg [Tue, 26 Oct 2010 14:08:49 -0400] rev 6978
6891959: HotSpot should not throw ClassFormatError if a class has a field with '>' and/or '<' in its name Summary: Class file parser needs to look for and disallow '[' in names. Reviewed-by: coleenp, never
Tue, 26 Oct 2010 14:43:21 -0400 Merge
acorn [Tue, 26 Oct 2010 14:43:21 -0400] rev 6977
Merge
Mon, 25 Oct 2010 13:31:55 -0400 Merge
acorn [Mon, 25 Oct 2010 13:31:55 -0400] rev 6976
Merge
Fri, 22 Oct 2010 15:59:34 -0400 6988353: refactor contended sync subsystem
acorn [Fri, 22 Oct 2010 15:59:34 -0400] rev 6975
6988353: refactor contended sync subsystem Summary: reduce complexity by factoring synchronizer.cpp Reviewed-by: dholmes, never, coleenp
Thu, 21 Oct 2010 10:10:23 -0400 6991315: RedefineClasses fails with java.lang.VerifyError
kamg [Thu, 21 Oct 2010 10:10:23 -0400] rev 6974
6991315: RedefineClasses fails with java.lang.VerifyError Summary: Repair stackmap table attribute when relocating bytecode Reviewed-by: acorn, never
Wed, 20 Oct 2010 17:07:25 -0700 Merge
trims [Wed, 20 Oct 2010 17:07:25 -0700] rev 6973
Merge
Tue, 19 Oct 2010 11:14:52 -0700 6989669: Coops: -Xshare:dump causes crash
iveresov [Tue, 19 Oct 2010 11:14:52 -0700] rev 6972
6989669: Coops: -Xshare:dump causes crash Summary: Temporarily fix to disable compressed oops with CDS Reviewed-by: dholmes, twisti, kvn, never
Mon, 18 Oct 2010 09:33:24 -0700 Merge
never [Mon, 18 Oct 2010 09:33:24 -0700] rev 6971
Merge
Fri, 15 Oct 2010 14:21:11 -0700 6992477: fix for 6991512 broke sparc barriers
never [Fri, 15 Oct 2010 14:21:11 -0700] rev 6970
6992477: fix for 6991512 broke sparc barriers Reviewed-by: kvn, iveresov
Fri, 15 Oct 2010 15:12:04 -0400 Merge
acorn [Fri, 15 Oct 2010 15:12:04 -0400] rev 6969
Merge
Wed, 13 Oct 2010 11:46:46 -0400 Merge
acorn [Wed, 13 Oct 2010 11:46:46 -0400] rev 6968
Merge
Tue, 12 Oct 2010 10:57:33 -0400 6392697: Additional flag needed to supress Hotspot warning messages
kamg [Tue, 12 Oct 2010 10:57:33 -0400] rev 6967
6392697: Additional flag needed to supress Hotspot warning messages Summary: Apply PrintJvmWarnings flag to all warnings Reviewed-by: coleenp, phh
Thu, 07 Oct 2010 15:14:41 -0400 Merge
bobv [Thu, 07 Oct 2010 15:14:41 -0400] rev 6966
Merge
Thu, 07 Oct 2010 15:12:57 -0400 6989297: Integrate additional portability improvements
bobv [Thu, 07 Oct 2010 15:12:57 -0400] rev 6965
6989297: Integrate additional portability improvements Reviewed-by: vladidan, dholmes
Thu, 07 Oct 2010 08:06:06 -0700 6983240: guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages...) wrong
coleenp [Thu, 07 Oct 2010 08:06:06 -0700] rev 6964
6983240: guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages...) wrong Summary: min_stack_allowed is a compile time constant and Stack*Pages are settable Reviewed-by: dholmes, kvn
Mon, 04 Oct 2010 10:08:29 -0700 Merge
acorn [Mon, 04 Oct 2010 10:08:29 -0700] rev 6963
Merge
Mon, 04 Oct 2010 13:11:10 -0400 6763959: java.util.concurrent.locks.LockSupport.parkUntil(0) blocks forever
acorn [Mon, 04 Oct 2010 13:11:10 -0400] rev 6962
6763959: java.util.concurrent.locks.LockSupport.parkUntil(0) blocks forever Summary: Absolute time 0 needs to return immediately. Reviewed-by: phh, dcubed, dholmes
Thu, 30 Sep 2010 12:05:08 -0400 6988363: Rebrand vm vendor property settings (jdk7 only)
zgu [Thu, 30 Sep 2010 12:05:08 -0400] rev 6961
6988363: Rebrand vm vendor property settings (jdk7 only) Summary: Vendor properties should be initialized after JDK version is determined. Reviewed-by: kamg, ohair, dcubed, dholmes
Thu, 14 Oct 2010 11:57:48 -0700 Merge
jcoomes [Thu, 14 Oct 2010 11:57:48 -0700] rev 6960
Merge
Tue, 12 Oct 2010 11:29:45 -0700 6989448: G1: refactor and simplify G1ParScanThreadState
jcoomes [Tue, 12 Oct 2010 11:29:45 -0700] rev 6959
6989448: G1: refactor and simplify G1ParScanThreadState Reviewed-by: iveresov, tonyp
Tue, 12 Oct 2010 09:36:48 -0700 6971296: G1: simplify G1RemSet class hierarchy
johnc [Tue, 12 Oct 2010 09:36:48 -0700] rev 6958
6971296: G1: simplify G1RemSet class hierarchy Summary: Remove G1RemSet base class and StupidG1RemSet class; rename HRInto_G1RemSet to just G1RemSet. Reviewed-by: ysr, tonyp
Thu, 04 Nov 2010 15:19:16 -0700 Added tag hs20-b02 for changeset 9353ae6eae7d
trims [Thu, 04 Nov 2010 15:19:16 -0700] rev 6957
Added tag hs20-b02 for changeset 9353ae6eae7d
Thu, 04 Nov 2010 15:54:20 -0700 Added tag jdk7-b117 for changeset fa3a454c72a6
cl [Thu, 04 Nov 2010 15:54:20 -0700] rev 6956
Added tag jdk7-b117 for changeset fa3a454c72a6
Thu, 04 Nov 2010 15:54:14 -0700 Added tag jdk7-b117 for changeset 0a086f450822
cl [Thu, 04 Nov 2010 15:54:14 -0700] rev 6955
Added tag jdk7-b117 for changeset 0a086f450822
Wed, 05 Jul 2017 17:26:05 +0200 Added tag jdk7-b117 for changeset 228e73f288c5
duke [Wed, 05 Jul 2017 17:26:05 +0200] rev 6954
Added tag jdk7-b117 for changeset 228e73f288c5
Wed, 05 Jul 2017 17:26:04 +0200 Merge jdk7-b117
duke [Wed, 05 Jul 2017 17:26:04 +0200] rev 6953
Merge
Wed, 05 Jul 2017 17:26:01 +0200 Merge
duke [Wed, 05 Jul 2017 17:26:01 +0200] rev 6952
Merge
Thu, 28 Oct 2010 13:31:55 -0700 Added tag jdk7-b116 for changeset 661f6dc7e63b
cl [Thu, 28 Oct 2010 13:31:55 -0700] rev 6951
Added tag jdk7-b116 for changeset 661f6dc7e63b
Wed, 05 Jul 2017 17:26:00 +0200 Merge
duke [Wed, 05 Jul 2017 17:26:00 +0200] rev 6950
Merge
(0) -3000 -1000 -192 +192 +1000 +3000 +10000 +30000 tip