Thu, 28 Mar 2019 19:39:14 +0100 8221341: Update Graal
jwilhelm [Thu, 28 Mar 2019 19:39:14 +0100] rev 54328
8221341: Update Graal Reviewed-by: kvn
Thu, 28 Mar 2019 11:06:00 -0700 8157372: C2: Node::cmp() should return bool
jcbeyler [Thu, 28 Mar 2019 11:06:00 -0700] rev 54327
8157372: C2: Node::cmp() should return bool Summary: The method Node::cmp() should return a boolean Reviewed-by: vlivanov, kvn Contributed-by: dthomson@google.com
Thu, 28 Mar 2019 10:04:27 -0700 8205934: Define jdk -source/-target version in version-numbers file
erikj [Thu, 28 Mar 2019 10:04:27 -0700] rev 54326
8205934: Define jdk -source/-target version in version-numbers file Reviewed-by: tbell
Thu, 28 Mar 2019 08:37:05 -0700 8220530: Build compare script does not compare the contents of the test image
erikj [Thu, 28 Mar 2019 08:37:05 -0700] rev 54325
8220530: Build compare script does not compare the contents of the test image Reviewed-by: tbell
Thu, 28 Mar 2019 12:16:36 +0000 8221395: HttpClient leaving connections in CLOSE_WAIT state until Java process ends
dfuchs [Thu, 28 Mar 2019 12:16:36 +0000] rev 54324
8221395: HttpClient leaving connections in CLOSE_WAIT state until Java process ends Summary: When a non WebSocket connection is not returned to the pool, it needs to be closed even if HttpConnection::isOpen yields false. Reviewed-by: chegar, michaelm
Thu, 28 Mar 2019 11:08:23 +0100 8220351: Cross-modifying code
rehn [Thu, 28 Mar 2019 11:08:23 +0100] rev 54323
8220351: Cross-modifying code Reviewed-by: rrich, mdoerr, dholmes, eosterlund
Mon, 25 Mar 2019 09:35:40 +0100 8220786: Create new switch to redirect error reporting output to stdout or stderr
stuefe [Mon, 25 Mar 2019 09:35:40 +0100] rev 54322
8220786: Create new switch to redirect error reporting output to stdout or stderr Reviewed-by: dholmes, goetz
Thu, 28 Mar 2019 10:32:05 +0100 8221413: javac does not recognize variable assigned in switch expression as DA
jlahoda [Thu, 28 Mar 2019 10:32:05 +0100] rev 54321
8221413: javac does not recognize variable assigned in switch expression as DA Summary: Fixing definite assignment in presence of implicit throws clause in switch expressions over enums. Reviewed-by: vromero
Thu, 28 Mar 2019 09:15:41 +0100 8221398: Move test NoClassDefFoundMsg.java to subdir exceptionMsgs/
goetz [Thu, 28 Mar 2019 09:15:41 +0100] rev 54320
8221398: Move test NoClassDefFoundMsg.java to subdir exceptionMsgs/ Reviewed-by: coleenp
Thu, 28 Mar 2019 04:30:52 +0000 8221532: Incorrect copyright header in FileSystemSupport_md.c
dtitov [Thu, 28 Mar 2019 04:30:52 +0000] rev 54319
8221532: Incorrect copyright header in FileSystemSupport_md.c Reviewed-by: cjplummer, gadams
Thu, 28 Mar 2019 04:26:36 +0000 8218727: vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/TestDescription.java crash in native library
dtitov [Thu, 28 Mar 2019 04:26:36 +0000] rev 54318
8218727: vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/TestDescription.java crash in native library Reviewed-by: sspitsyn, gadams
Thu, 28 Mar 2019 01:43:11 +0100 Added tag jdk-13+14 for changeset 46cf212cdcca
jwilhelm [Thu, 28 Mar 2019 01:43:11 +0100] rev 54317
Added tag jdk-13+14 for changeset 46cf212cdcca
Wed, 27 Mar 2019 16:35:25 -0700 8221568: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
bpb [Wed, 27 Mar 2019 16:35:25 -0700] rev 54316
8221568: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space" Reviewed-by: shade
Wed, 27 Mar 2019 14:40:36 -0700 8221533: Incorrect copyright header in DurationDayTimeImpl.java, DurationYearMonthImpl.java and XMLStreamException.java
joehw [Wed, 27 Mar 2019 14:40:36 -0700] rev 54315
8221533: Incorrect copyright header in DurationDayTimeImpl.java, DurationYearMonthImpl.java and XMLStreamException.java Reviewed-by: bpb, lancea
Wed, 27 Mar 2019 09:06:43 -0700 8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder jdk-13+14
aeubanks [Wed, 27 Mar 2019 09:06:43 -0700] rev 54314
8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder Reviewed-by: dfuchs, chegar Contributed-by: aeubanks@google.com
Wed, 27 Mar 2019 13:00:57 -0700 8221531: Incorrect copyright header in src/java.base/windows/native/libnio/ch/FileChannelImpl.c
bpb [Wed, 27 Mar 2019 13:00:57 -0700] rev 54313
8221531: Incorrect copyright header in src/java.base/windows/native/libnio/ch/FileChannelImpl.c Reviewed-by: lancea, bchristi
Wed, 27 Mar 2019 19:47:47 +0100 8220528: [AIX] Fix basic Xinerama and Xrender functionality
simonis [Wed, 27 Mar 2019 19:47:47 +0100] rev 54312
8220528: [AIX] Fix basic Xinerama and Xrender functionality Reviewed-by: clanger, stuefe, serb
Wed, 27 Mar 2019 18:30:45 +0100 8221456: nmethod::make_unloaded() clears _method member too early
pliden [Wed, 27 Mar 2019 18:30:45 +0100] rev 54311
8221456: nmethod::make_unloaded() clears _method member too early Reviewed-by: eosterlund, thartmann
Wed, 27 Mar 2019 08:38:05 -0700 8221527: [TESTBUG] DockerBasicTest.java contains hard-coded reference to JDK 10
mseledtsov [Wed, 27 Mar 2019 08:38:05 -0700] rev 54310
8221527: [TESTBUG] DockerBasicTest.java contains hard-coded reference to JDK 10 Summary: Using Docker test library to get the image name Reviewed-by: dholmes
Wed, 27 Mar 2019 07:21:18 -0700 8219196: DataOutputStream.writeUTF may throw unexpected exceptions
bpb [Wed, 27 Mar 2019 07:21:18 -0700] rev 54309
8219196: DataOutputStream.writeUTF may throw unexpected exceptions Reviewed-by: martin, darcy, rriggs Contributed-by: Martin Buchholz <martinrb@google.com>
Wed, 27 Mar 2019 09:29:34 -0400 8059357: ClassVerifier redundantly checks constant pool entries multiple times
hseigel [Wed, 27 Mar 2019 09:29:34 -0400] rev 54308
8059357: ClassVerifier redundantly checks constant pool entries multiple times Summary: Store translated signature verificationTypes in a hashtable where they can be fetched, instead of having to re-translating the signatures Reviewed-by: iklam, coleenp
Wed, 27 Mar 2019 18:33:48 +0530 8219612: compiler.codecache.stress.Helper.TestCaseImpl can't be defined in different runtime package as its nest host
rraghavan [Wed, 27 Mar 2019 18:33:48 +0530] rev 54307
8219612: compiler.codecache.stress.Helper.TestCaseImpl can't be defined in different runtime package as its nest host Summary: Test rewritten to use top level classes rather then nested ones Reviewed-by: iignatyev, kvn, thartmann
Wed, 27 Mar 2019 12:38:29 +0100 8221524: java/util/Base64/TestEncodingDecodingLength.java test should be disabled on 32-bit platforms
shade [Wed, 27 Mar 2019 12:38:29 +0100] rev 54306
8221524: java/util/Base64/TestEncodingDecodingLength.java test should be disabled on 32-bit platforms Reviewed-by: stuefe, alanb
Wed, 27 Mar 2019 11:35:41 +0100 8221401: java/math/BigInteger/LargeValueExceptions.java test should be disabled on 32-bit platforms
shade [Wed, 27 Mar 2019 11:35:41 +0100] rev 54305
8221401: java/math/BigInteger/LargeValueExceptions.java test should be disabled on 32-bit platforms Reviewed-by: stuefe, bpb
Wed, 27 Mar 2019 11:35:40 +0100 8221400: java/lang/String/StringRepeat.java test requests too much heap
shade [Wed, 27 Mar 2019 11:35:40 +0100] rev 54304
8221400: java/lang/String/StringRepeat.java test requests too much heap Reviewed-by: stuefe, alanb
Wed, 27 Mar 2019 11:35:28 +0100 8220198: Lots of com/sun/crypto/provider/Cipher tests fail on x86_32 due to missing SHA512 stubs
shade [Wed, 27 Mar 2019 11:35:28 +0100] rev 54303
8220198: Lots of com/sun/crypto/provider/Cipher tests fail on x86_32 due to missing SHA512 stubs Reviewed-by: kvn, thartmann
Wed, 27 Mar 2019 10:38:49 +0100 8221537: ZGC: Fix incorrect comment in zNMethod table entry layout
pliden [Wed, 27 Mar 2019 10:38:49 +0100] rev 54302
8221537: ZGC: Fix incorrect comment in zNMethod table entry layout Reviewed-by: stefank
Wed, 27 Mar 2019 10:38:49 +0100 8221392: Reduce ConcurrentGCThreads spinning during start up
pliden [Wed, 27 Mar 2019 10:38:49 +0100] rev 54301
8221392: Reduce ConcurrentGCThreads spinning during start up Reviewed-by: eosterlund, kbarrett
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 tip