Wed, 05 Jun 2019 16:10:08 -0700 8225182: JNI exception pending in DestroyXIMCallback of awt_InputMethod.c:1327
naoto [Wed, 05 Jun 2019 16:10:08 -0700] rev 55245
8225182: JNI exception pending in DestroyXIMCallback of awt_InputMethod.c:1327 Reviewed-by: serb
Wed, 05 Jun 2019 17:01:43 -0400 8223942: Missing methods in ClientCodeWrapper$WrappedJavaFileManager
vromero [Wed, 05 Jun 2019 17:01:43 -0400] rev 55244
8223942: Missing methods in ClientCodeWrapper$WrappedJavaFileManager Reviewed-by: jjg
Wed, 05 Jun 2019 13:46:31 -0700 8209381: Default CDS classlist generation should run with an explicit locale setting
erikj [Wed, 05 Jun 2019 13:46:31 -0700] rev 55243
8209381: Default CDS classlist generation should run with an explicit locale setting Reviewed-by: iklam, tbell
Wed, 05 Jun 2019 16:01:50 -0400 8216261: Javap ignores default modifier on interfaces
vromero [Wed, 05 Jun 2019 16:01:50 -0400] rev 55242
8216261: Javap ignores default modifier on interfaces Reviewed-by: jjg, darcy
Wed, 05 Jun 2019 21:14:46 +0200 8225348: serviceability/dcmd/vm/EventsTest.java failed jdk-13+24
stuefe [Wed, 05 Jun 2019 21:14:46 +0200] rev 55241
8225348: serviceability/dcmd/vm/EventsTest.java failed Reviewed-by: jcbeyler, cjplummer
Wed, 05 Jun 2019 09:12:45 +0200 8223777: In posix_spawn mode, failing to exec() jspawnhelper does not result in an error
stuefe [Wed, 05 Jun 2019 09:12:45 +0200] rev 55240
8223777: In posix_spawn mode, failing to exec() jspawnhelper does not result in an error Reviewed-by: rriggs, martin, fweimer
Wed, 05 Jun 2019 14:07:14 -0400 8188872: runtime/ErrorHandling/TimeoutInErrorHandlingTest.java fails intermittently
dcubed [Wed, 05 Jun 2019 14:07:14 -0400] rev 55239
8188872: runtime/ErrorHandling/TimeoutInErrorHandlingTest.java fails intermittently Reviewed-by: dholmes, stuefe
Wed, 05 Jun 2019 14:01:01 -0400 8224793: os::die() does not honor CreateCoredumpOnCrash option
dcubed [Wed, 05 Jun 2019 14:01:01 -0400] rev 55238
8224793: os::die() does not honor CreateCoredumpOnCrash option Reviewed-by: kbarrett, dholmes, stuefe
Wed, 05 Jun 2019 10:49:09 -0700 8225353: Add @jls links to java.lang.Enum
darcy [Wed, 05 Jun 2019 10:49:09 -0700] rev 55237
8225353: Add @jls links to java.lang.Enum Reviewed-by: lancea, jjg
Wed, 05 Jun 2019 19:34:43 +0200 8225225: stringStream internal buffer should always be zero terminated
stuefe [Wed, 05 Jun 2019 19:34:43 +0200] rev 55236
8225225: stringStream internal buffer should always be zero terminated Reviewed-by: coleenp, dholmes
Wed, 05 Jun 2019 08:43:41 -0700 8225305: ProblemList java/lang/invoke/VarHandles tests
mikael [Wed, 05 Jun 2019 08:43:41 -0700] rev 55235
8225305: ProblemList java/lang/invoke/VarHandles tests Reviewed-by: kvn, iignatyev, mchung, alanb
Wed, 05 Jun 2019 08:24:03 -0700 8225346: Convert file to HTML5
jjg [Wed, 05 Jun 2019 08:24:03 -0700] rev 55234
8225346: Convert file to HTML5 Reviewed-by: lancea
Wed, 05 Jun 2019 07:49:20 -0700 8221368: Error message when module main class cannot be loaded is missing exception details
mchung [Wed, 05 Jun 2019 07:49:20 -0700] rev 55233
8221368: Error message when module main class cannot be loaded is missing exception details Reviewed-by: alanb, sundar
Wed, 05 Jun 2019 16:26:13 +0200 8221709: replace use of style blockListLast
hannesw [Wed, 05 Jun 2019 16:26:13 +0200] rev 55232
8221709: replace use of style blockListLast Reviewed-by: jjg
Wed, 05 Jun 2019 10:21:02 -0400 8220238: Enhancing j.l.Runtime/System::gc specification with an explicit 'no guarantee' statement
rriggs [Wed, 05 Jun 2019 10:21:02 -0400] rev 55231
8220238: Enhancing j.l.Runtime/System::gc specification with an explicit 'no guarantee' statement Reviewed-by: shade, dholmes, mchung, plevart
Wed, 05 Jun 2019 15:19:13 +0200 8225342: Shenandoah: use COMPILER2_OR_JVMCI macro consistently
shade [Wed, 05 Jun 2019 15:19:13 +0200] rev 55230
8225342: Shenandoah: use COMPILER2_OR_JVMCI macro consistently Reviewed-by: zgu
Wed, 05 Jun 2019 09:15:42 -0400 8225341: Shenandoah: CM::update_thread_roots() needs to handle derived pointers
zgu [Wed, 05 Jun 2019 09:15:42 -0400] rev 55229
8225341: Shenandoah: CM::update_thread_roots() needs to handle derived pointers Reviewed-by: shade
Wed, 05 Jun 2019 13:59:44 +0100 8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException
chegar [Wed, 05 Jun 2019 13:59:44 +0100] rev 55228
8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException Reviewed-by: coffeys, vtewari
Tue, 21 May 2019 09:08:01 +0200 8224580: Matcher can cause oop field/array element to be reloaded
roland [Tue, 21 May 2019 09:08:01 +0200] rev 55227
8224580: Matcher can cause oop field/array element to be reloaded Reviewed-by: neliasso, rkennke, dlong
Wed, 05 Jun 2019 12:02:01 +0100 8225214: Socket.getOption(SocketOption) not returning the expected type for the StandardSocketOptions.SO_LINGER
chegar [Wed, 05 Jun 2019 12:02:01 +0100] rev 55226
8225214: Socket.getOption(SocketOption) not returning the expected type for the StandardSocketOptions.SO_LINGER Reviewed-by: alanb
Fri, 31 May 2019 14:52:01 +0200 8222103: [testbug] compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest may exceed VM limit
mdoerr [Fri, 31 May 2019 14:52:01 +0200] rev 55225
8222103: [testbug] compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest may exceed VM limit Reviewed-by: iignatyev, mdoerr Contributed-by: peter.januschke@sap.com
Wed, 05 Jun 2019 10:43:45 +0200 8225084: gc/z/TestHighUsage.java fails with unexpected allocation stall
pliden [Wed, 05 Jun 2019 10:43:45 +0200] rev 55224
8225084: gc/z/TestHighUsage.java fails with unexpected allocation stall Reviewed-by: eosterlund
Wed, 05 Jun 2019 10:43:45 +0200 8224965: ZGC: Strengthen ZHeap::is_in()
pliden [Wed, 05 Jun 2019 10:43:45 +0200] rev 55223
8224965: ZGC: Strengthen ZHeap::is_in() Reviewed-by: eosterlund
Wed, 05 Jun 2019 10:43:44 +0200 8224962: ZGC: Strengthen ZHeap::is_oop()
pliden [Wed, 05 Jun 2019 10:43:44 +0200] rev 55222
8224962: ZGC: Strengthen ZHeap::is_oop() Reviewed-by: eosterlund
Wed, 05 Jun 2019 10:23:06 +0200 8224240: Properties.load fails to throw IAE on malformed unicode in certain circumstances
redestad [Wed, 05 Jun 2019 10:23:06 +0200] rev 55221
8224240: Properties.load fails to throw IAE on malformed unicode in certain circumstances Reviewed-by: smarks, rriggs, dfuchs
Wed, 05 Jun 2019 10:07:22 +0200 8225179: (regex) Minor Pattern cleanup
redestad [Wed, 05 Jun 2019 10:07:22 +0200] rev 55220
8225179: (regex) Minor Pattern cleanup Reviewed-by: igerasim
Wed, 05 Jun 2019 09:23:09 +0200 8225229: Shenandoah: trim down default number of GC threads
shade [Wed, 05 Jun 2019 09:23:09 +0200] rev 55219
8225229: Shenandoah: trim down default number of GC threads Reviewed-by: rkennke
Wed, 05 Jun 2019 08:59:17 +0200 8224181: On child process spawn, child may write to random file descriptor instead of the fail pipe
stuefe [Wed, 05 Jun 2019 08:59:17 +0200] rev 55218
8224181: On child process spawn, child may write to random file descriptor instead of the fail pipe Reviewed-by: rriggs, martin
Wed, 05 Jun 2019 07:25:09 +0200 8224600: Provide VM.events command
stuefe [Wed, 05 Jun 2019 07:25:09 +0200] rev 55217
8224600: Provide VM.events command Reviewed-by: minqi, dholmes, mbaesken, clanger
Tue, 04 Jun 2019 18:59:53 -0700 8225315: test java/util/ArrayDeque/WhiteBox.java isn't part of the jdk_collections test group
smarks [Tue, 04 Jun 2019 18:59:53 -0700] rev 55216
8225315: test java/util/ArrayDeque/WhiteBox.java isn't part of the jdk_collections test group Reviewed-by: martin, darcy
Wed, 05 Jun 2019 09:58:05 +0800 8193255: Root Certificates should be stored in text format and assembled at build time
weijun [Wed, 05 Jun 2019 09:58:05 +0800] rev 55215
8193255: Root Certificates should be stored in text format and assembled at build time Reviewed-by: clanger, erikj, mullan
Tue, 04 Jun 2019 18:55:53 -0700 8225198: Optimize regex tree for greedy quantifiers of type {N,}
igerasim [Tue, 04 Jun 2019 18:55:53 -0700] rev 55214
8225198: Optimize regex tree for greedy quantifiers of type {N,} Reviewed-by: redestad, bchristi
Tue, 04 Jun 2019 21:25:40 -0400 8225217: Backout: JDK-8224814: Remove dead JNIHandleBlock freelist code
dholmes [Tue, 04 Jun 2019 21:25:40 -0400] rev 55213
8225217: Backout: JDK-8224814: Remove dead JNIHandleBlock freelist code Reviewed-by: kvn, kbarrett
Tue, 04 Jun 2019 18:12:25 -0700 8225307: ProblemList compiler/codegen/TestCharVect2.java and compiler/c2/cr6340864/TestLongVect.java
mikael [Tue, 04 Jun 2019 18:12:25 -0700] rev 55212
8225307: ProblemList compiler/codegen/TestCharVect2.java and compiler/c2/cr6340864/TestLongVect.java Reviewed-by: kvn
Tue, 04 Jun 2019 16:50:25 -0700 8225324: Bad HTML in jdk.jfr module-info.java
jjg [Tue, 04 Jun 2019 16:50:25 -0700] rev 55211
8225324: Bad HTML in jdk.jfr module-info.java Reviewed-by: lancea
Tue, 04 Jun 2019 15:42:16 -0700 8225314: broken links in java.base
jjg [Tue, 04 Jun 2019 15:42:16 -0700] rev 55210
8225314: broken links in java.base Reviewed-by: darcy
Tue, 04 Jun 2019 14:47:25 -0700 8225309: HTML issues in jdk.jdi module
jjg [Tue, 04 Jun 2019 14:47:25 -0700] rev 55209
8225309: HTML issues in jdk.jdi module Reviewed-by: lancea
Tue, 04 Jun 2019 13:47:59 -0700 8225306: bad headings in java.sql.rowset SyncProvider.java
jjg [Tue, 04 Jun 2019 13:47:59 -0700] rev 55208
8225306: bad headings in java.sql.rowset SyncProvider.java Reviewed-by: lancea
Tue, 04 Jun 2019 12:50:15 -0700 8222448: java/lang/reflect/PublicMethods/PublicMethodsTest.java times out
mchung [Tue, 04 Jun 2019 12:50:15 -0700] rev 55207
8222448: java/lang/reflect/PublicMethods/PublicMethodsTest.java times out Summary: Set empty class path for compilation to avoid unnecessary opening/scanning of JAR files Reviewed-by: alanb, dholmes
Tue, 04 Jun 2019 12:44:53 -0700 8225019: Update JVMCI
kvn [Tue, 04 Jun 2019 12:44:53 -0700] rev 55206
8225019: Update JVMCI Reviewed-by: never, dlong
Tue, 04 Jun 2019 11:55:51 -0700 8217412: deprecate rmic for removal
smarks [Tue, 04 Jun 2019 11:55:51 -0700] rev 55205
8217412: deprecate rmic for removal Reviewed-by: rriggs, sundar
Tue, 04 Jun 2019 11:29:29 -0700 8223805: DocCommentParser should allow for <main> and </main>
jjg [Tue, 04 Jun 2019 11:29:29 -0700] rev 55204
8223805: DocCommentParser should allow for <main> and </main> Reviewed-by: hannesw
Tue, 04 Jun 2019 13:26:20 -0400 8212630: jtreg/gc/logging/TestMetaSpaceLog.java failed with Agent timed out
kbarrett [Tue, 04 Jun 2019 13:26:20 -0400] rev 55203
8212630: jtreg/gc/logging/TestMetaSpaceLog.java failed with Agent timed out Summary: Use driver with framework test options passed through to subtask. Reviewed-by: tschatzl, lmesnik
Tue, 04 Jun 2019 17:51:14 +0200 8178982: Javadoc search specification
hannesw [Tue, 04 Jun 2019 17:51:14 +0200] rev 55202
8178982: Javadoc search specification Reviewed-by: jjg, erikj
Tue, 04 Jun 2019 10:29:42 -0400 8222468: [TESTBUG] vmTestbase/metaspace/flags/maxMetaspaceSize/TestDescription.java fails with java.lang.NoClassDefFoundError
coleenp [Tue, 04 Jun 2019 10:29:42 -0400] rev 55201
8222468: [TESTBUG] vmTestbase/metaspace/flags/maxMetaspaceSize/TestDescription.java fails with java.lang.NoClassDefFoundError Summary: Preload StackTraceElement$HashedModules in test. Reviewed-by: lmesnik, dholmes
Tue, 04 Jun 2019 07:54:16 -0700 Merge
mseledtsov [Tue, 04 Jun 2019 07:54:16 -0700] rev 55200
Merge
Tue, 04 Jun 2019 07:53:12 -0700 8223396: [TESTBUG] several jfr tests do not clean up files created in /tmp
mseledtsov [Tue, 04 Jun 2019 07:53:12 -0700] rev 55199
8223396: [TESTBUG] several jfr tests do not clean up files created in /tmp Summary: Using test utils to create temp files and directories Reviewed-by: dholmes, erikj, hseigel, lmesnik
Tue, 04 Jun 2019 15:52:26 +0100 6394787: Typos in javadoc of OIS.readObjectOverride and OOS.writeObjectOverride
chegar [Tue, 04 Jun 2019 15:52:26 +0100] rev 55198
6394787: Typos in javadoc of OIS.readObjectOverride and OOS.writeObjectOverride Reviewed-by: alanb, chegar Contributed-by: Andrey Turbanov <turbanoff@gmail.com>
Tue, 04 Jun 2019 16:33:37 +0200 8214126: Method signatures not formatted correctly in browser
hannesw [Tue, 04 Jun 2019 16:33:37 +0200] rev 55197
8214126: Method signatures not formatted correctly in browser Reviewed-by: jjg
Tue, 04 Jun 2019 16:20:42 +0200 8222091: Javadoc does not handle package annotations correctly on package-info.java
hannesw [Tue, 04 Jun 2019 16:20:42 +0200] rev 55196
8222091: Javadoc does not handle package annotations correctly on package-info.java Reviewed-by: jjg
Tue, 04 Jun 2019 13:34:50 +0530 Merge
psadhukhan [Tue, 04 Jun 2019 13:34:50 +0530] rev 55195
Merge
Mon, 03 Jun 2019 11:56:48 +0530 8225105: java/awt/Focus/ShowFrameCheckForegroundTest/ShowFrameCheckForegroundTest.java fails in Windows 10
jdv [Mon, 03 Jun 2019 11:56:48 +0530] rev 55194
8225105: java/awt/Focus/ShowFrameCheckForegroundTest/ShowFrameCheckForegroundTest.java fails in Windows 10 Reviewed-by: prr, serb
Mon, 03 Jun 2019 11:06:24 +0530 Merge
psadhukhan [Mon, 03 Jun 2019 11:06:24 +0530] rev 55193
Merge
Sun, 02 Jun 2019 16:59:41 -0700 8219901: Noto fonts for East Asian countries cannot belong to CompositeFont
tnakamura [Sun, 02 Jun 2019 16:59:41 -0700] rev 55192
8219901: Noto fonts for East Asian countries cannot belong to CompositeFont Reviewed-by: prr, jdv
Sun, 02 Jun 2019 12:38:45 -0700 8224056: Fix some assignments of string literals to LPSTR (instead of LPCSTR)
prr [Sun, 02 Jun 2019 12:38:45 -0700] rev 55191
8224056: Fix some assignments of string literals to LPSTR (instead of LPCSTR) Reviewed-by: prr Contributed-by: andrewluotechnologies@outlook.com
Thu, 30 May 2019 17:14:06 -0700 8225032: Fix some C++ conformance issues in AWT Windows code
serb [Thu, 30 May 2019 17:14:06 -0700] rev 55190
8225032: Fix some C++ conformance issues in AWT Windows code Reviewed-by: prr, serb Contributed-by: andrewluotechnologies@outlook.com
Thu, 30 May 2019 11:52:23 -0700 8223271: SplashScreen is still shown if defaulting to headless on MacOS
prr [Thu, 30 May 2019 11:52:23 -0700] rev 55189
8223271: SplashScreen is still shown if defaulting to headless on MacOS Reviewed-by: bpb, serb, kcr
Thu, 30 May 2019 09:23:14 -0700 8225007: java/awt/print/PrinterJob/LandscapeStackOverflow.java may hang
prr [Thu, 30 May 2019 09:23:14 -0700] rev 55188
8225007: java/awt/print/PrinterJob/LandscapeStackOverflow.java may hang Reviewed-by: serb, jdv
Thu, 30 May 2019 09:16:43 -0700 8225020: Problem list some sanity test failures
prr [Thu, 30 May 2019 09:16:43 -0700] rev 55187
8225020: Problem list some sanity test failures Reviewed-by: psadhukhan, akolarkunnu
Thu, 30 May 2019 10:45:51 +0530 8224824: ProblemList java/awt/Color/AlphaColorTest failure in linux_x64
psadhukhan [Thu, 30 May 2019 10:45:51 +0530] rev 55186
8224824: ProblemList java/awt/Color/AlphaColorTest failure in linux_x64 Reviewed-by: serb
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip