Fri, 10 Feb 2012 11:41:34 -0800 Added tag hs23-b15 for changeset 323ec1849b7c
amurillo [Fri, 10 Feb 2012 11:41:34 -0800] rev 11734
Added tag hs23-b15 for changeset 323ec1849b7c
Fri, 10 Feb 2012 11:41:29 -0800 Merge
amurillo [Fri, 10 Feb 2012 11:41:29 -0800] rev 11733
Merge
Fri, 10 Feb 2012 10:55:15 -0500 Merge
bpittore [Fri, 10 Feb 2012 10:55:15 -0500] rev 11732
Merge
Mon, 06 Feb 2012 10:57:49 -0500 Merge
bpittore [Mon, 06 Feb 2012 10:57:49 -0500] rev 11731
Merge
Wed, 25 Jan 2012 21:30:53 -0800 Merge
bobv [Wed, 25 Jan 2012 21:30:53 -0800] rev 11730
Merge
Wed, 25 Jan 2012 17:40:51 -0500 7132690: InstanceKlass:_reference_type should be u1 type
jiangli [Wed, 25 Jan 2012 17:40:51 -0500] rev 11729
7132690: InstanceKlass:_reference_type should be u1 type Summary: Change InstanceKlass::_reference_type to u1 type. Reviewed-by: dholmes, coleenp, acorn Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Wed, 25 Jan 2012 19:26:35 -0500 Merge
dholmes [Wed, 25 Jan 2012 19:26:35 -0500] rev 11728
Merge
Tue, 24 Jan 2012 18:00:54 -0500 7130319: C2: running with -XX:+PrintOptoAssembly crashes the VM with assert(false) failed: bad tag in log
dlong [Tue, 24 Jan 2012 18:00:54 -0500] rev 11727
7130319: C2: running with -XX:+PrintOptoAssembly crashes the VM with assert(false) failed: bad tag in log Summary: Relax assert to allow the VMThread to close the log while the compiler thread is still writing to it. Reviewed-by: dholmes, never Contributed-by: dean.long@oracle.com
Thu, 09 Feb 2012 18:01:20 -0800 Merge
jrose [Thu, 09 Feb 2012 18:01:20 -0800] rev 11726
Merge
Wed, 08 Feb 2012 09:52:24 +0100 7119286: JSR292: SIGSEGV in JNIHandleBlock::release_block(JNIHandleBlock*, Thread*)+0x3c
roland [Wed, 08 Feb 2012 09:52:24 +0100] rev 11725
7119286: JSR292: SIGSEGV in JNIHandleBlock::release_block(JNIHandleBlock*, Thread*)+0x3c Summary: unaligned stack in throw_NullPointerException_at_call_entry(). Reviewed-by: twisti, never, kvn
Tue, 07 Feb 2012 16:33:43 -0800 7143491: G1 C2 CTW: assert(p2x->outcnt() == 2) failed: expects 2 users: Xor and URShift nodes
kvn [Tue, 07 Feb 2012 16:33:43 -0800] rev 11724
7143491: G1 C2 CTW: assert(p2x->outcnt() == 2) failed: expects 2 users: Xor and URShift nodes Summary: Adjust the assert and code in eliminate_card_mark() method for case when stored value is NULL. Reviewed-by: iveresov, never
Tue, 07 Feb 2012 11:33:15 -0800 7142167: MAC: _get_previous_fp broken on bsd with llvm-gcc
kvn [Tue, 07 Feb 2012 11:33:15 -0800] rev 11723
7142167: MAC: _get_previous_fp broken on bsd with llvm-gcc Summary: LLVM-GCC (__llvm__) should use the same _get_previous_fp implementation as __clang__ (as is the case for os::current_stack_pointer). Reviewed-by: twisti, never, dcubed
Tue, 07 Feb 2012 12:34:31 -0800 Merge
fparain [Tue, 07 Feb 2012 12:34:31 -0800] rev 11722
Merge
Mon, 06 Feb 2012 09:14:22 +0100 7141242: build-infra merge: Rename CPP->CXX and LINK->LD
erikj [Mon, 06 Feb 2012 09:14:22 +0100] rev 11721
7141242: build-infra merge: Rename CPP->CXX and LINK->LD Summary: Cleaned up make variables for compilers and linker to consistently use CXX for C++ compiler, CC for C compiler and LD for linker. Reviewed-by: dholmes, ohrstrom
Tue, 31 Jan 2012 13:12:39 +0100 7132779: build-infra merge: Enable ccache to work for most developer builds.
ohrstrom [Tue, 31 Jan 2012 13:12:39 +0100] rev 11720
7132779: build-infra merge: Enable ccache to work for most developer builds. Summary: When a build number is not specified, the JRE_RELEASE_VERSION define contains a date and timestamp. Thus ccache cannot cache the object files for longer than a minute since the define is passed to the compilation of all source files. This change passes JRE_RELEASE_VERSION only to vm_version.cpp and adds a function jre_release_version() to Abstract_VM_Version. This allows all other source files to be ccached. Reviewed-by: ohair, rottenha Contributed-by: fredrik.ohrstrom@oracle.com
Fri, 03 Feb 2012 17:21:52 -0500 7142586: Cannot build on Solaris 11 due to use of ia_nice
phh [Fri, 03 Feb 2012 17:21:52 -0500] rev 11719
7142586: Cannot build on Solaris 11 due to use of ia_nice Summary: Delete the single use of ia_nice in os_solaris.cpp Reviewed-by: kamg, kvn
Mon, 06 Feb 2012 12:18:24 -0800 7143122: new hotspot build - hs23-b15
amurillo [Mon, 06 Feb 2012 12:18:24 -0800] rev 11718
7143122: new hotspot build - hs23-b15 Reviewed-by: jcoomes
Thu, 09 Feb 2012 12:55:38 -0800 Added tag jdk8-b25 for changeset 5464af66b3ba
katleman [Thu, 09 Feb 2012 12:55:38 -0800] rev 11717
Added tag jdk8-b25 for changeset 5464af66b3ba
Thu, 09 Feb 2012 12:55:21 -0800 Added tag jdk8-b25 for changeset b832ef83f076
katleman [Thu, 09 Feb 2012 12:55:21 -0800] rev 11716
Added tag jdk8-b25 for changeset b832ef83f076
Wed, 05 Jul 2017 18:02:06 +0200 Added tag jdk8-b25 for changeset 0071a6d64113
duke [Wed, 05 Jul 2017 18:02:06 +0200] rev 11715
Added tag jdk8-b25 for changeset 0071a6d64113
Wed, 05 Jul 2017 18:02:06 +0200 Merge jdk8-b25
duke [Wed, 05 Jul 2017 18:02:06 +0200] rev 11714
Merge
Wed, 05 Jul 2017 18:02:03 +0200 Merge
duke [Wed, 05 Jul 2017 18:02:03 +0200] rev 11713
Merge
Tue, 07 Feb 2012 10:39:26 -0800 Merge
lana [Tue, 07 Feb 2012 10:39:26 -0800] rev 11712
Merge
Sat, 28 Jan 2012 20:42:11 -0800 Merge
lana [Sat, 28 Jan 2012 20:42:11 -0800] rev 11711
Merge
Wed, 25 Jan 2012 12:20:05 -0800 7133314: The regression test for 7129225 fails when run with jtreg -samevm or jtreg -agentvm
jjh [Wed, 25 Jan 2012 12:20:05 -0800] rev 11710
7133314: The regression test for 7129225 fails when run with jtreg -samevm or jtreg -agentvm Reviewed-by: jjg
Tue, 24 Jan 2012 16:31:15 -0800 7129225: javac fails to run annotation processors when star import of package of gensrc
jjh [Tue, 24 Jan 2012 16:31:15 -0800] rev 11709
7129225: javac fails to run annotation processors when star import of package of gensrc Reviewed-by: jjg
Tue, 24 Jan 2012 15:51:44 -0800 7126832: com.sun.tools.javac.api.ClientCodeWrapper$WrappedJavaFileManager cannot be cast
jjh [Tue, 24 Jan 2012 15:51:44 -0800] rev 11708
7126832: com.sun.tools.javac.api.ClientCodeWrapper$WrappedJavaFileManager cannot be cast Reviewed-by: jjg
Tue, 24 Jan 2012 17:52:02 +0000 7129801: Merge the two method applicability routines
mcimadamore [Tue, 24 Jan 2012 17:52:02 +0000] rev 11707
7129801: Merge the two method applicability routines Summary: Resolve.java and Infer.java should reuse the same method applicability check routine Reviewed-by: dlsmith, jjg
Thu, 02 Feb 2012 09:39:44 -0800 Added tag jdk8-b24 for changeset e320a58c5e9a
katleman [Thu, 02 Feb 2012 09:39:44 -0800] rev 11706
Added tag jdk8-b24 for changeset e320a58c5e9a
Wed, 05 Jul 2017 18:01:59 +0200 Merge
duke [Wed, 05 Jul 2017 18:01:59 +0200] rev 11705
Merge
Thu, 02 Feb 2012 09:39:33 -0800 Added tag jdk8-b24 for changeset b18da790e3ea
katleman [Thu, 02 Feb 2012 09:39:33 -0800] rev 11704
Added tag jdk8-b24 for changeset b18da790e3ea
Wed, 05 Jul 2017 18:01:55 +0200 Merge
duke [Wed, 05 Jul 2017 18:01:55 +0200] rev 11703
Merge
Thu, 02 Feb 2012 09:39:32 -0800 Added tag jdk8-b24 for changeset abbbbaf35c96
katleman [Thu, 02 Feb 2012 09:39:32 -0800] rev 11702
Added tag jdk8-b24 for changeset abbbbaf35c96
Wed, 05 Jul 2017 18:01:52 +0200 Merge
duke [Wed, 05 Jul 2017 18:01:52 +0200] rev 11701
Merge
Thu, 02 Feb 2012 09:39:19 -0800 Added tag jdk8-b24 for changeset f920d3637c9f
katleman [Thu, 02 Feb 2012 09:39:19 -0800] rev 11700
Added tag jdk8-b24 for changeset f920d3637c9f
Wed, 05 Jul 2017 18:01:49 +0200 Merge
duke [Wed, 05 Jul 2017 18:01:49 +0200] rev 11699
Merge
Wed, 08 Feb 2012 19:13:58 -0800 Merge
katleman [Wed, 08 Feb 2012 19:13:58 -0800] rev 11698
Merge
Mon, 06 Feb 2012 18:58:45 -0800 Merge
yhuang [Mon, 06 Feb 2012 18:58:45 -0800] rev 11697
Merge
Mon, 06 Feb 2012 18:56:36 -0800 7129382: change minor unit of VND to 0
yhuang [Mon, 06 Feb 2012 18:56:36 -0800] rev 11696
7129382: change minor unit of VND to 0 Reviewed-by: naoto
Tue, 07 Feb 2012 10:38:49 -0800 Merge
lana [Tue, 07 Feb 2012 10:38:49 -0800] rev 11695
Merge
Tue, 31 Jan 2012 19:08:36 -0800 Merge
lana [Tue, 31 Jan 2012 19:08:36 -0800] rev 11694
Merge
Tue, 31 Jan 2012 04:57:20 -0800 Merge
sla [Tue, 31 Jan 2012 04:57:20 -0800] rev 11693
Merge
Tue, 31 Jan 2012 10:46:34 +0100 7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms
sla [Tue, 31 Jan 2012 10:46:34 +0100] rev 11692
7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms Summary: Make sure HotSpot and JDK looks for well-known files in the same location Reviewed-by: dholmes, dsamersoff
Tue, 31 Jan 2012 10:31:19 +0000 7133301: (process) UNIXProcess_md.c should include sys/wait.h rather than wait.h
ngmr [Tue, 31 Jan 2012 10:31:19 +0000] rev 11691
7133301: (process) UNIXProcess_md.c should include sys/wait.h rather than wait.h Reviewed-by: alanb Contributed-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
Tue, 10 Jan 2012 00:07:13 +0000 7123229: (coll) EnumMap.containsValue(null) returns true
ngmr [Tue, 10 Jan 2012 00:07:13 +0000] rev 11690
7123229: (coll) EnumMap.containsValue(null) returns true Summary: java.util.EnumMap.NULL equals() must only be true for itself Reviewed-by: alanb, mduigou Contributed-by: Neil Richards <neil.richards@ngmr.net>
Mon, 30 Jan 2012 11:44:45 +0000 7132378: Race in FutureTask if used with explicit set ( not Runnable )
dl [Mon, 30 Jan 2012 11:44:45 +0000] rev 11689
7132378: Race in FutureTask if used with explicit set ( not Runnable ) Reviewed-by: chegar, dholmes
Sat, 28 Jan 2012 20:41:27 -0800 Merge
lana [Sat, 28 Jan 2012 20:41:27 -0800] rev 11688
Merge
Sat, 28 Jan 2012 10:46:46 -0800 7127906: (launcher) convert the launcher regression tests to java
ksrini [Sat, 28 Jan 2012 10:46:46 -0800] rev 11687
7127906: (launcher) convert the launcher regression tests to java Reviewed-by: darcy, naoto
Fri, 27 Jan 2012 15:25:17 -0800 7136538: typo in test/Makefile under the jdk_security3 target
valeriep [Fri, 27 Jan 2012 15:25:17 -0800] rev 11686
7136538: typo in test/Makefile under the jdk_security3 target Summary: Fixed the typo of "secrity". Reviewed-by: wetmore
Fri, 27 Jan 2012 14:58:32 +0900 7130335: Problem with timezone in a SimpleDateFormat
okutsu [Fri, 27 Jan 2012 14:58:32 +0900] rev 11685
7130335: Problem with timezone in a SimpleDateFormat Reviewed-by: peytoia
Thu, 26 Jan 2012 17:16:05 -0800 7126889: Incorrect SSLEngine debug output
wetmore [Thu, 26 Jan 2012 17:16:05 -0800] rev 11684
7126889: Incorrect SSLEngine debug output Reviewed-by: xuelei
Thu, 26 Jan 2012 19:41:35 -0500 7133815: address the findbug errors in CachedRowSetImpl, SerialStruct, BaseRow, SerialInputImpl, SerialOutputImpl
lancea [Thu, 26 Jan 2012 19:41:35 -0500] rev 11683
7133815: address the findbug errors in CachedRowSetImpl, SerialStruct, BaseRow, SerialInputImpl, SerialOutputImpl Reviewed-by: forax
Thu, 26 Jan 2012 09:51:35 +0100 7133124: Remove redundant packages from JAR command line
rbackman [Thu, 26 Jan 2012 09:51:35 +0100] rev 11682
7133124: Remove redundant packages from JAR command line Reviewed-by: acorn, alanb, dholmes, rottenha
Thu, 26 Jan 2012 17:06:47 +0900 7017458: (cal) Multithreaded deserialization of Calendar leads to ClassCastException
peytoia [Thu, 26 Jan 2012 17:06:47 +0900] rev 11681
7017458: (cal) Multithreaded deserialization of Calendar leads to ClassCastException Reviewed-by: okutsu
Tue, 24 Jan 2012 15:13:27 -0500 7132879: address Findbugs issue in WebRowSetXmlWriter
lancea [Tue, 24 Jan 2012 15:13:27 -0500] rev 11680
7132879: address Findbugs issue in WebRowSetXmlWriter Reviewed-by: forax
Tue, 24 Jan 2012 09:58:44 -0800 7132270: tools/launcher/DefaultLocaleTestRun.java failing (win)
ksrini [Tue, 24 Jan 2012 09:58:44 -0800] rev 11679
7132270: tools/launcher/DefaultLocaleTestRun.java failing (win) Reviewed-by: alanb, chegar
Tue, 17 Jan 2012 16:20:52 +0100 7132386: makefile support for tracing/Java Flight Recorder framework phase I
rbackman [Tue, 17 Jan 2012 16:20:52 +0100] rev 11678
7132386: makefile support for tracing/Java Flight Recorder framework phase I Reviewed-by: ohair, dholmes, rottenha Contributed-by: Markus Gronlund <markus.gronlund@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>
Tue, 24 Jan 2012 09:09:08 +0000 7132204: Default testset in JPRT should not run all tests
alanb [Tue, 24 Jan 2012 09:09:08 +0000] rev 11677
7132204: Default testset in JPRT should not run all tests Reviewed-by: ohair
Mon, 23 Jan 2012 12:17:30 -0800 7132338: Use @code friendly idiom for '\' in javadoc
darcy [Mon, 23 Jan 2012 12:17:30 -0800] rev 11676
7132338: Use @code friendly idiom for '\' in javadoc Reviewed-by: alanb
Mon, 23 Jan 2012 13:23:05 -0500 Merge
mullan [Mon, 23 Jan 2012 13:23:05 -0500] rev 11675
Merge
Mon, 23 Jan 2012 12:17:04 -0500 7131084: XMLDSig XPathFilter2Transform regression involving intersect filter
mullan [Mon, 23 Jan 2012 12:17:04 -0500] rev 11674
7131084: XMLDSig XPathFilter2Transform regression involving intersect filter Reviewed-by: xuelei
Mon, 23 Jan 2012 04:44:16 -0800 7132248: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java failing
xuelei [Mon, 23 Jan 2012 04:44:16 -0800] rev 11673
7132248: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java failing Reviewed-by: alanb
Fri, 20 Jan 2012 17:56:31 -0800 4504839: Java libraries should provide support for unsigned integer arithmetic
darcy [Fri, 20 Jan 2012 17:56:31 -0800] rev 11672
4504839: Java libraries should provide support for unsigned integer arithmetic 4215269: Some Integer.toHexString(int) results cannot be decoded back to an int 6322074: Converting integers to string as if unsigned Reviewed-by: mduigou, emcmanus, flar
Thu, 19 Jan 2012 12:01:57 -0800 7092825: javax.crypto.Cipher.Transform.patternCache is synchronizedMap and became scalability bottleneck.
valeriep [Thu, 19 Jan 2012 12:01:57 -0800] rev 11671
7092825: javax.crypto.Cipher.Transform.patternCache is synchronizedMap and became scalability bottleneck. Summary: Changed patternCache from synchronizedMap to ConcurrentHashMap. Reviewed-by: mullan
Tue, 31 Jan 2012 19:06:48 -0800 Merge
lana [Tue, 31 Jan 2012 19:06:48 -0800] rev 11670
Merge
Tue, 31 Jan 2012 17:30:33 +0400 7082443: JComboBox not backward compatible (with Java 6)
rupashka [Tue, 31 Jan 2012 17:30:33 +0400] rev 11669
7082443: JComboBox not backward compatible (with Java 6) Reviewed-by: alexp
Tue, 31 Jan 2012 14:20:47 +0400 7122138: IAE thrown because Introspector ignores synthetic methods
malenkov [Tue, 31 Jan 2012 14:20:47 +0400] rev 11668
7122138: IAE thrown because Introspector ignores synthetic methods Reviewed-by: rupashka
Mon, 30 Jan 2012 12:52:53 +0400 7122149: [macosx] closed/javax/swing/UITest/UITest.java fails on MacOS
alexsch [Mon, 30 Jan 2012 12:52:53 +0400] rev 11667
7122149: [macosx] closed/javax/swing/UITest/UITest.java fails on MacOS Reviewed-by: rupashka
Sat, 28 Jan 2012 22:21:54 -0800 Merge
lana [Sat, 28 Jan 2012 22:21:54 -0800] rev 11666
Merge
Fri, 27 Jan 2012 13:48:40 +0000 7110002: Rename xawt/libmawt.so and headless/libmawt.so so they can be colocated with libawt
chegar [Fri, 27 Jan 2012 13:48:40 +0000] rev 11665
7110002: Rename xawt/libmawt.so and headless/libmawt.so so they can be colocated with libawt Reviewed-by: art, prr, dholmes, alanb
Fri, 27 Jan 2012 17:36:35 +0400 7105040: [macosx] closed/javax/swing/JPopupMenu/4966112/bug4966112.java deadlocks on MacOS
alexsch [Fri, 27 Jan 2012 17:36:35 +0400] rev 11664
7105040: [macosx] closed/javax/swing/JPopupMenu/4966112/bug4966112.java deadlocks on MacOS Reviewed-by: rupashka
Fri, 27 Jan 2012 17:00:16 +0400 7109962: [macosx] closed/javax/swing/JList/6462008/bug6462008.java fails on MacOS
alexsch [Fri, 27 Jan 2012 17:00:16 +0400] rev 11663
7109962: [macosx] closed/javax/swing/JList/6462008/bug6462008.java fails on MacOS Reviewed-by: rupashka
Fri, 27 Jan 2012 16:32:16 +0400 7122173: [macosx] Several Regression tests fail on MacOS
alexsch [Fri, 27 Jan 2012 16:32:16 +0400] rev 11662
7122173: [macosx] Several Regression tests fail on MacOS Reviewed-by: rupashka
Thu, 26 Jan 2012 17:38:58 +0400 7010561: Tab text position with Synth based LaF is different to Java 5/6
rupashka [Thu, 26 Jan 2012 17:38:58 +0400] rev 11661
7010561: Tab text position with Synth based LaF is different to Java 5/6 Reviewed-by: alexp
Tue, 24 Jan 2012 19:40:14 +0400 7121905: grammatically incorrect apostrophe in BeanInfo javadoc
malenkov [Tue, 24 Jan 2012 19:40:14 +0400] rev 11660
7121905: grammatically incorrect apostrophe in BeanInfo javadoc Reviewed-by: rupashka
Tue, 24 Jan 2012 18:46:36 +0400 7078460: JDialog is shown as separate icon on the taskbar
denis [Tue, 24 Jan 2012 18:46:36 +0400] rev 11659
7078460: JDialog is shown as separate icon on the taskbar Reviewed-by: anthony
Mon, 23 Jan 2012 17:26:07 +0400 7130140: using horizontal scroll button on mouse causes a message to be printed on stdout
denis [Mon, 23 Jan 2012 17:26:07 +0400] rev 11658
7130140: using horizontal scroll button on mouse causes a message to be printed on stdout Reviewed-by: art
Mon, 23 Jan 2012 13:53:24 +0400 7116634: [macosx] closed/javax/swing/JTree/6263446/bug6263446Tree.java fails on MacOS
alexsch [Mon, 23 Jan 2012 13:53:24 +0400] rev 11657
7116634: [macosx] closed/javax/swing/JTree/6263446/bug6263446Tree.java fails on MacOS Reviewed-by: rupashka
Mon, 23 Jan 2012 13:05:51 +0400 7112854: [macosx] closed/javax/swing/JPopupMenu/Test6827786.java unstable on MacOS
alexsch [Mon, 23 Jan 2012 13:05:51 +0400] rev 11656
7112854: [macosx] closed/javax/swing/JPopupMenu/Test6827786.java unstable on MacOS Reviewed-by: rupashka
Thu, 19 Jan 2012 14:59:43 +0400 7121761: creation of java.awt.DataFlavour fails for turkish locale
denis [Thu, 19 Jan 2012 14:59:43 +0400] rev 11655
7121761: creation of java.awt.DataFlavour fails for turkish locale Reviewed-by: anthony
Sat, 28 Jan 2012 22:47:07 -0800 Merge
lana [Sat, 28 Jan 2012 22:47:07 -0800] rev 11654
Merge
Thu, 19 Jan 2012 12:41:57 -0800 7131153: GetDC called way too many times - causes bad performance.
prr [Thu, 19 Jan 2012 12:41:57 -0800] rev 11653
7131153: GetDC called way too many times - causes bad performance. Reviewed-by: igor, jgodinez
Thu, 02 Feb 2012 09:39:36 -0800 Added tag jdk8-b24 for changeset b0f8f6fd6947
katleman [Thu, 02 Feb 2012 09:39:36 -0800] rev 11652
Added tag jdk8-b24 for changeset b0f8f6fd6947
Wed, 05 Jul 2017 18:01:38 +0200 Merge
duke [Wed, 05 Jul 2017 18:01:38 +0200] rev 11651
Merge
Mon, 06 Feb 2012 12:13:56 -0800 Added tag hs23-b14 for changeset 04e30cc559a9
amurillo [Mon, 06 Feb 2012 12:13:56 -0800] rev 11650
Added tag hs23-b14 for changeset 04e30cc559a9
Mon, 06 Feb 2012 14:02:51 -0500 7142616: MAC: Honor ALT_EXPORT_PATH overrides from JDK control builds
phh [Mon, 06 Feb 2012 14:02:51 -0500] rev 11649
7142616: MAC: Honor ALT_EXPORT_PATH overrides from JDK control builds Summary: Fix EXPORT_PATH overrides on Mac OS X and only change default. Reviewed-by: phh, dcubed Contributed-by: james.melvin@oracle.com
Mon, 06 Feb 2012 14:01:53 -0500 7142852: MAC: Comment out JPRT jbb tests on Mac OS X until 7142850 is resolved
phh [Mon, 06 Feb 2012 14:01:53 -0500] rev 11648
7142852: MAC: Comment out JPRT jbb tests on Mac OS X until 7142850 is resolved Summary: Comment out JPRT jbb tests on Mac OS X until GUI hang can be fixed Reviewed-by: dholmes, brutisso, phh Contributed-by: james.melvin@oracle.com
Fri, 03 Feb 2012 18:09:14 -0800 7142393: new hotspot build - hs23-b14
amurillo [Fri, 03 Feb 2012 18:09:14 -0800] rev 11647
7142393: new hotspot build - hs23-b14 Reviewed-by: jcoomes
Fri, 03 Feb 2012 18:04:11 -0800 Added tag hs23-b13 for changeset c996ca3f8bac
amurillo [Fri, 03 Feb 2012 18:04:11 -0800] rev 11646
Added tag hs23-b13 for changeset c996ca3f8bac
Fri, 03 Feb 2012 18:04:09 -0800 Merge
amurillo [Fri, 03 Feb 2012 18:04:09 -0800] rev 11645
Merge
Fri, 03 Feb 2012 12:20:11 -0800 Merge
jcoomes [Fri, 03 Feb 2012 12:20:11 -0800] rev 11644
Merge
Thu, 02 Feb 2012 16:05:17 -0800 6679764: enable parallel compaction by default
jcoomes [Thu, 02 Feb 2012 16:05:17 -0800] rev 11643
6679764: enable parallel compaction by default Reviewed-by: phh, jmasa
Mon, 30 Jan 2012 15:21:57 +0100 7140909: Visual Studio project builds broken: need to define INCLUDE_TRACE
brutisso [Mon, 30 Jan 2012 15:21:57 +0100] rev 11642
7140909: Visual Studio project builds broken: need to define INCLUDE_TRACE Summary: Add define of INCLUDE_TRACE Reviewed-by: sla, kamg
Sat, 28 Jan 2012 01:15:34 -0800 Merge
stefank [Sat, 28 Jan 2012 01:15:34 -0800] rev 11641
Merge
Fri, 27 Jan 2012 14:14:50 +0100 7134655: Crash in reference processing when doing single-threaded remarking
stefank [Fri, 27 Jan 2012 14:14:50 +0100] rev 11640
7134655: Crash in reference processing when doing single-threaded remarking Summary: Temporarily disabled multi-threaded reference discovery when entering a single-threaded remark phase. Reviewed-by: brutisso, tonyp, jmasa, jcoomes
Fri, 03 Feb 2012 12:08:55 -0800 Merge
jcoomes [Fri, 03 Feb 2012 12:08:55 -0800] rev 11639
Merge
Thu, 02 Feb 2012 09:14:38 -0800 7141637: JSR 292: MH spread invoker crashes with NULL argument on x86_32
twisti [Thu, 02 Feb 2012 09:14:38 -0800] rev 11638
7141637: JSR 292: MH spread invoker crashes with NULL argument on x86_32 Reviewed-by: twisti Contributed-by: Volker Simonis <volker.simonis@gmail.com>
Wed, 01 Feb 2012 16:57:08 -0800 7013347: allow crypto functions to be called inline to enhance performance
never [Wed, 01 Feb 2012 16:57:08 -0800] rev 11637
7013347: allow crypto functions to be called inline to enhance performance Reviewed-by: kvn
Wed, 01 Feb 2012 07:59:01 -0800 7141200: log some interesting information in ring buffers for crashes
never [Wed, 01 Feb 2012 07:59:01 -0800] rev 11636
7141200: log some interesting information in ring buffers for crashes Reviewed-by: kvn, jrose, kevinw, brutisso, twisti, jmasa
Wed, 01 Feb 2012 10:36:58 +0100 7090976: Eclipse/CDT causes a JVM crash while indexing C++ code
roland [Wed, 01 Feb 2012 10:36:58 +0100] rev 11635
7090976: Eclipse/CDT causes a JVM crash while indexing C++ code Summary: too optimistic inlining decision confuses local value numbering. Reviewed-by: never
Tue, 31 Jan 2012 09:53:46 -0800 7132180: JSR 292: C1 JVM crash with ClassValue/MethodHandle
twisti [Tue, 31 Jan 2012 09:53:46 -0800] rev 11634
7132180: JSR 292: C1 JVM crash with ClassValue/MethodHandle Reviewed-by: never
Tue, 31 Jan 2012 07:18:03 -0800 7140924: SIGSEGV in compiled code for sun.awt.X11.XDecoratedPeer.updateMinSizeHints
kvn [Tue, 31 Jan 2012 07:18:03 -0800] rev 11633
7140924: SIGSEGV in compiled code for sun.awt.X11.XDecoratedPeer.updateMinSizeHints Summary: Use unknown_obj instead of empty_map for NULL or Constant Pool object constants in bytecode Escape Analyzer. Reviewed-by: iveresov, never
Mon, 30 Jan 2012 19:37:14 -0800 7141059: 7116795 broke pure c2 builds
iveresov [Mon, 30 Jan 2012 19:37:14 -0800] rev 11632
7141059: 7116795 broke pure c2 builds Summary: Fix pure c2 builds Reviewed-by: kvn, brutisso, never
Sun, 29 Jan 2012 16:46:04 -0800 7129164: JNI Get/ReleasePrimitiveArrayCritical doesn't scale
never [Sun, 29 Jan 2012 16:46:04 -0800] rev 11631
7129164: JNI Get/ReleasePrimitiveArrayCritical doesn't scale Reviewed-by: kvn, iveresov, dholmes
Fri, 03 Feb 2012 14:04:59 -0500 Merge
fparain [Fri, 03 Feb 2012 14:04:59 -0500] rev 11630
Merge
Wed, 01 Feb 2012 15:01:08 -0500 7123386: RFE: Preserve universal builds of HotSpot on Mac OS X
phh [Wed, 01 Feb 2012 15:01:08 -0500] rev 11629
7123386: RFE: Preserve universal builds of HotSpot on Mac OS X Summary: Add support for packaging HotSpot JVM builds in universal binaries Reviewed-by: dholmes, kamg, dcubed, phh Contributed-by: james.melvin@oracle.com
Mon, 30 Jan 2012 23:27:30 -0500 7114376: Make system dictionary hashtable bucket array size configurable
acorn [Mon, 30 Jan 2012 23:27:30 -0500] rev 11628
7114376: Make system dictionary hashtable bucket array size configurable Summary: 7u4 new experimental flag -XX:PredictedClassLoadedCount=# Reviewed-by: dholmes, phh, dcubed
Mon, 30 Jan 2012 05:08:09 -0800 Merge
brutisso [Mon, 30 Jan 2012 05:08:09 -0800] rev 11627
Merge
Mon, 30 Jan 2012 12:36:49 +0100 7140882: Don't return booleans from methods returning pointers
brutisso [Mon, 30 Jan 2012 12:36:49 +0100] rev 11626
7140882: Don't return booleans from methods returning pointers Summary: Changed "return false" to "return NULL" Reviewed-by: dholmes, rottenha Contributed-by: dbhole@redhat.com
Fri, 27 Jan 2012 13:46:24 +0100 7022100: Method annotations are incorrectly set when redefining classes
stefank [Fri, 27 Jan 2012 13:46:24 +0100] rev 11625
7022100: Method annotations are incorrectly set when redefining classes Summary: Changed to the correct annotation arrays Reviewed-by: kamg, dholmes, sla
Tue, 24 Jan 2012 14:48:22 +0100 7130476: Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp
rbackman [Tue, 24 Jan 2012 14:48:22 +0100] rev 11624
7130476: Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp Reviewed-by: kamg, phh, dsamersoff Contributed-by: Rickard Backman <rickard.backman@oracle.com>
Fri, 27 Jan 2012 14:49:54 -0800 7135385: new hotspot build - hs23-b13
amurillo [Fri, 27 Jan 2012 14:49:54 -0800] rev 11623
7135385: new hotspot build - hs23-b13 Reviewed-by: jcoomes
Thu, 02 Feb 2012 09:39:26 -0800 Added tag jdk8-b24 for changeset 7e187fc00d45
katleman [Thu, 02 Feb 2012 09:39:26 -0800] rev 11622
Added tag jdk8-b24 for changeset 7e187fc00d45
Tue, 07 Feb 2012 10:36:51 -0800 Merge
lana [Tue, 07 Feb 2012 10:36:51 -0800] rev 11621
Merge
Sat, 28 Jan 2012 20:36:29 -0800 Merge
lana [Sat, 28 Jan 2012 20:36:29 -0800] rev 11620
Merge
Tue, 24 Jan 2012 09:08:43 +0000 7132204: Default testset in JPRT should not run all tests
alanb [Tue, 24 Jan 2012 09:08:43 +0000] rev 11619
7132204: Default testset in JPRT should not run all tests Reviewed-by: ohair
Thu, 02 Feb 2012 09:39:18 -0800 Added tag jdk8-b24 for changeset b77ae0f8eec8
katleman [Thu, 02 Feb 2012 09:39:18 -0800] rev 11618
Added tag jdk8-b24 for changeset b77ae0f8eec8
Wed, 05 Jul 2017 18:01:24 +0200 Added tag jdk8-b24 for changeset 7d3720d8c595
duke [Wed, 05 Jul 2017 18:01:24 +0200] rev 11617
Added tag jdk8-b24 for changeset 7d3720d8c595
Wed, 05 Jul 2017 18:01:24 +0200 Merge jdk8-b24
duke [Wed, 05 Jul 2017 18:01:24 +0200] rev 11616
Merge
Wed, 05 Jul 2017 18:01:20 +0200 Merge
duke [Wed, 05 Jul 2017 18:01:20 +0200] rev 11615
Merge
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip