Mon, 29 Oct 2018 08:52:04 +0100 8212974: Update RS Skipped cards uses wrong enum to register to phase
tschatzl [Mon, 29 Oct 2018 08:52:04 +0100] rev 52308
8212974: Update RS Skipped cards uses wrong enum to register to phase Reviewed-by: kbarrett
Fri, 26 Oct 2018 15:13:12 -0700 8213056: Nested anchor tags in java.lang.module
jjg [Fri, 26 Oct 2018 15:13:12 -0700] rev 52307
8213056: Nested anchor tags in java.lang.module Reviewed-by: darcy
Fri, 26 Oct 2018 13:59:02 -0700 8213043: Add internal Unsafe xxxObject methods as jsr166 is broken
mchung [Fri, 26 Oct 2018 13:59:02 -0700] rev 52306
8213043: Add internal Unsafe xxxObject methods as jsr166 is broken Reviewed-by: alanb
Fri, 26 Oct 2018 14:02:31 -0400 8212129: Remove finalize methods from java.util.zip.ZipFIle/Inflator/Deflator
lancea [Fri, 26 Oct 2018 14:02:31 -0400] rev 52305
8212129: Remove finalize methods from java.util.zip.ZipFIle/Inflator/Deflator Reviewed-by: rriggs, sherman, alanb, clanger
Fri, 26 Oct 2018 10:47:05 -0500 8017061: os_bsd.cpp contains code for UseSHM and UseHugeTLBFS
gziemski [Fri, 26 Oct 2018 10:47:05 -0500] rev 52304
8017061: os_bsd.cpp contains code for UseSHM and UseHugeTLBFS Summary: Removed the code using unused flags. Reviewed-by: dholmes, coleenp
Fri, 26 Oct 2018 22:58:04 +0800 8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java
weijun [Fri, 26 Oct 2018 22:58:04 +0800] rev 52303
8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java Reviewed-by: mullan
Fri, 19 Oct 2018 09:39:29 +0200 8212173: Thread._stack_base/_stack_size initialized too late for new threads
stuefe [Fri, 19 Oct 2018 09:39:29 +0200] rev 52302
8212173: Thread._stack_base/_stack_size initialized too late for new threads Reviewed-by: dholmes, simonis
Fri, 26 Oct 2018 08:23:52 -0400 8192864: defmeth tests can hide failures
hseigel [Fri, 26 Oct 2018 08:23:52 -0400] rev 52301
8192864: defmeth tests can hide failures Summary: Add a call to addFailureCount() to record previously hidden failures. Reviewed-by: lfoltan, coleenp
Thu, 25 Oct 2018 21:40:17 -0700 8209598: Clean up how messages are printed when CDS aborts start-up
ccheung [Thu, 25 Oct 2018 21:40:17 -0700] rev 52300
8209598: Clean up how messages are printed when CDS aborts start-up Summary: added a new function vm_exit_during_cds_dumping() to java.cpp so that it can be used when an error condition is encountered during CDS dumping. Reviewed-by: iklam, dholmes, jiangli
Fri, 26 Oct 2018 11:11:13 +0800 8212867: Link to DRBG test vectors is redirected to a broken link
weijun [Fri, 26 Oct 2018 11:11:13 +0800] rev 52299
8212867: Link to DRBG test vectors is redirected to a broken link Reviewed-by: mullan
Thu, 25 Oct 2018 19:00:46 -0700 8212956: [JVCMI] SpeculationReason should maintain identity
never [Thu, 25 Oct 2018 19:00:46 -0700] rev 52298
8212956: [JVCMI] SpeculationReason should maintain identity Reviewed-by: kvn
Thu, 25 Oct 2018 18:41:26 -0700 8021335: Missing synchronization when reading counters for live threads and peak thread count
dlong [Thu, 25 Oct 2018 18:41:26 -0700] rev 52297
8021335: Missing synchronization when reading counters for live threads and peak thread count Reviewed-by: dholmes, mchung
Thu, 25 Oct 2018 17:06:40 -0700 8212994: Links to Oracle websites should use "https:"
iris [Thu, 25 Oct 2018 17:06:40 -0700] rev 52296
8212994: Links to Oracle websites should use "https:" Reviewed-by: erikj, lancea
Thu, 25 Oct 2018 16:47:14 -0700 8213005: Missing symbols in hs_err files on Windows after JDK-8212028
erikj [Thu, 25 Oct 2018 16:47:14 -0700] rev 52295
8213005: Missing symbols in hs_err files on Windows after JDK-8212028 Reviewed-by: ctornqvi
Thu, 25 Oct 2018 19:12:39 -0400 8210242: vmTestbase/nsk/stress/jni/jnistress001.java crashes with EXCEPTION_ACCESS_VIOLATION on windows-x86
dholmes [Thu, 25 Oct 2018 19:12:39 -0400] rev 52294
8210242: vmTestbase/nsk/stress/jni/jnistress001.java crashes with EXCEPTION_ACCESS_VIOLATION on windows-x86 Summary: Non-NUL-terminated string was passed to %s - use %.*s to specify the actual length. Reviewed-by: lfoltan, hseigel
Thu, 25 Oct 2018 14:23:26 -0700 8212884: Remove the assignments in ifs for vmTestbase/[a-s]
jcbeyler [Thu, 25 Oct 2018 14:23:26 -0700] rev 52293
8212884: Remove the assignments in ifs for vmTestbase/[a-s] Summary: Extract assignments from if statements in vmTestbase Reviewed-by: cjplummer, sspitsyn
Thu, 25 Oct 2018 08:59:26 -0700 8212897: Some improvements in the EditorPaneDemotest
akolarkunnu [Thu, 25 Oct 2018 08:59:26 -0700] rev 52292
8212897: Some improvements in the EditorPaneDemotest Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Thu, 25 Oct 2018 11:48:18 -0700 8212151: jdi/ExclusiveBind.java times out due to "bind failed: Address already in use" on Solaris-X64
amenkov [Thu, 25 Oct 2018 11:48:18 -0700] rev 52291
8212151: jdi/ExclusiveBind.java times out due to "bind failed: Address already in use" on Solaris-X64 Reviewed-by: sspitsyn, jcbeyler
Thu, 25 Oct 2018 11:18:24 -0700 8164546: Convert DirectivesParser_test to GTest
ppunegov [Thu, 25 Oct 2018 11:18:24 -0700] rev 52290
8164546: Convert DirectivesParser_test to GTest Reviewed-by: kvn, iignatyev, neliasso
Thu, 25 Oct 2018 10:58:59 -0700 Merge
mchung [Thu, 25 Oct 2018 10:58:59 -0700] rev 52289
Merge
Thu, 25 Oct 2018 10:57:42 -0700 8212795: ThreadInfoCompositeData.toCompositeData fails to map ThreadInfo to CompositeData
mchung [Thu, 25 Oct 2018 10:57:42 -0700] rev 52288
8212795: ThreadInfoCompositeData.toCompositeData fails to map ThreadInfo to CompositeData Reviewed-by: dfuchs
Thu, 25 Oct 2018 10:56:45 -0700 8212948: Remove unused jdk.internal.misc.VMNotification interface
mchung [Thu, 25 Oct 2018 10:56:45 -0700] rev 52287
8212948: Remove unused jdk.internal.misc.VMNotification interface Reviewed-by: alanb
Thu, 25 Oct 2018 13:55:28 -0400 8211883: Disable anon and NULL cipher suites
mullan [Thu, 25 Oct 2018 13:55:28 -0400] rev 52286
8211883: Disable anon and NULL cipher suites Reviewed-by: jnimeh
Thu, 25 Oct 2018 09:20:54 -0700 8212978: Add RedefineMethodUsedByMultipleMethodHandles.java to problem list
dlong [Thu, 25 Oct 2018 09:20:54 -0700] rev 52285
8212978: Add RedefineMethodUsedByMultipleMethodHandles.java to problem list Reviewed-by: kvn
Thu, 25 Oct 2018 08:18:42 -0700 8212770: Remove spaces before/after () for vmTestbase/jvmti/[s-u]
jcbeyler [Thu, 25 Oct 2018 08:18:42 -0700] rev 52284
8212770: Remove spaces before/after () for vmTestbase/jvmti/[s-u] Summary: Remove spaces before/after () Reviewed-by: amenkov, cjplummer
Thu, 25 Oct 2018 12:09:41 +0100 8212926: HttpClient does not retrieve files with large sizes over HTTP/1.1
michaelm [Thu, 25 Oct 2018 12:09:41 +0100] rev 52283
8212926: HttpClient does not retrieve files with large sizes over HTTP/1.1 Reviewed-by: chegar, dfuchs
Wed, 24 Oct 2018 21:17:30 -0700 8211694: JShell: Redeclared variable should be reset
rfield [Wed, 24 Oct 2018 21:17:30 -0700] rev 52282
8211694: JShell: Redeclared variable should be reset Reviewed-by: sundar
Thu, 25 Oct 2018 11:05:24 +0800 8209768: Refactor java/util/prefs/CheckUserPrefsStorage.sh to plain java test
amlu [Thu, 25 Oct 2018 11:05:24 +0800] rev 52281
8209768: Refactor java/util/prefs/CheckUserPrefsStorage.sh to plain java test Reviewed-by: bchristi, weijun
Thu, 25 Oct 2018 11:00:40 +0800 8210908: Refactor java/util/prefs/PrefsSpi.sh to plain java test
amlu [Thu, 25 Oct 2018 11:00:40 +0800] rev 52280
8210908: Refactor java/util/prefs/PrefsSpi.sh to plain java test Reviewed-by: bchristi
Wed, 24 Oct 2018 18:14:28 -0700 Added tag jdk-12+17 for changeset eefa65e142af
jwilhelm [Wed, 24 Oct 2018 18:14:28 -0700] rev 52279
Added tag jdk-12+17 for changeset eefa65e142af
Mon, 17 Sep 2018 11:09:43 -0700 8198945: Invalid RuntimeVisibleTypeAnnotations for annotation on anonymous class type parameter
cushon [Mon, 17 Sep 2018 11:09:43 -0700] rev 52278
8198945: Invalid RuntimeVisibleTypeAnnotations for annotation on anonymous class type parameter Reviewed-by: wmdietl, abuckley, martin
Wed, 24 Oct 2018 15:45:09 -0700 8212880: Cannot access ftp: site for fdlibm.tar
darcy [Wed, 24 Oct 2018 15:45:09 -0700] rev 52277
8212880: Cannot access ftp: site for fdlibm.tar Reviewed-by: jjg, lancea, bpb
Wed, 24 Oct 2018 13:11:54 -0700 8024368: private methods are allocated vtable slots
sspitsyn [Wed, 24 Oct 2018 13:11:54 -0700] rev 52276
8024368: private methods are allocated vtable slots Summary: Stop allocating vtable slots for private methods Reviewed-by: dholmes, acorn, lfoltan
Wed, 24 Oct 2018 09:56:03 -0700 8212877: Restore JTREG_VERBOSE value for mach5 testing
epavlova [Wed, 24 Oct 2018 09:56:03 -0700] rev 52275
8212877: Restore JTREG_VERBOSE value for mach5 testing Reviewed-by: dholmes
Wed, 24 Oct 2018 11:05:22 -0400 Merge jdk-12+17
dcubed [Wed, 24 Oct 2018 11:05:22 -0400] rev 52274
Merge
Wed, 24 Oct 2018 11:04:25 -0400 8212220: add code to verify results to metaspace/stressDictionary/StressDictionary.java
dcubed [Wed, 24 Oct 2018 11:04:25 -0400] rev 52273
8212220: add code to verify results to metaspace/stressDictionary/StressDictionary.java Summary: Also change the test's default timeout to 5 minutes. Reviewed-by: dholmes, stuefe
Wed, 24 Oct 2018 11:02:55 -0400 8212706: nmethod jvmci_installed_code_name need to be XML escaped
ecaspole [Wed, 24 Oct 2018 11:02:55 -0400] rev 52272
8212706: nmethod jvmci_installed_code_name need to be XML escaped Summary: Call text instead of print to escape chars properly Reviewed-by: thartmann
Wed, 24 Oct 2018 16:22:34 +0200 8212753: Improve oopDesc::forward_to_atomic
tschatzl [Wed, 24 Oct 2018 16:22:34 +0200] rev 52271
8212753: Improve oopDesc::forward_to_atomic Summary: Avoid multiple unnecessary reloads of the mark oop in oopDesc::forward_to_atomic Reviewed-by: kbarrett, mdoerr
Wed, 24 Oct 2018 14:59:21 +0200 8212913: (Nested)ThreadsListHandleInErrorHandlingTest need to disable ShowRegistersOnAssert
stuefe [Wed, 24 Oct 2018 14:59:21 +0200] rev 52270
8212913: (Nested)ThreadsListHandleInErrorHandlingTest need to disable ShowRegistersOnAssert Reviewed-by: dholmes, mdoerr
Wed, 24 Oct 2018 16:29:25 +0530 Merge
jdv [Wed, 24 Oct 2018 16:29:25 +0530] rev 52269
Merge
Wed, 24 Oct 2018 15:57:43 +0530 Merge
jdv [Wed, 24 Oct 2018 15:57:43 +0530] rev 52268
Merge
Wed, 24 Oct 2018 13:35:18 +0530 Merge
jdv [Wed, 24 Oct 2018 13:35:18 +0530] rev 52267
Merge
Tue, 23 Oct 2018 15:29:10 +0530 Merge
jdv [Tue, 23 Oct 2018 15:29:10 +0530] rev 52266
Merge
Tue, 16 Oct 2018 23:21:05 +0530 Merge
jdv [Tue, 16 Oct 2018 23:21:05 +0530] rev 52265
Merge
Fri, 19 Oct 2018 11:15:57 -0700 8212213: All tests for splashscreen stopped worked in jdk12b13
serb [Fri, 19 Oct 2018 11:15:57 -0700] rev 52264
8212213: All tests for splashscreen stopped worked in jdk12b13 Reviewed-by: ihse, prr
Fri, 19 Oct 2018 15:26:50 +0100 8211393: Memory leak issue on awt_InputMethod.c
itakiguchi [Fri, 19 Oct 2018 15:26:50 +0100] rev 52263
8211393: Memory leak issue on awt_InputMethod.c Reviewed-by: naoto, clanger
Fri, 19 Oct 2018 12:50:25 +0530 8211987: Menu bar gets input focus even if Alt-released event is consumed
psadhukhan [Fri, 19 Oct 2018 12:50:25 +0530] rev 52262
8211987: Menu bar gets input focus even if Alt-released event is consumed Reviewed-by: serb
Fri, 19 Oct 2018 12:39:56 +0530 8212098: Cleanup of ProblemList.txt for fixed swing tests
psadhukhan [Fri, 19 Oct 2018 12:39:56 +0530] rev 52261
8212098: Cleanup of ProblemList.txt for fixed swing tests Reviewed-by: serb
Tue, 16 Oct 2018 16:49:50 -0700 8133713: [macosx] Accessible JTables always reported as empty
serb [Tue, 16 Oct 2018 16:49:50 -0700] rev 52260
8133713: [macosx] Accessible JTables always reported as empty Reviewed-by: prr
Tue, 16 Oct 2018 15:47:53 -0700 8210739: Calling JSpinner's setFont with null throws NullPointerException
serb [Tue, 16 Oct 2018 15:47:53 -0700] rev 52259
8210739: Calling JSpinner's setFont with null throws NullPointerException Reviewed-by: psadhukhan
Tue, 16 Oct 2018 10:54:50 -0700 8212071: Need to set the FreeType LCD Filter to reduce fringing.
prr [Tue, 16 Oct 2018 10:54:50 -0700] rev 52258
8212071: Need to set the FreeType LCD Filter to reduce fringing. Reviewed-by: prr, lbourges Contributed-by: John Neffenger <john@status6.com>
Tue, 16 Oct 2018 14:26:22 +0530 Merge
jdv [Tue, 16 Oct 2018 14:26:22 +0530] rev 52257
Merge
Mon, 15 Oct 2018 10:29:06 +0530 8061359: [macosx] Checkbox toggles on Space press but does not spoken by Voice Over
sveerabhadra [Mon, 15 Oct 2018 10:29:06 +0530] rev 52256
8061359: [macosx] Checkbox toggles on Space press but does not spoken by Voice Over Reviewed-by: mhalder, serb
Sun, 14 Oct 2018 18:05:06 +0530 8212040: Compilation error due to wrong usage of NSPrintJobDispositionValue in mac10.12
psadhukhan [Sun, 14 Oct 2018 18:05:06 +0530] rev 52255
8212040: Compilation error due to wrong usage of NSPrintJobDispositionValue in mac10.12 Reviewed-by: jdv
Thu, 11 Oct 2018 14:19:36 +0530 6828982: UIDefaults.getUI swallows original exception
psadhukhan [Thu, 11 Oct 2018 14:19:36 +0530] rev 52254
6828982: UIDefaults.getUI swallows original exception Reviewed-by: kaddepalli, prr
Wed, 10 Oct 2018 16:20:52 +0530 8211886: Bad/broken link in synthFileFormat.html
psadhukhan [Wed, 10 Oct 2018 16:20:52 +0530] rev 52253
8211886: Bad/broken link in synthFileFormat.html Reviewed-by: serb
Tue, 09 Oct 2018 18:25:57 -0700 8211693: Convert C-style array declarations in client demos and jdk.accessibility
tvaleev [Tue, 09 Oct 2018 18:25:57 -0700] rev 52252
8211693: Convert C-style array declarations in client demos and jdk.accessibility Reviewed-by: serb
Mon, 01 Oct 2018 12:06:44 +0200 8211317: avoid memory leak in Java_sun_awt_UNIXToolkit_load_1stock_1icon
mbaesken [Mon, 01 Oct 2018 12:06:44 +0200] rev 52251
8211317: avoid memory leak in Java_sun_awt_UNIXToolkit_load_1stock_1icon Reviewed-by: clanger, goetz
Tue, 09 Oct 2018 12:08:59 +0530 8014503: AWT Choice implementation should be made consistent across platforms.
kaddepalli [Tue, 09 Oct 2018 12:08:59 +0530] rev 52250
8014503: AWT Choice implementation should be made consistent across platforms. Reviewed-by: serb, aghaisas, sveerabhadra
Fri, 05 Oct 2018 14:35:24 +0530 8182041: File Chooser Shortcut Panel folders under on JDK 9 8062648: FileSystemView.getDefaultDirectory() should check read access on Unix systems
kaddepalli [Fri, 05 Oct 2018 14:35:24 +0530] rev 52249
8182041: File Chooser Shortcut Panel folders under on JDK 9 8062648: FileSystemView.getDefaultDirectory() should check read access on Unix systems Reviewed-by: serb, prr, psadhukhan
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip