Wed, 03 Dec 2014 11:38:56 +0100 8065764: javax/management/monitor/CounterMonitorTest.java hangs
sjiang [Wed, 03 Dec 2014 11:38:56 +0100] rev 27796
8065764: javax/management/monitor/CounterMonitorTest.java hangs Reviewed-by: jbachorik, dfuchs
Tue, 02 Dec 2014 14:36:23 -0800 Merge
amurillo [Tue, 02 Dec 2014 14:36:23 -0800] rev 27795
Merge
Thu, 27 Nov 2014 07:16:54 -0800 Merge
amurillo [Thu, 27 Nov 2014 07:16:54 -0800] rev 27794
Merge
Wed, 26 Nov 2014 17:41:08 +0100 Merge
jwilhelm [Wed, 26 Nov 2014 17:41:08 +0100] rev 27793
Merge
Wed, 19 Nov 2014 17:51:06 +0300 8062536: [TESTBUG] Conflicting GC combinations in jdk tests
eistepan [Wed, 19 Nov 2014 17:51:06 +0300] rev 27792
8062536: [TESTBUG] Conflicting GC combinations in jdk tests Reviewed-by: brutisso, dholmes
Mon, 24 Nov 2014 09:57:03 +0100 Merge
sla [Mon, 24 Nov 2014 09:57:03 +0100] rev 27791
Merge
Mon, 17 Nov 2014 13:11:37 +0100 8048050: Agent NullPointerException when rmi.port in use
sgabdura [Mon, 17 Nov 2014 13:11:37 +0100] rev 27790
8048050: Agent NullPointerException when rmi.port in use Reviewed-by: jbachorik, dfuchs
Tue, 18 Nov 2014 16:20:16 +0100 6542634: TEST BUG: MISC_REGRESSION tests need to have minimum timeouts examined
ykantser [Tue, 18 Nov 2014 16:20:16 +0100] rev 27789
6542634: TEST BUG: MISC_REGRESSION tests need to have minimum timeouts examined Reviewed-by: sla, jbachorik, egahlin
Mon, 17 Nov 2014 09:36:40 +0100 Merge
sla [Mon, 17 Nov 2014 09:36:40 +0100] rev 27788
Merge
Fri, 14 Nov 2014 10:22:43 +0100 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno [Fri, 14 Nov 2014 10:22:43 +0100] rev 27787
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job Reviewed-by: sla, alanb, dholmes, sspitsyn
Thu, 13 Nov 2014 01:55:21 +0300 8059677: Thread.getName() instantiates Strings
shade [Thu, 13 Nov 2014 01:55:21 +0300] rev 27786
8059677: Thread.getName() instantiates Strings Reviewed-by: chegar, dholmes, sla, rriggs
Tue, 02 Dec 2014 15:12:40 +0100 8065998: Avoid use of _ as a one-character identifier
jlahoda [Tue, 02 Dec 2014 15:12:40 +0100] rev 27785
8065998: Avoid use of _ as a one-character identifier Reviewed-by: alanb, chegar, darcy
Mon, 01 Dec 2014 17:59:39 -0800 8035000: clean up ActivationLibrary.DestroyThread
smarks [Mon, 01 Dec 2014 17:59:39 -0800] rev 27784
8035000: clean up ActivationLibrary.DestroyThread Reviewed-by: lancea
Mon, 01 Dec 2014 21:02:21 +0100 8065552: setAccessible(true) on fields of Class may throw a SecurityException
dfuchs [Mon, 01 Dec 2014 21:02:21 +0100] rev 27783
8065552: setAccessible(true) on fields of Class may throw a SecurityException Summary: This fix hides the new private Class.classLoader field from reflection, rather than making it not accessible. Reviewed-by: mchung, coffeys
Mon, 01 Dec 2014 22:22:02 +0300 Merge
iignatyev [Mon, 01 Dec 2014 22:22:02 +0300] rev 27782
Merge
Mon, 01 Dec 2014 21:58:46 +0300 8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java
iignatyev [Mon, 01 Dec 2014 21:58:46 +0300] rev 27781
8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java Reviewed-by: vlivanov, psandoz
Mon, 01 Dec 2014 21:56:54 +0300 8066191: Introduce time limited test executor
iignatyev [Mon, 01 Dec 2014 21:56:54 +0300] rev 27780
8066191: Introduce time limited test executor Reviewed-by: vlivanov, psandoz
Mon, 01 Dec 2014 17:20:06 +0000 8066130: com.sun.net.httpserver stop() throws NullPointerException if it is not started
msheppar [Mon, 01 Dec 2014 17:20:06 +0000] rev 27779
8066130: com.sun.net.httpserver stop() throws NullPointerException if it is not started Summary: added null check on dispatcherThread variable in stop method Reviewed-by: chegar
Mon, 01 Dec 2014 11:34:44 -0500 8066261: Typo in Connection.isValid
lancea [Mon, 01 Dec 2014 11:34:44 -0500] rev 27778
8066261: Typo in Connection.isValid Reviewed-by: dfuchs
Mon, 01 Dec 2014 13:44:57 +0000 8066196: (fs) Typo in Path::normalize, empty path only returned if path does not have a root component
alanb [Mon, 01 Dec 2014 13:44:57 +0000] rev 27777
8066196: (fs) Typo in Path::normalize, empty path only returned if path does not have a root component Reviewed-by: dfuchs
Sat, 29 Nov 2014 11:14:20 -0500 8066188: BaseRowSet default value for escape processing is not correct
lancea [Sat, 29 Nov 2014 11:14:20 -0500] rev 27776
8066188: BaseRowSet default value for escape processing is not correct Reviewed-by: alanb
Fri, 28 Nov 2014 14:58:10 +0000 8062955: (fs spec) Files.setLastModifiedTime should specify SecurityException more clearly
alanb [Fri, 28 Nov 2014 14:58:10 +0000] rev 27775
8062955: (fs spec) Files.setLastModifiedTime should specify SecurityException more clearly 8062949: (fs) Files.setLastModifiedTime(path, null) does not throw NPE Reviewed-by: chegar
Wed, 26 Nov 2014 20:10:48 +0100 8065748: Add a test to verify that non ascii characters in Encodings.properties do not cause issues
dfuchs [Wed, 26 Nov 2014 20:10:48 +0100] rev 27774
8065748: Add a test to verify that non ascii characters in Encodings.properties do not cause issues Reviewed-by: joehw
Wed, 26 Nov 2014 11:12:19 -0800 8060026: Update jdk/test/tools/launcher tests to eliminate dependency on sun.tools.jar.Main
ksrini [Wed, 26 Nov 2014 11:12:19 -0800] rev 27773
8060026: Update jdk/test/tools/launcher tests to eliminate dependency on sun.tools.jar.Main Reviewed-by: alanb, ksrini, psandoz Contributed-by: amy.lu@oracle.com
Wed, 26 Nov 2014 15:15:27 +0100 8065913: Various improvements in SetupNativeCompilation
ihse [Wed, 26 Nov 2014 15:15:27 +0100] rev 27772
8065913: Various improvements in SetupNativeCompilation Reviewed-by: erikj
Wed, 26 Nov 2014 15:28:46 +0800 8061253: Spec cleanup for some security-related classes
weijun [Wed, 26 Nov 2014 15:28:46 +0800] rev 27771
8061253: Spec cleanup for some security-related classes Reviewed-by: mullan
Tue, 25 Nov 2014 10:41:40 -0800 Merge
prr [Tue, 25 Nov 2014 10:41:40 -0800] rev 27770
Merge
Mon, 17 Nov 2014 12:32:27 -0800 Merge
prr [Mon, 17 Nov 2014 12:32:27 -0800] rev 27769
Merge
Fri, 14 Nov 2014 17:53:46 +0300 8059739: Dragged and Dropped data is corrupted for two data types
anashaty [Fri, 14 Nov 2014 17:53:46 +0300] rev 27768
8059739: Dragged and Dropped data is corrupted for two data types Reviewed-by: serb, pchelko
Fri, 14 Nov 2014 16:19:40 +0400 8023723: Can not paste and copy the text from the text area into the editor
pchelko [Fri, 14 Nov 2014 16:19:40 +0400] rev 27767
8023723: Can not paste and copy the text from the text area into the editor Reviewed-by: serb, alexsch
Thu, 13 Nov 2014 12:00:39 +0300 8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
alexsch [Thu, 13 Nov 2014 12:00:39 +0300] rev 27766
8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method Reviewed-by: serb, pchelko
Wed, 12 Nov 2014 09:36:25 -0800 Merge
ddehaven [Wed, 12 Nov 2014 09:36:25 -0800] rev 27765
Merge
Mon, 10 Nov 2014 16:37:40 +0300 8063106: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 1
yan [Mon, 10 Nov 2014 16:37:40 +0300] rev 27764
8063106: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 1 Reviewed-by: pchelko, serb
Mon, 10 Nov 2014 16:23:30 +0300 8063102: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 1
yan [Mon, 10 Nov 2014 16:23:30 +0300] rev 27763
8063102: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 1 Reviewed-by: pchelko, serb
Sun, 09 Nov 2014 22:17:45 +0300 7169583: JInternalFrame title not antialiased in Nimbus LaF
serb [Sun, 09 Nov 2014 22:17:45 +0300] rev 27762
7169583: JInternalFrame title not antialiased in Nimbus LaF Reviewed-by: azvegint, alexsch
Thu, 06 Nov 2014 15:10:00 -0800 8062163: java/awt/geom/AffineTransform/TestInvertMethods.java test fails
prr [Thu, 06 Nov 2014 15:10:00 -0800] rev 27761
8062163: java/awt/geom/AffineTransform/TestInvertMethods.java test fails Reviewed-by: jgodinez
Wed, 05 Nov 2014 18:33:28 +0300 7195187: [TEST_BUG] [macosx] javax/swing/SwingUtilities/7088744/bug7088744.java failed
serb [Wed, 05 Nov 2014 18:33:28 +0300] rev 27760
7195187: [TEST_BUG] [macosx] javax/swing/SwingUtilities/7088744/bug7088744.java failed Reviewed-by: azvegint, alexsch
Tue, 25 Nov 2014 18:43:44 +0000 8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
chegar [Tue, 25 Nov 2014 18:43:44 +0000] rev 27759
8065072: sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently Reviewed-by: dfuchs
Tue, 25 Nov 2014 14:16:55 +0400 8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout
kshefov [Tue, 25 Nov 2014 14:16:55 +0400] rev 27758
8059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java failed - timeout Reviewed-by: psandoz, vlivanov
Mon, 24 Nov 2014 18:11:25 +0000 8065720: (ch) AbstractInterruptibleChannel.end sets interrupted to null
alanb [Mon, 24 Nov 2014 18:11:25 +0000] rev 27757
8065720: (ch) AbstractInterruptibleChannel.end sets interrupted to null Reviewed-by: psandoz, chegar
Mon, 24 Nov 2014 07:19:36 -0800 8059880: Get rid of LambdaForm interpretation
vlivanov [Mon, 24 Nov 2014 07:19:36 -0800] rev 27756
8059880: Get rid of LambdaForm interpretation Reviewed-by: psandoz, kvn, shade
Mon, 24 Nov 2014 07:16:38 -0800 8063135: Enable full LF sharing by default
vlivanov [Mon, 24 Nov 2014 07:16:38 -0800] rev 27755
8063135: Enable full LF sharing by default Reviewed-by: psandoz, shade
Mon, 24 Nov 2014 17:02:37 +0100 8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed
dfuchs [Mon, 24 Nov 2014 17:02:37 +0100] rev 27754
8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed Summary: Loggers which have been configured with a handler in the configuration file will be retained by the LogManager until reset() is called. A new configuration property is added to explicitely turn the fix off. Reviewed-by: mchung
Mon, 24 Nov 2014 11:40:49 +0100 8065412: generated source to compile .properties file incorreectly includes the module name in the package name
erikj [Mon, 24 Nov 2014 11:40:49 +0100] rev 27753
8065412: generated source to compile .properties file incorreectly includes the module name in the package name Reviewed-by: tbell, mchung, ihse
Sat, 22 Nov 2014 14:56:16 +0000 8065222: sun/net/www/protocol/http/B6369510.java doesn't execute as expected
msheppar [Sat, 22 Nov 2014 14:56:16 +0000] rev 27752
8065222: sun/net/www/protocol/http/B6369510.java doesn't execute as expected Summary: changed address.getHostName() to InetAddress.getLocalHost().getHostName() in URL construction in test's doClient method Reviewed-by: chegar
Fri, 21 Nov 2014 16:30:02 -0800 8065159: AttributedString has quadratic resize algorithm
martin [Fri, 21 Nov 2014 16:30:02 -0800] rev 27751
8065159: AttributedString has quadratic resize algorithm Summary: Grow backing arrays geometrically instead of arithmetically Reviewed-by: naoto, okutsu
Fri, 21 Nov 2014 13:32:17 -0800 8056313: TEST_BUG: java/util/Timer/NameConstructors.java fails intermittently
smarks [Fri, 21 Nov 2014 13:32:17 -0800] rev 27750
8056313: TEST_BUG: java/util/Timer/NameConstructors.java fails intermittently Reviewed-by: lancea, rriggs
Fri, 21 Nov 2014 19:31:37 +0100 8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined
olagneau [Fri, 21 Nov 2014 19:31:37 +0100] rev 27749
8062037: java/lang/instrument/RetransformBigClass.sh should be quarantined Summary: Add RedefineBigClass.sh and RetransformBigClss.sh in ProblemList.txt Reviewed-by: dcubed, sspitsyn Contributed-by: olivier.lagneau@oracle.com
Fri, 21 Nov 2014 15:26:24 -0500 Merge
mullan [Fri, 21 Nov 2014 15:26:24 -0500] rev 27748
Merge
Fri, 21 Nov 2014 15:23:36 -0500 8046949: Generify the javax.xml.crypto API
mullan [Fri, 21 Nov 2014 15:23:36 -0500] rev 27747
8046949: Generify the javax.xml.crypto API Reviewed-by: xuelei
Fri, 21 Nov 2014 09:54:23 -0800 Merge
amurillo [Fri, 21 Nov 2014 09:54:23 -0800] rev 27746
Merge
Fri, 21 Nov 2014 08:00:31 -0800 Merge
amurillo [Fri, 21 Nov 2014 08:00:31 -0800] rev 27745
Merge
Thu, 13 Nov 2014 16:11:01 -0800 Merge
amurillo [Thu, 13 Nov 2014 16:11:01 -0800] rev 27744
Merge
Thu, 13 Nov 2014 12:28:49 +0100 Merge
jwilhelm [Thu, 13 Nov 2014 12:28:49 +0100] rev 27743
Merge
Mon, 03 Nov 2014 15:53:03 +0100 Merge
jwilhelm [Mon, 03 Nov 2014 15:53:03 +0100] rev 27742
Merge
Fri, 31 Oct 2014 09:29:32 +0100 8061308: Remove iCMS
brutisso [Fri, 31 Oct 2014 09:29:32 +0100] rev 27741
8061308: Remove iCMS Reviewed-by: mgerdin, jmasa
Thu, 13 Nov 2014 08:02:38 +0100 Merge
sla [Thu, 13 Nov 2014 08:02:38 +0100] rev 27740
Merge
Tue, 11 Nov 2014 21:46:02 -0800 6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112)
sspitsyn [Tue, 11 Nov 2014 21:46:02 -0800] rev 27739
6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112) Summary: Synchronize the jdwp VirtualMachine command functions with the VM_DEATH event Reviewed-by: dcubed, dsamersoff, dholmes
Mon, 10 Nov 2014 15:06:13 -0500 8062556: Add jdk tests for JDK-8058322 and JDK-8058313
emc [Mon, 10 Nov 2014 15:06:13 -0500] rev 27738
8062556: Add jdk tests for JDK-8058322 and JDK-8058313 Summary: Add tests for two hotspot reflection fixes. Reviewed-by: dholmes
Fri, 21 Nov 2014 09:28:53 -0800 6321472: Add CRC-32C API
sherman [Fri, 21 Nov 2014 09:28:53 -0800] rev 27737
6321472: Add CRC-32C API Summary: to add CRC-32C api and implementation Reviewed-by: sherman Contributed-by: staffan.friberg@oracle.com
Fri, 21 Nov 2014 16:05:11 +0100 8058631: Rename posix to unix in build system to match file name changes
ihse [Fri, 21 Nov 2014 16:05:11 +0100] rev 27736
8058631: Rename posix to unix in build system to match file name changes Reviewed-by: simonis, erikj, tbell
Fri, 14 Nov 2014 13:46:19 -0800 8064288: sun.management.Flag should loadLibrary()
bchristi [Fri, 14 Nov 2014 13:46:19 -0800] rev 27735
8064288: sun.management.Flag should loadLibrary() Summary: Call System.loadLibrary("management") from Flag static initializer Reviewed-by: mchung
Thu, 20 Nov 2014 10:58:03 -0800 Merge
lana [Thu, 20 Nov 2014 10:58:03 -0800] rev 27734
Merge
Wed, 19 Nov 2014 21:28:26 -0500 8065372: Object.wait(ms, ns) timeout returns early
rriggs [Wed, 19 Nov 2014 21:28:26 -0500] rev 27733
8065372: Object.wait(ms, ns) timeout returns early Reviewed-by: martin, dholmes
Wed, 19 Nov 2014 21:22:22 -0500 8064932: java/lang/ProcessBuilder/Basic.java: waitFor didn't take long enough
rriggs [Wed, 19 Nov 2014 21:22:22 -0500] rev 27732
8064932: java/lang/ProcessBuilder/Basic.java: waitFor didn't take long enough Reviewed-by: dholmes, martin
Mon, 17 Nov 2014 23:56:53 +0100 8065070: (fmt) Avoid creating substrings when building FormatSpecifier
redestad [Mon, 17 Nov 2014 23:56:53 +0100] rev 27731
8065070: (fmt) Avoid creating substrings when building FormatSpecifier Reviewed-by: martin, shade
Thu, 06 Nov 2014 13:29:36 -0800 8062773: Clarifications for Class specification
martin [Thu, 06 Nov 2014 13:29:36 -0800] rev 27730
8062773: Clarifications for Class specification Reviewed-by: darcy, psandoz
Fri, 14 Nov 2014 11:23:07 -0800 8064846: Lazy-init thread safety problems in core reflection
martin [Fri, 14 Nov 2014 11:23:07 -0800] rev 27729
8064846: Lazy-init thread safety problems in core reflection Summary: Make several fields in core reflection volatile Reviewed-by: jfranck, shade, plevart
Mon, 17 Nov 2014 15:30:22 +0300 8065096: java.net.Authenticator.theAuthenticator should be properly synchronized
shade [Mon, 17 Nov 2014 15:30:22 +0300] rev 27728
8065096: java.net.Authenticator.theAuthenticator should be properly synchronized Reviewed-by: chegar, lancea
Mon, 17 Nov 2014 14:50:05 +0300 8064560: (tz) Support tzdata2014j
aefimov [Mon, 17 Nov 2014 14:50:05 +0300] rev 27727
8064560: (tz) Support tzdata2014j Reviewed-by: okutsu
Mon, 17 Nov 2014 14:11:08 +0300 8064914: tzdb.dat compilation failure when using tzdata2014j
aefimov [Mon, 17 Nov 2014 14:11:08 +0300] rev 27726
8064914: tzdb.dat compilation failure when using tzdata2014j Reviewed-by: sherman, coffeys
Sun, 16 Nov 2014 15:03:46 +0100 8058887: (fmt) Improve java/util/Formatter test coverage of group separators and width
redestad [Sun, 16 Nov 2014 15:03:46 +0100] rev 27725
8058887: (fmt) Improve java/util/Formatter test coverage of group separators and width Reviewed-by: sherman
Thu, 21 Aug 2014 17:51:29 +0100 8053963: (dc) Use DatagramChannel.receive() instead of read() in connect
michaelm [Thu, 21 Aug 2014 17:51:29 +0100] rev 27724
8053963: (dc) Use DatagramChannel.receive() instead of read() in connect Reviewed-by: alanb, chegar
Wed, 30 Jul 2014 11:08:41 -0700 8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01
prr [Wed, 30 Jul 2014 11:08:41 -0700] rev 27723
8052162: REGRESSION: sun/java2d/cmm/ColorConvertOp tests fail since 7u71 b01 Reviewed-by: bae, serb
Thu, 29 May 2014 04:24:10 +0000 8043200: Decrease the preference mode of RC4 in the enabled cipher suite list
xuelei [Thu, 29 May 2014 04:24:10 +0000] rev 27722
8043200: Decrease the preference mode of RC4 in the enabled cipher suite list Reviewed-by: wetmore, ahgross, asmotrak
Sun, 18 May 2014 23:06:51 +0000 8042480: CipherInputStream.close() throws AEADBadTagException in some cases
ascarpino [Sun, 18 May 2014 23:06:51 +0000] rev 27721
8042480: CipherInputStream.close() throws AEADBadTagException in some cases Reviewed-by: xuelei
Sat, 15 Nov 2014 18:26:29 +0000 8015692: java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop.
msheppar [Sat, 15 Nov 2014 18:26:29 +0000] rev 27720
8015692: java.net.BindException is thrown on Windows XP when HTTP server is started and stopped in the loop. Summary: join the dispatcher thread in the ServerImpl.stop method to ensure Dispatcher is finished prior to exiting stop(). Reviewed-by: chegar
Thu, 06 Nov 2014 13:29:36 -0800 8063147: Class.getFields spec should state that fields are inherited from superinterfaces
martin [Thu, 06 Nov 2014 13:29:36 -0800] rev 27719
8063147: Class.getFields spec should state that fields are inherited from superinterfaces Reviewed-by: psandoz, chegar
Mon, 27 Oct 2014 16:24:43 -0700 8062194: java.util.jar.Attributes should use insertion-ordered iteration
martin [Mon, 27 Oct 2014 16:24:43 -0700] rev 27718
8062194: java.util.jar.Attributes should use insertion-ordered iteration Summary: s/HashMap/LinkedHashMap/g Reviewed-by: alanb, sherman
Fri, 14 Nov 2014 18:15:52 +0000 8050983: Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming
chegar [Fri, 14 Nov 2014 18:15:52 +0000] rev 27717
8050983: Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming Reviewed-by: michaelm
Fri, 14 Nov 2014 11:41:42 +0000 8034031: [parfait] JNI exception pending in jdk/src/macosx/native/apple/security/KeystoreImpl.m
vinnie [Fri, 14 Nov 2014 11:41:42 +0000] rev 27716
8034031: [parfait] JNI exception pending in jdk/src/macosx/native/apple/security/KeystoreImpl.m Reviewed-by: alanb
Fri, 14 Nov 2014 12:32:43 +0300 8004148: NPE in sun.awt.SunToolkit.getWindowDeactivationTime
ant [Fri, 14 Nov 2014 12:32:43 +0300] rev 27715
8004148: NPE in sun.awt.SunToolkit.getWindowDeactivationTime Reviewed-by: serb
Thu, 04 Dec 2014 12:58:17 -0800 Added tag jdk9-b41 for changeset 729f9700483a
katleman [Thu, 04 Dec 2014 12:58:17 -0800] rev 27714
Added tag jdk9-b41 for changeset 729f9700483a
Wed, 05 Jul 2017 20:09:15 +0200 Merge
duke [Wed, 05 Jul 2017 20:09:15 +0200] rev 27713
Merge
Thu, 04 Dec 2014 15:21:31 -0800 Merge
lana [Thu, 04 Dec 2014 15:21:31 -0800] rev 27712
Merge
Wed, 03 Dec 2014 17:48:58 +0000 Merge
chegar [Wed, 03 Dec 2014 17:48:58 +0000] rev 27711
Merge
Wed, 26 Nov 2014 20:38:10 -0500 Merge
drchase [Wed, 26 Nov 2014 20:38:10 -0500] rev 27710
Merge
Wed, 26 Nov 2014 08:06:58 +0100 8007993: hotspot.log w/ enabled LogCompilation can be an invalid XML
thartmann [Wed, 26 Nov 2014 08:06:58 +0100] rev 27709
8007993: hotspot.log w/ enabled LogCompilation can be an invalid XML Summary: Open compilation log files in write-mode and close before deletion attempt. Reviewed-by: vlivanov
Thu, 13 Nov 2014 09:19:46 +0100 8054478: C2: Incorrectly compiled char[] array access crashes JVM
roland [Thu, 13 Nov 2014 09:19:46 +0100] rev 27708
8054478: C2: Incorrectly compiled char[] array access crashes JVM Summary: dead backbranch in main loop results in erroneous array access Reviewed-by: kvn, iveresov
Mon, 24 Nov 2014 07:29:03 -0800 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
vlivanov [Mon, 24 Nov 2014 07:29:03 -0800] rev 27707
8058148: MaxNodeLimit and LiveNodeCountInliningCutoff Reviewed-by: kvn, roland
Mon, 24 Nov 2014 08:48:15 +0100 8065339: Failed compilation does not always trigger a JFR event 'CompilerFailure'
thartmann [Mon, 24 Nov 2014 08:48:15 +0100] rev 27706
8065339: Failed compilation does not always trigger a JFR event 'CompilerFailure' Summary: CompilerFailure JFR event should be triggered in ciEnv. Reviewed-by: kvn
Sat, 22 Nov 2014 03:10:33 +0000 Merge
drchase [Sat, 22 Nov 2014 03:10:33 +0000] rev 27705
Merge
Fri, 21 Nov 2014 17:17:41 -0800 8065618: C2 RA incorrectly removes kill projections
kvn [Fri, 21 Nov 2014 17:17:41 -0800] rev 27704
8065618: C2 RA incorrectly removes kill projections Summary: Don't remove KILL projections if their "defining" nodes have SCMemProj projection (memory side effects). Reviewed-by: iveresov
Fri, 21 Nov 2014 21:08:48 -0500 Merge
drchase [Fri, 21 Nov 2014 21:08:48 -0500] rev 27703
Merge
Fri, 21 Nov 2014 17:28:29 +0300 8064696: compiler/startup/SmallCodeCacheStartup.java doesn't check exit code
iignatyev [Fri, 21 Nov 2014 17:28:29 +0300] rev 27702
8064696: compiler/startup/SmallCodeCacheStartup.java doesn't check exit code Reviewed-by: kvn, anoll, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Fri, 21 Nov 2014 17:27:11 +0300 8059550: JEP-JDK-8043304: Test task: segment overflow w/ empty others
iignatyev [Fri, 21 Nov 2014 17:27:11 +0300] rev 27701
8059550: JEP-JDK-8043304: Test task: segment overflow w/ empty others Reviewed-by: kvn, thartmann, iignatyev
Thu, 20 Nov 2014 11:06:26 +0100 8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer
thartmann [Thu, 20 Nov 2014 11:06:26 +0100] rev 27700
8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer Summary: Ignore non-instance Klasses in the subclass hierarchy. Reviewed-by: kvn, iignatyev, jrose
Tue, 18 Nov 2014 19:44:45 +0100 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo [Tue, 18 Nov 2014 19:44:45 +0100] rev 27699
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups Summary: move all test from <bug_id> directories to <functional_dir_name>/<bug_id>; update TEST.groups to execute more tests Reviewed-by: drchase, kvn
Mon, 17 Nov 2014 23:11:40 +0000 Merge
vlivanov [Mon, 17 Nov 2014 23:11:40 +0000] rev 27698
Merge
Mon, 17 Nov 2014 14:02:45 -0800 8062258: compiler/debug/TraceIterativeGVN.java segfaults in trace_PhaseIterGVN
vlivanov [Mon, 17 Nov 2014 14:02:45 -0800] rev 27697
8062258: compiler/debug/TraceIterativeGVN.java segfaults in trace_PhaseIterGVN Reviewed-by: kvn
Thu, 13 Nov 2014 14:42:54 +0100 8061256: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java timed out
neliasso [Thu, 13 Nov 2014 14:42:54 +0100] rev 27696
8061256: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java timed out Summary: Must not be at safepoint when taking CompileQueue_lock Reviewed-by: kvn, anoll
Mon, 17 Nov 2014 12:57:49 +0300 8059732: improve hotspot_*test targets
iignatyev [Mon, 17 Nov 2014 12:57:49 +0300] rev 27695
8059732: improve hotspot_*test targets Reviewed-by: kvn, dholmes
Wed, 26 Nov 2014 18:01:10 +0100 Merge
jwilhelm [Wed, 26 Nov 2014 18:01:10 +0100] rev 27694
Merge
Thu, 20 Nov 2014 10:03:22 -0500 8059492: Wrong spelling in assert: "Not initialied properly?"
aharlap [Thu, 20 Nov 2014 10:03:22 -0500] rev 27693
8059492: Wrong spelling in assert: "Not initialied properly?" Summary: Fixed typo in metaspace assert message Reviewed-by: mgerdin Contributed-by: aharlap <alexander.harlap.@oracle.com>
Wed, 19 Nov 2014 17:43:19 +0300 8062537: [TESTBUG] Conflicting GC combinations in hotspot tests
eistepan [Wed, 19 Nov 2014 17:43:19 +0300] rev 27692
8062537: [TESTBUG] Conflicting GC combinations in hotspot tests Reviewed-by: brutisso
Tue, 21 Oct 2014 15:07:25 +0200 8058255: Native jbyte Atomic::cmpxchg for supported x86 platforms
jwilhelm [Tue, 21 Oct 2014 15:07:25 +0200] rev 27691
8058255: Native jbyte Atomic::cmpxchg for supported x86 platforms Summary: Use the native cmpxchgb instruction on x86. Reviewed-by: dholmes, kbarrett, phh Contributed-by: erik.osterlund@lnu.se
Tue, 18 Nov 2014 12:33:47 +0000 Merge
brutisso [Tue, 18 Nov 2014 12:33:47 +0000] rev 27690
Merge
Tue, 18 Nov 2014 10:39:16 +0100 8064865: Remove the debug funciontality RotateCMSCollectionTypes for CMS
brutisso [Tue, 18 Nov 2014 10:39:16 +0100] rev 27689
8064865: Remove the debug funciontality RotateCMSCollectionTypes for CMS Reviewed-by: jmasa, kbarrett, ysr
Tue, 18 Nov 2014 11:10:02 +0000 Merge
ehelin [Tue, 18 Nov 2014 11:10:02 +0000] rev 27688
Merge
Tue, 18 Nov 2014 10:36:42 +0100 8064721: The card tables only ever need two covering regions
ehelin [Tue, 18 Nov 2014 10:36:42 +0100] rev 27687
8064721: The card tables only ever need two covering regions Reviewed-by: jmasa, tschatzl, kbarrett
Tue, 18 Nov 2014 10:23:26 +0100 8064702: Remove the CMS foreground collector
brutisso [Tue, 18 Nov 2014 10:23:26 +0100] rev 27686
8064702: Remove the CMS foreground collector Reviewed-by: kbarrett, ysr
Mon, 17 Nov 2014 21:32:32 +0100 Merge
jwilhelm [Mon, 17 Nov 2014 21:32:32 +0100] rev 27685
Merge
Wed, 12 Nov 2014 12:41:59 +0100 8064581: Move INCLUDE_ALL_GCS include section to the end of the include list
stefank [Wed, 12 Nov 2014 12:41:59 +0100] rev 27684
8064581: Move INCLUDE_ALL_GCS include section to the end of the include list Reviewed-by: jwilhelm, brutisso, coleenp, dholmes
Tue, 11 Nov 2014 17:05:33 +0100 8064580: Move INCLUDE_CDS include section to the end of the include list
stefank [Tue, 11 Nov 2014 17:05:33 +0100] rev 27683
8064580: Move INCLUDE_CDS include section to the end of the include list Reviewed-by: jwilhelm, brutisso, coleenp, dholmes
Fri, 14 Nov 2014 15:03:39 +0100 8064473: Improved handling of age during object copy in G1
sfriberg [Fri, 14 Nov 2014 15:03:39 +0100] rev 27682
8064473: Improved handling of age during object copy in G1 Reviewed-by: brutisso, tschatzl
Fri, 14 Nov 2014 14:23:25 +0100 8058209: Race in G1 card scanning could allow scanning of memory covered by PLABs
mgerdin [Fri, 14 Nov 2014 14:23:25 +0100] rev 27681
8058209: Race in G1 card scanning could allow scanning of memory covered by PLABs Summary: Read _top before _gc_time_stamp in saved_mark_word() with LoadLoad order to ensure we get a consistent view Reviewed-by: brutisso, dcubed, dholmes, stefank
Fri, 14 Nov 2014 09:47:09 +0100 8064811: Use THREAD instead of CHECK_NULL in return statements
stefank [Fri, 14 Nov 2014 09:47:09 +0100] rev 27680
8064811: Use THREAD instead of CHECK_NULL in return statements Reviewed-by: coleenp, simonis, dholmes
Thu, 13 Nov 2014 11:14:01 +0100 8064786: Fix debug build after 8062808: Turn on the -Wreturn-type warning
goetz [Thu, 13 Nov 2014 11:14:01 +0100] rev 27679
8064786: Fix debug build after 8062808: Turn on the -Wreturn-type warning Reviewed-by: stefank, tschatzl
Tue, 11 Nov 2014 13:39:00 -0500 8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes
kbarrett [Tue, 11 Nov 2014 13:39:00 -0500] rev 27678
8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes Summary: Suppress gc_alot during VM init, improve error for SLT uninitialized. Reviewed-by: jmasa, brutisso, tschatzl
Wed, 12 Nov 2014 13:55:59 +0100 8062808: Turn on the -Wreturn-type warning
stefank [Wed, 12 Nov 2014 13:55:59 +0100] rev 27677
8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip