Tue, 30 Oct 2018 13:48:19 -0400 8205476: KeyAgreement#generateSecret is not reset for ECDH based algorithm
apetcher [Tue, 30 Oct 2018 13:48:19 -0400] rev 52330
8205476: KeyAgreement#generateSecret is not reset for ECDH based algorithm Summary: Clarify spec of generateSecret and modify ECDH in SunEC to conform to spec Reviewed-by: mullan
Tue, 30 Oct 2018 10:32:54 -0700 8212941: Loosen the range of JapaneseEra
naoto [Tue, 30 Oct 2018 10:32:54 -0700] rev 52329
8212941: Loosen the range of JapaneseEra Reviewed-by: rriggs
Tue, 30 Oct 2018 09:13:00 -0400 8213148: JDK build fails because of missing #includes
hseigel [Tue, 30 Oct 2018 09:13:00 -0400] rev 52328
8213148: JDK build fails because of missing #includes Summary: Add missing #includes Reviewed-by: dcubed
Fri, 26 Oct 2018 16:49:18 +0200 8213017: jspawnhelper: need to handle pipe write failure when sending return code
stuefe [Fri, 26 Oct 2018 16:49:18 +0200] rev 52327
8213017: jspawnhelper: need to handle pipe write failure when sending return code Reviewed-by: alanb
Tue, 30 Oct 2018 09:34:50 +0100 8213035: Pack MethodHandleInlineStrategy coder and length into a long
redestad [Tue, 30 Oct 2018 09:34:50 +0100] rev 52326
8213035: Pack MethodHandleInlineStrategy coder and length into a long Reviewed-by: vlivanov, mchung
Tue, 30 Oct 2018 09:06:08 +0100 8177899: Tests fail due to code cache exhaustion on machines with many cores
thartmann [Tue, 30 Oct 2018 09:06:08 +0100] rev 52325
8177899: Tests fail due to code cache exhaustion on machines with many cores Summary: Implemented upper limit on CICompilerCount based on code cache size. Reviewed-by: kvn, mdoerr
Mon, 29 Oct 2018 17:11:46 -0400 8212624: remove outdated entries from langtools problem list
vromero [Mon, 29 Oct 2018 17:11:46 -0400] rev 52324
8212624: remove outdated entries from langtools problem list Reviewed-by: darcy
Mon, 29 Oct 2018 17:09:44 -0400 8213100: fix test OptionSmokeTest before removing it from the problem list
vromero [Mon, 29 Oct 2018 17:09:44 -0400] rev 52323
8213100: fix test OptionSmokeTest before removing it from the problem list Reviewed-by: jlahoda
Mon, 29 Oct 2018 14:04:44 -0700 8177710: Convert TestMetaspaceUtils_test to GTest
iignatyev [Mon, 29 Oct 2018 14:04:44 -0700] rev 52322
8177710: Convert TestMetaspaceUtils_test to GTest Reviewed-by: tschatzl
Mon, 29 Oct 2018 14:04:42 -0700 8157728: Convert GCTimer_test to GTest
kzhaldyb [Mon, 29 Oct 2018 14:04:42 -0700] rev 52321
8157728: Convert GCTimer_test to GTest Reviewed-by: tschatzl, jcbeyler, iignatyev
Mon, 29 Oct 2018 13:58:29 -0700 8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE when JVMCI is absent
ccheung [Mon, 29 Oct 2018 13:58:29 -0700] rev 52320
8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE when JVMCI is absent Summary: added a null check on wb.getBooleanVMFlag("EnableJVMCI"). Reviewed-by: hseigel, jiangli
Wed, 17 Oct 2018 15:57:10 -0700 8212200: assert when shared java.lang.Object is redefined by JVMTI agent
iklam [Wed, 17 Oct 2018 15:57:10 -0700] rev 52319
8212200: assert when shared java.lang.Object is redefined by JVMTI agent Reviewed-by: dholmes, jiangli, hseigel, lfoltan, sspitsyn
Mon, 29 Oct 2018 12:33:41 -0700 8213102: Oracle Unilinks are [301 Moved Permanently] to https://docs.oracle.com
jjg [Mon, 29 Oct 2018 12:33:41 -0700] rev 52318
8213102: Oracle Unilinks are [301 Moved Permanently] to https://docs.oracle.com Reviewed-by: lancea, mchung
Mon, 29 Oct 2018 11:31:25 -0700 8212081: AnnotatedType.toString implementation don't print annotations on embedded types
darcy [Mon, 29 Oct 2018 11:31:25 -0700] rev 52317
8212081: AnnotatedType.toString implementation don't print annotations on embedded types Reviewed-by: jfranck, wmdietl
Mon, 29 Oct 2018 11:05:45 -0700 8209566: [TESTBUG] runtime/appcds/jigsaw/modulepath/JvmtiAddPath.java timeout on tier6 on sparc
ccheung [Mon, 29 Oct 2018 11:05:45 -0700] rev 52316
8209566: [TESTBUG] runtime/appcds/jigsaw/modulepath/JvmtiAddPath.java timeout on tier6 on sparc Summary: increased the timeout from 120s (default) to 240s Reviewed-by: dcubed, mseledtsov
Mon, 29 Oct 2018 14:00:48 -0400 8205327: Clean up #if INCLUDE_CDS in classLoaderExt.cpp and classLoaderExt.hpp
jiangli [Mon, 29 Oct 2018 14:00:48 -0400] rev 52315
8205327: Clean up #if INCLUDE_CDS in classLoaderExt.cpp and classLoaderExt.hpp Summary: Clean up #if INCLUDE_CDS in classLoaderExt.* files. Reviewed-by: dholmes
Thu, 25 Oct 2018 11:23:43 -0700 8212205: VM asserts after CDS archive has been unmapped
iklam [Thu, 25 Oct 2018 11:23:43 -0700] rev 52314
8212205: VM asserts after CDS archive has been unmapped Reviewed-by: dholmes, jiangli, hseigel, stuefe
Mon, 29 Oct 2018 08:34:33 -0700 8210808: jshell tool: only considers the first snippet of the external editor
rfield [Mon, 29 Oct 2018 08:34:33 -0700] rev 52313
8210808: jshell tool: only considers the first snippet of the external editor Reviewed-by: jlahoda, sundar
Mon, 29 Oct 2018 12:31:49 -0300 8212694: Using Raw String Literals with align() and Integer.MIN_VALUE causes out of memory error
jlaskey [Mon, 29 Oct 2018 12:31:49 -0300] rev 52312
8212694: Using Raw String Literals with align() and Integer.MIN_VALUE causes out of memory error Reviewed-by: smarks, sherman
Mon, 29 Oct 2018 10:21:34 -0400 8212958: Allow Klass::_subklass and _next_sibling to have unloaded classes
coleenp [Mon, 29 Oct 2018 10:21:34 -0400] rev 52311
8212958: Allow Klass::_subklass and _next_sibling to have unloaded classes Summary: Don't return unloaded klasses. Make sure access is protected by Compile_lock. Reviewed-by: eosterlund, dlong
Mon, 29 Oct 2018 08:38:59 -0400 8212997: [TESTBUG] Remove defmeth tests for class file versions 50 and 51
hseigel [Mon, 29 Oct 2018 08:38:59 -0400] rev 52310
8212997: [TESTBUG] Remove defmeth tests for class file versions 50 and 51 Summary: Remove the unneeded tests. Keep the tests for class file versions 49 and 52. Reviewed-by: acorn, coleenp
Mon, 29 Oct 2018 08:55:03 +0100 8212766: TestPromotionEventWithG1.java failed due to "RuntimeException: PLAB size is smaller than object size."
tschatzl [Mon, 29 Oct 2018 08:55:03 +0100] rev 52309
8212766: TestPromotionEventWithG1.java failed due to "RuntimeException: PLAB size is smaller than object size." Summary: Also send PLAB size in bytes, not in heap words. Reviewed-by: shade, sjohanss
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
Thu, 04 Oct 2018 12:40:55 -0700 8211300: Convert C-style array declarations in JDK client code
tvaleev [Thu, 04 Oct 2018 12:40:55 -0700] rev 52248
8211300: Convert C-style array declarations in JDK client code Reviewed-by: prr, serb
Thu, 04 Oct 2018 11:07:30 -0700 8208595: [parfait] Better X11 font support
prr [Thu, 04 Oct 2018 11:07:30 -0700] rev 52247
8208595: [parfait] Better X11 font support Reviewed-by: serb, psadhukhan
Thu, 04 Oct 2018 15:03:48 +0530 8211055: Provide print to a file (PDF) feature even when printer was not connected
psadhukhan [Thu, 04 Oct 2018 15:03:48 +0530] rev 52246
8211055: Provide print to a file (PDF) feature even when printer was not connected Reviewed-by: prr
Thu, 04 Oct 2018 14:56:03 +0530 8203281: [Windows] JComboBox change in ui when editor.setBorder() is called
psadhukhan [Thu, 04 Oct 2018 14:56:03 +0530] rev 52245
8203281: [Windows] JComboBox change in ui when editor.setBorder() is called Reviewed-by: psadhukhan Contributed-by: mraz.martin.dev@gmail.com
Thu, 04 Oct 2018 14:17:59 +0530 Merge
psadhukhan [Thu, 04 Oct 2018 14:17:59 +0530] rev 52244
Merge
Thu, 04 Oct 2018 13:01:23 +0530 8210910: Create test for FileChooserDemo
vagarwal [Thu, 04 Oct 2018 13:01:23 +0530] rev 52243
8210910: Create test for FileChooserDemo Reviewed-by: serb Contributed-by: vikrant.v.agarwal@oracle.com
Wed, 03 Oct 2018 11:10:09 -0700 8211031: Remove un-needed qualified export to java.desktop from java.base on macos
prr [Wed, 03 Oct 2018 11:10:09 -0700] rev 52242
8211031: Remove un-needed qualified export to java.desktop from java.base on macos Reviewed-by: serb, mchung
Sat, 29 Sep 2018 09:43:33 +0530 6821316: comment in source code of SynthStyleFactory.java has a self-reference
psadhukhan [Sat, 29 Sep 2018 09:43:33 +0530] rev 52241
6821316: comment in source code of SynthStyleFactory.java has a self-reference Reviewed-by: serb
Sat, 29 Sep 2018 09:41:33 +0530 6994403: Grammatical error in documentation of javax.swing.GroupLayout.ParallelGroup
psadhukhan [Sat, 29 Sep 2018 09:41:33 +0530] rev 52240
6994403: Grammatical error in documentation of javax.swing.GroupLayout.ParallelGroup Reviewed-by: serb
Fri, 28 Sep 2018 06:39:52 +0100 8211218: remove double semicolon in src/java.desktop/macosx/classes/sun/font/CFont.java
clanger [Fri, 28 Sep 2018 06:39:52 +0100] rev 52239
8211218: remove double semicolon in src/java.desktop/macosx/classes/sun/font/CFont.java Reviewed-by: serb
Fri, 28 Sep 2018 09:17:24 +0530 8210306: Missing closing bracket in GridBagLayout gridwidth, gridheight description
psadhukhan [Fri, 28 Sep 2018 09:17:24 +0530] rev 52238
8210306: Missing closing bracket in GridBagLayout gridwidth, gridheight description Reviewed-by: serb
Thu, 27 Sep 2018 11:46:28 -0700 Merge
prr [Thu, 27 Sep 2018 11:46:28 -0700] rev 52237
Merge
Thu, 27 Sep 2018 14:36:33 +0530 8208638: Instead of circle rendered in appl window, but ellipse is produced JEditor Pane
kaddepalli [Thu, 27 Sep 2018 14:36:33 +0530] rev 52236
8208638: Instead of circle rendered in appl window, but ellipse is produced JEditor Pane Reviewed-by: serb, psadhukhan
Wed, 24 Oct 2018 12:39:37 +0200 8150552: Remove -XX:+AggressiveOpts
thartmann [Wed, 24 Oct 2018 12:39:37 +0200] rev 52235
8150552: Remove -XX:+AggressiveOpts Summary: Removed the -XX:+AggressiveOpts flags and its usages. Reviewed-by: ecaspole, sjohanss
Wed, 24 Oct 2018 17:52:06 +0800 8210407: Refactor java.util.Calendar:i18n shell tests to plain java tests
mli [Wed, 24 Oct 2018 17:52:06 +0800] rev 52234
8210407: Refactor java.util.Calendar:i18n shell tests to plain java tests Reviewed-by: naoto
Wed, 24 Oct 2018 10:42:12 +0200 8212896: AIX build breaks after 8212611
stuefe [Wed, 24 Oct 2018 10:42:12 +0200] rev 52233
8212896: AIX build breaks after 8212611 Reviewed-by: simonis, dholmes
Tue, 23 Oct 2018 17:01:48 -0400 8199567: [Nestmates] Cleanup instanceKlass.cpp
dholmes [Tue, 23 Oct 2018 17:01:48 -0400] rev 52232
8199567: [Nestmates] Cleanup instanceKlass.cpp Reviewed-by: lfoltan, coleenp
Tue, 23 Oct 2018 10:32:39 -0700 8212718: Refactor some annotation processor tests to better use collections
darcy [Tue, 23 Oct 2018 10:32:39 -0700] rev 52231
8212718: Refactor some annotation processor tests to better use collections Reviewed-by: jlaskey, vromero
Tue, 23 Oct 2018 18:49:32 +0200 8212817: [JVMCI] ResolvedJavaMethod.isInVirtualMethodTable throws InternalError
dnsimon [Tue, 23 Oct 2018 18:49:32 +0200] rev 52230
8212817: [JVMCI] ResolvedJavaMethod.isInVirtualMethodTable throws InternalError Reviewed-by: never, iveresov
Tue, 23 Oct 2018 09:43:16 -0700 8212771: Remove remaining spaces before/after () for vmTestbase
jcbeyler [Tue, 23 Oct 2018 09:43:16 -0700] rev 52229
8212771: Remove remaining spaces before/after () for vmTestbase Summary: Remove spaces around () Reviewed-by: phh, sspitsyn
Tue, 23 Oct 2018 07:57:26 -0700 8211736: jdb doesn't print prompt when breakpoint is hit and suspend policy is STOP_EVENT_THREAD
dtitov [Tue, 23 Oct 2018 07:57:26 -0700] rev 52228
8211736: jdb doesn't print prompt when breakpoint is hit and suspend policy is STOP_EVENT_THREAD Reviewed-by: cjplummer, amenkov, gadams, jcbeyler
Tue, 23 Oct 2018 13:24:36 +0200 8212707: GlobalCounter padding is too optimistic
rehn [Tue, 23 Oct 2018 13:24:36 +0200] rev 52227
8212707: GlobalCounter padding is too optimistic Reviewed-by: shade, redestad, mdoerr
Tue, 23 Oct 2018 11:03:51 +0200 8212726: Replace some use of drop- and foldArguments with filtering argument combinator in StringConcatFactory
redestad [Tue, 23 Oct 2018 11:03:51 +0200] rev 52226
8212726: Replace some use of drop- and foldArguments with filtering argument combinator in StringConcatFactory Reviewed-by: jlaskey, vlivanov
Tue, 23 Oct 2018 10:55:59 +0200 8212754: Build failure: undefined JvmtiSampledObjectAllocEventCollector::object_alloc_is_safe_to_sample
shade [Tue, 23 Oct 2018 10:55:59 +0200] rev 52225
8212754: Build failure: undefined JvmtiSampledObjectAllocEventCollector::object_alloc_is_safe_to_sample Reviewed-by: jcbeyler, zgu, coleenp
Wed, 17 Oct 2018 10:19:13 +0200 8212611: Small collection of simple changes from shenandoah
roland [Wed, 17 Oct 2018 10:19:13 +0200] rev 52224
8212611: Small collection of simple changes from shenandoah Reviewed-by: thartmann, kvn, eosterlund
Tue, 23 Oct 2018 13:47:17 +0800 8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
amlu [Tue, 23 Oct 2018 13:47:17 +0800] rev 52223
8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1 Reviewed-by: forax, weijun
Tue, 23 Oct 2018 12:25:59 +0800 8212216: JGSS: Fix leak in exception cases in getJavaOID()
weijun [Tue, 23 Oct 2018 12:25:59 +0800] rev 52222
8212216: JGSS: Fix leak in exception cases in getJavaOID() Reviewed-by: mullan, weijun Contributed-by: Nico Williams <nico@twosigma.com>
Mon, 22 Oct 2018 19:31:41 -0700 8212535: Remove spaces before/after () for vmTestbase/[a-j]*
jcbeyler [Mon, 22 Oct 2018 19:31:41 -0700] rev 52221
8212535: Remove spaces before/after () for vmTestbase/[a-j]* Summary: Remove white spaces from tests Reviewed-by: amenkov, cjplummer, phh, sspitsyn
Mon, 22 Oct 2018 17:00:04 -0700 8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
mchung [Mon, 22 Oct 2018 17:00:04 -0700] rev 52220
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference Reviewed-by: dholmes, thartmann
Mon, 22 Oct 2018 14:41:51 -0700 8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55
amenkov [Mon, 22 Oct 2018 14:41:51 -0700] rev 52219
8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55 Reviewed-by: jcbeyler, gadams, sspitsyn
Mon, 22 Oct 2018 14:31:10 -0700 8210990: [TESTBUG] Some CDS tests don't respect JVM variant being tested
ccheung [Mon, 22 Oct 2018 14:31:10 -0700] rev 52218
8210990: [TESTBUG] Some CDS tests don't respect JVM variant being tested Summary: use CDSTestUtils.run() instead of CDSTestUtils.executeAndLog(). Reviewed-by: iklam
Mon, 22 Oct 2018 13:31:42 -0700 8211876: Broken links in java.base files (ClassLoader.html#name)
jjg [Mon, 22 Oct 2018 13:31:42 -0700] rev 52217
8211876: Broken links in java.base files (ClassLoader.html#name) Reviewed-by: lancea
Mon, 22 Oct 2018 15:32:50 -0400 8212774: Remove dead code touching Klass::_lower_dimension
coleenp [Mon, 22 Oct 2018 15:32:50 -0400] rev 52216
8212774: Remove dead code touching Klass::_lower_dimension Summary: Found dead code removal while looking at usage of Compile_lock. This dead code doesn't have Compile_lock but other code touching Klass::_{upper,lower}_dimension do. Reviewed-by: shade
Mon, 22 Oct 2018 12:43:15 -0700 8212148: Remove remaining NSK_CPP_STUBs
jcbeyler [Mon, 22 Oct 2018 12:43:15 -0700] rev 52215
8212148: Remove remaining NSK_CPP_STUBs Summary: Remove remaining macros Reviewed-by: amenkov, phh, iignatyev
Mon, 22 Oct 2018 09:26:50 -0700 8210959: JShell fails and exits when statement throws an exception whose message contains a '%'.
rfield [Mon, 22 Oct 2018 09:26:50 -0700] rev 52214
8210959: JShell fails and exits when statement throws an exception whose message contains a '%'. Reviewed-by: jlahoda
Mon, 22 Oct 2018 08:30:39 -0700 8210923: JShell: support for switch expressions
rfield [Mon, 22 Oct 2018 08:30:39 -0700] rev 52213
8210923: JShell: support for switch expressions Reviewed-by: jlahoda
Mon, 22 Oct 2018 12:13:29 +0200 8212663: Remove conservative at_safepoint assert when JFR writes type sets during class unloading
eosterlund [Mon, 22 Oct 2018 12:13:29 +0200] rev 52212
8212663: Remove conservative at_safepoint assert when JFR writes type sets during class unloading Reviewed-by: coleenp, dholmes, mgronlun
Mon, 22 Oct 2018 12:25:31 +0100 8212695: Add explicit timeout to several HTTP Client tests
chegar [Mon, 22 Oct 2018 12:25:31 +0100] rev 52211
8212695: Add explicit timeout to several HTTP Client tests Reviewed-by: dfuchs, michaelm
Mon, 22 Oct 2018 11:51:17 +0200 8211853: Avoid additional duplicate work when a reference in the task queue has already been evacuated
tschatzl [Mon, 22 Oct 2018 11:51:17 +0200] rev 52210
8211853: Avoid additional duplicate work when a reference in the task queue has already been evacuated Reviewed-by: kbarrett, sjohanss
Mon, 22 Oct 2018 15:20:43 +0530 8212114: Reconsider the affect on closed streams resulting from 8189366
vtewari [Mon, 22 Oct 2018 15:20:43 +0530] rev 52209
8212114: Reconsider the affect on closed streams resulting from 8189366 Reviewed-by: chegar, dfuchs
Mon, 22 Oct 2018 10:47:28 +0100 8212752: Typo in SSL log message related to inactive/disabled signature scheme
coffeys [Mon, 22 Oct 2018 10:47:28 +0100] rev 52208
8212752: Typo in SSL log message related to inactive/disabled signature scheme Reviewed-by: coffeys Contributed-by: jai.forums2013@gmail.com
Mon, 22 Oct 2018 14:08:07 +0800 8210339: Add 10 JNDI tests to com/sun/jndi/dns/FedTests/
xyin [Mon, 22 Oct 2018 14:08:07 +0800] rev 52207
8210339: Add 10 JNDI tests to com/sun/jndi/dns/FedTests/ Reviewed-by: vtewari, rriggs
Mon, 22 Oct 2018 14:03:06 +0800 8208542: Add 4 JNDI tests to com/sun/jndi/dns/ListTests/
xyin [Mon, 22 Oct 2018 14:03:06 +0800] rev 52206
8208542: Add 4 JNDI tests to com/sun/jndi/dns/ListTests/ Reviewed-by: vtewari, rriggs
Mon, 22 Oct 2018 13:53:39 +0800 8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/
xyin [Mon, 22 Oct 2018 13:53:39 +0800] rev 52205
8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/ Reviewed-by: vtewari, rriggs
Mon, 22 Oct 2018 10:16:34 +0530 8211879: Broken links in API overview
pmuthuswamy [Mon, 22 Oct 2018 10:16:34 +0530] rev 52204
8211879: Broken links in API overview Reviewed-by: jjg, erikj
Fri, 19 Oct 2018 16:29:45 -0700 8177709: Convert TestVirtualSpace_test to GTest
iignatyev [Fri, 19 Oct 2018 16:29:45 -0700] rev 52203
8177709: Convert TestVirtualSpace_test to GTest Reviewed-by: stuefe, jcbeyler
Fri, 19 Oct 2018 16:29:43 -0700 8171097: Convert TestReservedSpace_test to Gtest
kzhaldyb [Fri, 19 Oct 2018 16:29:43 -0700] rev 52202
8171097: Convert TestReservedSpace_test to Gtest Reviewed-by: stuefe, jcbeyler, iignatyev
Fri, 19 Oct 2018 18:05:50 -0700 8211806: TLS 1.3 handshake server name indication is missing on a session resume
jnimeh [Fri, 19 Oct 2018 18:05:50 -0700] rev 52201
8211806: TLS 1.3 handshake server name indication is missing on a session resume Reviewed-by: xuelei, wetmore
Fri, 19 Oct 2018 17:54:21 -0400 8212698: Minor g1 #include changes and memoryService.hpp copyright date update
phh [Fri, 19 Oct 2018 17:54:21 -0400] rev 52200
8212698: Minor g1 #include changes and memoryService.hpp copyright date update Summary: Fix #includes in g1FullGCOopClosures.inline.hpp, g1HeapVerifier.hpp + memoryService.hpp copyright date Reviewed-by: tschatzl, jcbeyler
Fri, 19 Oct 2018 09:31:52 -0700 8212629: [TEST] wrong breakpoint in test/jdk/com/sun/jdi/DeferredStepTest
amenkov [Fri, 19 Oct 2018 09:31:52 -0700] rev 52199
8212629: [TEST] wrong breakpoint in test/jdk/com/sun/jdi/DeferredStepTest Reviewed-by: cjplummer, jcbeyler
Fri, 19 Oct 2018 09:32:46 -0400 Merge
mullan [Fri, 19 Oct 2018 09:32:46 -0400] rev 52198
Merge
Fri, 19 Oct 2018 09:31:57 -0400 8195793: Remove GTE CyberTrust Global Root
mullan [Fri, 19 Oct 2018 09:31:57 -0400] rev 52197
8195793: Remove GTE CyberTrust Global Root Reviewed-by: rhalade
Fri, 19 Oct 2018 14:23:43 +0100 8211437: java.net.http.HttpClient hangs on 204 reply without Content-length 0
michaelm [Fri, 19 Oct 2018 14:23:43 +0100] rev 52196
8211437: java.net.http.HttpClient hangs on 204 reply without Content-length 0 Reviewed-by: chegar, dfuchs
Thu, 18 Oct 2018 23:05:01 -0700 8212642: Remove SystemDictionary::InitOption enum
iklam [Thu, 18 Oct 2018 23:05:01 -0700] rev 52195
8212642: Remove SystemDictionary::InitOption enum Reviewed-by: dholmes, kvn, redestad
Thu, 18 Oct 2018 21:14:49 +0200 8212603: Need to step over GC barriers in Node::eqv_uncast()
rkennke [Thu, 18 Oct 2018 21:14:49 +0200] rev 52194
8212603: Need to step over GC barriers in Node::eqv_uncast() Reviewed-by: shade, kvn, eosterlund
Thu, 18 Oct 2018 09:46:46 -0700 8201355: Avoid native memory allocation in sun.security.mscapi.PRNG.generateSeed
igerasim [Thu, 18 Oct 2018 09:46:46 -0700] rev 52193
8201355: Avoid native memory allocation in sun.security.mscapi.PRNG.generateSeed Reviewed-by: weijun
Thu, 18 Oct 2018 17:50:49 +0200 8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT
thartmann [Thu, 18 Oct 2018 17:50:49 +0200] rev 52192
8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT Summary: Removed -Xcomp and increased timeout. Reviewed-by: kvn
Thu, 18 Oct 2018 10:45:05 -0400 8212662: Fix javadoc typo in java.lang.ref.Cleaner
lancea [Thu, 18 Oct 2018 10:45:05 -0400] rev 52191
8212662: Fix javadoc typo in java.lang.ref.Cleaner Reviewed-by: lancea, rriggs Contributed-by: Andrew Luo <andrewluotechnologies@outlook.com>
Thu, 18 Oct 2018 10:35:58 -0400 8209087: Clean up runtime code that compares 'this' to NULL
hseigel [Thu, 18 Oct 2018 10:35:58 -0400] rev 52190
8209087: Clean up runtime code that compares 'this' to NULL Summary: Remove 'this' to NULL comparisons from methods and check if calling objects of these methods could be NULL. Reviewed-by: lfoltan, gziemski
Thu, 18 Oct 2018 10:08:35 -0400 8210448: Copy Java XML Digital Signature API Specification into java.xml.crypto javadocs
mullan [Thu, 18 Oct 2018 10:08:35 -0400] rev 52189
8210448: Copy Java XML Digital Signature API Specification into java.xml.crypto javadocs Reviewed-by: weijun
Thu, 18 Oct 2018 11:23:54 +0200 8212595: Remove unused size_helper() in oop_oop_iterate* in instanceKlass.inline.hpp
lkorinth [Thu, 18 Oct 2018 11:23:54 +0200] rev 52188
8212595: Remove unused size_helper() in oop_oop_iterate* in instanceKlass.inline.hpp Reviewed-by: shade, pliden
Thu, 18 Oct 2018 00:56:38 -0700 8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests
dzhou [Thu, 18 Oct 2018 00:56:38 -0700] rev 52187
8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests Reviewed-by: naoto
Thu, 18 Oct 2018 09:19:29 +0200 8212587: equals in MakeBase does not handle empty strings correctly
ihse [Thu, 18 Oct 2018 09:19:29 +0200] rev 52186
8212587: equals in MakeBase does not handle empty strings correctly Reviewed-by: erikj
Wed, 17 Oct 2018 21:51:00 -0700 8212612: Add documentation about Arguments::_exit_hook
iklam [Wed, 17 Oct 2018 21:51:00 -0700] rev 52185
8212612: Add documentation about Arguments::_exit_hook Reviewed-by: hseigel, dlong, dholmes
Wed, 17 Oct 2018 21:28:11 -0700 8211899: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[E-M]
jcbeyler [Wed, 17 Oct 2018 21:28:11 -0700] rev 52184
8211899: Remove the NSK_CPP_STUB macros from vmTestbase for jvmti/scenarios/[E-M] Summary: Remove the NSK_CPP_STUB macros from tests Reviewed-by: amenkov, phh, sspitsyn
Thu, 18 Oct 2018 07:56:55 +0800 8210632: Add key exchange algorithm to javax/net/ssl/TLSCommon/CipherSuite.java
jjiang [Thu, 18 Oct 2018 07:56:55 +0800] rev 52183
8210632: Add key exchange algorithm to javax/net/ssl/TLSCommon/CipherSuite.java Summary: javax/net/ssl/TLSCommon/CipherSuite.java supports key exchange algorithms Reviewed-by: xuelei
Thu, 18 Oct 2018 00:50:14 +0200 Added tag jdk-12+16 for changeset 199658d1ef86
jwilhelm [Thu, 18 Oct 2018 00:50:14 +0200] rev 52182
Added tag jdk-12+16 for changeset 199658d1ef86
Wed, 17 Oct 2018 22:47:59 +0200 8212617: ARM32 build failures after JDK-7041262 (VM_Version should be called instead of Abstract_VM_Version so that overriding works)
shade [Wed, 17 Oct 2018 22:47:59 +0200] rev 52181
8212617: ARM32 build failures after JDK-7041262 (VM_Version should be called instead of Abstract_VM_Version so that overriding works) Reviewed-by: hseigel
Wed, 17 Oct 2018 22:42:31 +0200 8212616: x86_32 build failures after JDK-8210498 (nmethod entry barriers)
shade [Wed, 17 Oct 2018 22:42:31 +0200] rev 52180
8212616: x86_32 build failures after JDK-8210498 (nmethod entry barriers) Reviewed-by: kvn, eosterlund
Wed, 17 Oct 2018 22:26:41 +0200 8212186: JVMTI lacks a few GC barriers/hooks
rkennke [Wed, 17 Oct 2018 22:26:41 +0200] rev 52179
8212186: JVMTI lacks a few GC barriers/hooks Reviewed-by: eosterlund, shade
Wed, 17 Oct 2018 18:31:48 +0200 8212608: Minimal VM build failure after JDK-8210498 (nmethod entry barriers) jdk-12+16
shade [Wed, 17 Oct 2018 18:31:48 +0200] rev 52178
8212608: Minimal VM build failure after JDK-8210498 (nmethod entry barriers) Reviewed-by: eosterlund
Wed, 17 Oct 2018 17:35:26 +0200 8212597: Optimize String concatenation setup when using primitive operands
redestad [Wed, 17 Oct 2018 17:35:26 +0200] rev 52177
8212597: Optimize String concatenation setup when using primitive operands Reviewed-by: shade
Wed, 17 Oct 2018 22:06:55 +0800 8212562: To remove lib/security from test/jdk/TEST.groups
jjiang [Wed, 17 Oct 2018 22:06:55 +0800] rev 52176
8212562: To remove lib/security from test/jdk/TEST.groups Summary: Remove lib/security from test group jdk_security3 Reviewed-by: coffeys
Wed, 17 Oct 2018 14:19:21 +0200 8212201: Classlist build tool should be built for the target JDK version
redestad [Wed, 17 Oct 2018 14:19:21 +0200] rev 52175
8212201: Classlist build tool should be built for the target JDK version Reviewed-by: erikj, ihse
Wed, 17 Oct 2018 15:28:36 +0530 8211901: javadoc generates broken links on deprecated items page
pmuthuswamy [Wed, 17 Oct 2018 15:28:36 +0530] rev 52174
8211901: javadoc generates broken links on deprecated items page Reviewed-by: jjg
Wed, 17 Oct 2018 16:37:41 +0800 8210403: Refactor java.util.Locale:i18n shell tests to plain java tests
mli [Wed, 17 Oct 2018 16:37:41 +0800] rev 52173
8210403: Refactor java.util.Locale:i18n shell tests to plain java tests Reviewed-by: naoto Contributed-by: ying.z.zhou@oracle.com
Fri, 05 Oct 2018 15:12:37 -0700 8211731: Reconsider default option for ClassPathURLCheck change done in JDK-8195874
bchristi [Fri, 05 Oct 2018 15:12:37 -0700] rev 52172
8211731: Reconsider default option for ClassPathURLCheck change done in JDK-8195874 Reviewed-by: alanb, mchung
Wed, 08 Aug 2018 08:05:43 +0800 8208754: The fix for JDK-8194534 needs updates
weijun [Wed, 08 Aug 2018 08:05:43 +0800] rev 52171
8208754: The fix for JDK-8194534 needs updates Reviewed-by: alanb, igerasim, rhalade, mullan
Mon, 30 Jul 2018 13:53:30 -0400 8208209: Improve TLS connection stability again
apetcher [Mon, 30 Jul 2018 13:53:30 -0400] rev 52170
8208209: Improve TLS connection stability again Reviewed-by: xuelei
Tue, 10 Jul 2018 08:20:13 +0100 8196902: Better HTTP Redirection
michaelm [Tue, 10 Jul 2018 08:20:13 +0100] rev 52169
8196902: Better HTTP Redirection Reviewed-by: dfuchs Contributed-by: chris.hegarty@oracle.com
Fri, 29 Jun 2018 10:28:05 +0530 8194546: Choosier FileManagers
kaddepalli [Fri, 29 Jun 2018 10:28:05 +0530] rev 52168
8194546: Choosier FileManagers Reviewed-by: serb, prr, rhalade, skoivu
Wed, 20 Jun 2018 18:02:22 -0700 8204667: Resources not freed on exception
igerasim [Wed, 20 Jun 2018 18:02:22 -0700] rev 52167
8204667: Resources not freed on exception Reviewed-by: skoivu, chegar
Fri, 15 Jun 2018 14:19:51 -0700 8204497: Better formatting of decimals
joehw [Fri, 15 Jun 2018 14:19:51 -0700] rev 52166
8204497: Better formatting of decimals Reviewed-by: rriggs, lancea, dfuchs, mschoene
Fri, 08 Jun 2018 15:56:23 +0530 8199177: Enhance JNDI lookups
vtewari [Fri, 08 Jun 2018 15:56:23 +0530] rev 52165
8199177: Enhance JNDI lookups Reviewed-by: michaelm, robm, skoivu, rhalade, chegar, rriggs, ahgross Contributed-by: vyom.tewari@oracle.com
Tue, 29 May 2018 10:27:45 -0700 8195874: Improve jar specification adherence
bchristi [Tue, 29 May 2018 10:27:45 -0700] rev 52164
8195874: Improve jar specification adherence Summary: Also reviewed by Chris Ries <chris.ries@oracle.com> Reviewed-by: alanb, mchung, rriggs
Fri, 18 May 2018 13:34:42 +0530 8202936: Improve script engine support
sundar [Fri, 18 May 2018 13:34:42 +0530] rev 52163
8202936: Improve script engine support Reviewed-by: jlaskey, ahgross, rhalade
Mon, 14 May 2018 09:05:20 -0400 8199226: Improve field accesses
hseigel [Mon, 14 May 2018 09:05:20 -0400] rev 52162
8199226: Improve field accesses Reviewed-by: acorn, ahgross, rhalade Contributed-by: harold.seigel@oracle.com
Mon, 23 Apr 2018 16:15:26 -0700 8200648: Make midi code more sound
prr [Mon, 23 Apr 2018 16:15:26 -0700] rev 52161
8200648: Make midi code more sound Reviewed-by: serb, mschoene, rhalade
Mon, 23 Apr 2018 12:01:46 -0400 8201756: Improve cipher inputs
apetcher [Mon, 23 Apr 2018 12:01:46 -0400] rev 52160
8201756: Improve cipher inputs Summary: Clarify spec of CipherInputStream in Javadoc comments Reviewed-by: ascarpino
Tue, 17 Apr 2018 15:55:49 +0800 8194534: Manifest better support
weijun [Tue, 17 Apr 2018 15:55:49 +0800] rev 52159
8194534: Manifest better support Reviewed-by: mchung, igerasim
Wed, 04 Apr 2018 13:55:30 -0700 8199172: Improve jar attribute checks
sherman [Wed, 04 Apr 2018 13:55:30 -0700] rev 52158
8199172: Improve jar attribute checks Reviewed-by: psandoz, alanb
Fri, 30 Mar 2018 08:37:31 +0530 8199110: Address Internet Addresses
vtewari [Fri, 30 Mar 2018 08:37:31 +0530] rev 52157
8199110: Address Internet Addresses Reviewed-by: chegar, rriggs, igerasim, skoivu, rhalade
Wed, 28 Mar 2018 08:42:45 -0700 8197881: Better StringBuilder support
sherman [Wed, 28 Mar 2018 08:42:45 -0700] rev 52156
8197881: Better StringBuilder support Reviewed-by: rriggs
Thu, 08 Mar 2018 14:04:39 +0800 8196897: Improve PRNG support
weijun [Thu, 08 Mar 2018 14:04:39 +0800] rev 52155
8196897: Improve PRNG support Reviewed-by: valeriep, mullan, igerasim
Tue, 16 Oct 2018 19:07:47 -0400 8211909: JDWP Transport Listener: dt_socket thread crash
dholmes [Tue, 16 Oct 2018 19:07:47 -0400] rev 52154
8211909: JDWP Transport Listener: dt_socket thread crash Reviewed-by: dcubed, dsamersoff
Tue, 16 Oct 2018 12:05:57 -0700 8210989: RSASSA-PSS certificate cannot be selected for client auth on TLSv1.2
jnimeh [Tue, 16 Oct 2018 12:05:57 -0700] rev 52153
8210989: RSASSA-PSS certificate cannot be selected for client auth on TLSv1.2 Reviewed-by: xuelei
Tue, 16 Oct 2018 11:47:33 -0700 8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement
mchung [Tue, 16 Oct 2018 11:47:33 -0700] rev 52152
8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement Reviewed-by: alanb
Tue, 16 Oct 2018 11:24:41 -0700 8211866: TLS 1.3 CertificateRequest message sometimes offers disallowed signature algorithms
jnimeh [Tue, 16 Oct 2018 11:24:41 -0700] rev 52151
8211866: TLS 1.3 CertificateRequest message sometimes offers disallowed signature algorithms Reviewed-by: xuelei
Tue, 16 Oct 2018 17:43:30 +0200 8212177: Epsilon alignment adjustments can overflow max TLAB size
shade [Tue, 16 Oct 2018 17:43:30 +0200] rev 52150
8212177: Epsilon alignment adjustments can overflow max TLAB size Reviewed-by: pliden, tschatzl
Tue, 16 Oct 2018 10:55:28 -0400 8192939: Remove Finalize methods from FileInputStream and FileOutputStream
rriggs [Tue, 16 Oct 2018 10:55:28 -0400] rev 52149
8192939: Remove Finalize methods from FileInputStream and FileOutputStream Reviewed-by: alanb, iris, mchung
Tue, 16 Oct 2018 11:08:46 -0400 7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works
hseigel [Tue, 16 Oct 2018 11:08:46 -0400] rev 52148
7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works Summary: Change calls to Abstract_VM_Version methods to be calls to VM_Version methods. Reviewed-by: coleenp, kbarrett, dholmes
Tue, 16 Oct 2018 07:49:08 -0700 8212212: (bf) Incorrect path to stream preprocessor source in java.nio Buffer test scripts
bpb [Tue, 16 Oct 2018 07:49:08 -0700] rev 52147
8212212: (bf) Incorrect path to stream preprocessor source in java.nio Buffer test scripts Reviewed-by: alanb
Tue, 16 Oct 2018 09:55:30 -0400 Merge
bobv [Tue, 16 Oct 2018 09:55:30 -0400] rev 52146
Merge
Tue, 16 Oct 2018 09:54:28 -0400 8211740: [AOT] -XX:AOTLibrary doesn't accept windows path
bobv [Tue, 16 Oct 2018 09:54:28 -0400] rev 52145
8211740: [AOT] -XX:AOTLibrary doesn't accept windows path Reviewed-by: kvn, iignatyev
Tue, 16 Oct 2018 15:05:03 +0200 8210683: Search result display order reversed for overloaded entries
hannesw [Tue, 16 Oct 2018 15:05:03 +0200] rev 52144
8210683: Search result display order reversed for overloaded entries Reviewed-by: jjg
Tue, 16 Oct 2018 14:17:19 +0200 8210215: C2 should optimize trichotomy calculations
thartmann [Tue, 16 Oct 2018 14:17:19 +0200] rev 52143
8210215: C2 should optimize trichotomy calculations Summary: Ideal transformation to optimize trichotomic comparisons. Reviewed-by: kvn, jrose
Tue, 16 Oct 2018 13:18:22 +0200 8210498: nmethod entry barriers
eosterlund [Tue, 16 Oct 2018 13:18:22 +0200] rev 52142
8210498: nmethod entry barriers Reviewed-by: kvn, pliden
Tue, 16 Oct 2018 13:16:11 +0200 8210330: Make CLD claiming allow multiple claim bits
eosterlund [Tue, 16 Oct 2018 13:16:11 +0200] rev 52141
8210330: Make CLD claiming allow multiple claim bits Reviewed-by: pliden, coleenp
Tue, 16 Oct 2018 13:14:18 +0200 8210064: ZGC: Introduce ZConcurrentRootsIterator for scanning a subset of strong IN_NATIVE roots concurrently
eosterlund [Tue, 16 Oct 2018 13:14:18 +0200] rev 52140
8210064: ZGC: Introduce ZConcurrentRootsIterator for scanning a subset of strong IN_NATIVE roots concurrently Reviewed-by: pliden, kbarrett
Tue, 16 Oct 2018 13:43:04 +0200 8212181: ZGC: Fix incorrect root iteration in ZHeapIterator
pliden [Tue, 16 Oct 2018 13:43:04 +0200] rev 52139
8212181: ZGC: Fix incorrect root iteration in ZHeapIterator Reviewed-by: eosterlund
Tue, 16 Oct 2018 12:38:46 +0100 8211960: broken links in java.util.logging
dfuchs [Tue, 16 Oct 2018 12:38:46 +0100] rev 52138
8211960: broken links in java.util.logging Reviewed-by: mchung, chegar
Tue, 16 Oct 2018 11:32:49 +0200 8212004: Optional compile_commands.json field not compatible with older libclang
rwestberg [Tue, 16 Oct 2018 11:32:49 +0200] rev 52137
8212004: Optional compile_commands.json field not compatible with older libclang Reviewed-by: erikj
Tue, 16 Oct 2018 11:27:21 +0200 8210492: PLAB object promotion events report object sizes in words
tschatzl [Tue, 16 Oct 2018 11:27:21 +0200] rev 52136
8210492: PLAB object promotion events report object sizes in words Summary: Properly scale values passed to the JFR event. Reviewed-by: phh, jcbeyler
Tue, 16 Oct 2018 10:16:04 +0800 8211971: Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java
jjiang [Tue, 16 Oct 2018 10:16:04 +0800] rev 52135
8211971: Move security/cacerts/VerifyCACerts.java and security/CheckBlacklistedCerts.java Summary: Move lib/security tests to sun/security/lib Reviewed-by: weijun
Tue, 16 Oct 2018 09:19:32 +0800 8212165: JGSS: Fix cut/paste error in NativeUtil.c
weijun [Tue, 16 Oct 2018 09:19:32 +0800] rev 52134
8212165: JGSS: Fix cut/paste error in NativeUtil.c Reviewed-by: alanb, weijun Contributed-by: Viktor Dukhovni <viktor@twosigma.com>
Mon, 15 Oct 2018 21:02:17 -0400 8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo
dholmes [Mon, 15 Oct 2018 21:02:17 -0400] rev 52133
8048215: [TESTBUG] java/lang/management/ManagementFactory/ThreadMXBeanProxy.java Expected non-null LockInfo Summary: ensure the target thread has reached wait() before inspecting it Reviewed-by: mchung, dfuchs, jcbeyler
Mon, 15 Oct 2018 14:55:17 -0700 8212083: Handle remaining gc/lock native code and fix two strings
jcbeyler [Mon, 15 Oct 2018 14:55:17 -0700] rev 52132
8212083: Handle remaining gc/lock native code and fix two strings Summary: Migrate code to using wrapping JNI for exceptions Reviewed-by: phh, tschatzl
Mon, 15 Oct 2018 14:16:35 -0700 8211980: Remove ThreadHeapSampler enable/disable/enabled methods
jcbeyler [Mon, 15 Oct 2018 14:16:35 -0700] rev 52131
8211980: Remove ThreadHeapSampler enable/disable/enabled methods Summary: Remove methods from ThreadHeapSampler Reviewed-by: dholmes, phh
Wed, 03 Oct 2018 23:00:32 -0700 8209499: Create test for SwingSet EditorPaneDemo
akolarkunnu [Wed, 03 Oct 2018 23:00:32 -0700] rev 52130
8209499: Create test for SwingSet EditorPaneDemo Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Mon, 15 Oct 2018 13:44:31 -0700 Merge
shurailine [Mon, 15 Oct 2018 13:44:31 -0700] rev 52129
Merge
Thu, 11 Oct 2018 07:22:53 -0700 8211139: Increase timeout value in all tests under jdk/sanity/client/SwingSet/src
akolarkunnu [Thu, 11 Oct 2018 07:22:53 -0700] rev 52128
8211139: Increase timeout value in all tests under jdk/sanity/client/SwingSet/src Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Mon, 15 Oct 2018 22:30:32 +0200 8212178: Soft reference reclamation race in com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator
shade [Mon, 15 Oct 2018 22:30:32 +0200] rev 52127
8212178: Soft reference reclamation race in com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator Reviewed-by: rkennke, kbarrett, joehw
Mon, 15 Oct 2018 15:21:54 -0400 8211956: AppCDS crashes for some uses with JRuby
jiangli [Mon, 15 Oct 2018 15:21:54 -0400] rev 52126
8211956: AppCDS crashes for some uses with JRuby Summary: Make sure FileMapInfo::verify_mapped_heap_regions only verifies 'num' of spaces. Reviewed-by: iklam
Mon, 15 Oct 2018 11:36:20 -0700 8212028: Use run-test makefile framework for testing in Oracle's Mach5
erikj [Mon, 15 Oct 2018 11:36:20 -0700] rev 52125
8212028: Use run-test makefile framework for testing in Oracle's Mach5 Reviewed-by: ihse
Wed, 10 Oct 2018 23:05:15 +0200 8211955: GC abstraction for LAB reserve
rkennke [Wed, 10 Oct 2018 23:05:15 +0200] rev 52124
8211955: GC abstraction for LAB reserve Reviewed-by: pliden, shade
Mon, 15 Oct 2018 09:35:05 -0700 8211961: Broken link in java.util.Locale
naoto [Mon, 15 Oct 2018 09:35:05 -0700] rev 52123
8211961: Broken link in java.util.Locale Reviewed-by: mchung
Mon, 15 Oct 2018 11:53:15 -0400 8212074: Add method to peek the remaining tasks in task queues
zgu [Mon, 15 Oct 2018 11:53:15 -0400] rev 52122
8212074: Add method to peek the remaining tasks in task queues Summary: Add methods for implementing new task termination protocol Reviewed-by: tschatzl, shade, rkennke
Mon, 15 Oct 2018 22:47:03 +0800 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary
jjiang [Mon, 15 Oct 2018 22:47:03 +0800] rev 52121
8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary Summary: Move SimpleSSLContext.java and testkeys to test/lib/jdk/test/lib/net Reviewed-by: chegar
Mon, 15 Oct 2018 14:42:31 +0100 8209862: CipherCore performance improvement
coffeys [Mon, 15 Oct 2018 14:42:31 +0100] rev 52120
8209862: CipherCore performance improvement Reviewed-by: apetcher, ascarpino Contributed-by: sergey.kuksenko@oracle.com, sean.coffey@oracle.com
Fri, 12 Oct 2018 12:14:01 +0200 8211447: Replace oop_pc_update_pointers with oop_iterate and closure
lkorinth [Fri, 12 Oct 2018 12:14:01 +0200] rev 52119
8211447: Replace oop_pc_update_pointers with oop_iterate and closure Reviewed-by: sjohanss, tschatzl
Fri, 12 Oct 2018 12:13:06 +0200 8211446: Replace oop_pc_follow_contents with oop_iterate and closure
lkorinth [Fri, 12 Oct 2018 12:13:06 +0200] rev 52118
8211446: Replace oop_pc_follow_contents with oop_iterate and closure Reviewed-by: sjohanss, tschatzl
Fri, 12 Oct 2018 12:10:34 +0200 8201436: Replace oop_ps_push_contents with oop_iterate and closure
lkorinth [Fri, 12 Oct 2018 12:10:34 +0200] rev 52117
8201436: Replace oop_ps_push_contents with oop_iterate and closure Reviewed-by: sjohanss, tschatzl
Mon, 15 Oct 2018 17:52:42 +0530 8211957: Broken links to stylesheet in java.base/doc-files
pmuthuswamy [Mon, 15 Oct 2018 17:52:42 +0530] rev 52116
8211957: Broken links to stylesheet in java.base/doc-files Reviewed-by: alanb
Mon, 15 Oct 2018 08:08:02 +0200 8211852: inspect stack during error reporting
mdoerr [Mon, 15 Oct 2018 08:08:02 +0200] rev 52115
8211852: inspect stack during error reporting Reviewed-by: dholmes, goetz
Sun, 14 Oct 2018 19:07:34 -0700 8212082: Remove the NSK_CPP_STUB macros for remaining vmTestbase/jvmti/[sS]*
jcbeyler [Sun, 14 Oct 2018 19:07:34 -0700] rev 52114
8212082: Remove the NSK_CPP_STUB macros for remaining vmTestbase/jvmti/[sS]* Summary: Remove NSK_CPP_STUB macros from the tests Reviewed-by: amenkov, phh
Mon, 15 Oct 2018 09:34:18 +0800 8187522: test/sun/net/ftp/FtpURLConnectionLeak.java timed out
xyin [Mon, 15 Oct 2018 09:34:18 +0800] rev 52113
8187522: test/sun/net/ftp/FtpURLConnectionLeak.java timed out Reviewed-by: chegar, vtewari
Fri, 12 Oct 2018 17:35:26 -0400 8212023: Implicit narrowing in Solaris/sparc initializers
kbarrett [Fri, 12 Oct 2018 17:35:26 -0400] rev 52112
8212023: Implicit narrowing in Solaris/sparc initializers Summary: Explicitly narrow or fix destination types. Reviewed-by: dholmes, tschatzl
Fri, 12 Oct 2018 14:16:24 -0400 8212045: Add back tests removed from HashesTest.java and AddExportsTest.java
lancea [Fri, 12 Oct 2018 14:16:24 -0400] rev 52111
8212045: Add back tests removed from HashesTest.java and AddExportsTest.java Reviewed-by: rriggs
Fri, 12 Oct 2018 10:08:11 -0700 8195703: BasicJDWPConnectionTest.java: 'App exited unexpectedly with 2'
amenkov [Fri, 12 Oct 2018 10:08:11 -0700] rev 52110
8195703: BasicJDWPConnectionTest.java: 'App exited unexpectedly with 2' Reviewed-by: sspitsyn, jcbeyler
Tue, 09 Oct 2018 16:08:07 +0530 8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
mchinnathamb [Tue, 09 Oct 2018 16:08:07 +0530] rev 52109
8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork Reviewed-by: dholmes, iklam
Fri, 12 Oct 2018 10:58:06 +0200 8212110: Build of saproc.dll broken on Windows 32 bit after JDK-8210647
sgehwolf [Fri, 12 Oct 2018 10:58:06 +0200] rev 52108
8212110: Build of saproc.dll broken on Windows 32 bit after JDK-8210647 Summary: Only add RTC1 compile flag for slowdebug builds. Reviewed-by: mdoerr, erikj
Fri, 12 Oct 2018 16:25:24 +0200 8212053: A few more missing object equals barriers
rkennke [Fri, 12 Oct 2018 16:25:24 +0200] rev 52107
8212053: A few more missing object equals barriers Reviewed-by: shade, zgu
Fri, 12 Oct 2018 11:12:51 +0100 8203850: java.net.http HTTP client should allow specifying Origin and Referer headers
michaelm [Fri, 12 Oct 2018 11:12:51 +0100] rev 52106
8203850: java.net.http HTTP client should allow specifying Origin and Referer headers Reviewed-by: chegar, dfuchs
Fri, 12 Oct 2018 03:51:02 -0400 8211046: Forced data dependencies serve no purpose on x86
dholmes [Fri, 12 Oct 2018 03:51:02 -0400] rev 52105
8211046: Forced data dependencies serve no purpose on x86 Reviewed-by: eosterlund, rehn
Fri, 12 Oct 2018 12:37:13 +0530 8189366: SocketInputStream.available() should check for eof
vtewari [Fri, 12 Oct 2018 12:37:13 +0530] rev 52104
8189366: SocketInputStream.available() should check for eof Reviewed-by: chegar
Fri, 12 Oct 2018 08:33:18 +0200 8211931: [ppc][testbug] runtime/jni/terminatedThread/TestTerminatedThread.java fails as threads don't terminate immediately
goetz [Fri, 12 Oct 2018 08:33:18 +0200] rev 52103
8211931: [ppc][testbug] runtime/jni/terminatedThread/TestTerminatedThread.java fails as threads don't terminate immediately Reviewed-by: dholmes, mdoerr
Fri, 12 Oct 2018 10:35:24 +0800 8186610: move ModuleUtils to top-level testlibrary
mli [Fri, 12 Oct 2018 10:35:24 +0800] rev 52102
8186610: move ModuleUtils to top-level testlibrary Reviewed-by: alanb, iignatyev
Thu, 11 Oct 2018 15:49:23 -0700 8211714: Need to update vm_version.cpp to recognise VS2017 minor versions
kevinw [Thu, 11 Oct 2018 15:49:23 -0700] rev 52101
8211714: Need to update vm_version.cpp to recognise VS2017 minor versions Reviewed-by: dholmes Contributed-by: muthusamy.chinnathambi@oracle.com
Thu, 11 Oct 2018 23:48:55 +0200 8212054: Boilerplate to bind oopDesc::equals_raw() to actual raw implementation
rkennke [Thu, 11 Oct 2018 23:48:55 +0200] rev 52100
8212054: Boilerplate to bind oopDesc::equals_raw() to actual raw implementation Reviewed-by: shade, eosterlund
Thu, 11 Oct 2018 12:41:47 -0700 8212025: Remove collector_present variable from ThreadHeapSampler
jcbeyler [Thu, 11 Oct 2018 12:41:47 -0700] rev 52099
8212025: Remove collector_present variable from ThreadHeapSampler Summary: Remove unused variable from ThreadHeapSampler Reviewed-by: tschatzl, pliden
Thu, 11 Oct 2018 09:30:10 -0700 8211432: [REDO] Handle JNIGlobalRefLocker.cpp
jcbeyler [Thu, 11 Oct 2018 09:30:10 -0700] rev 52098
8211432: [REDO] Handle JNIGlobalRefLocker.cpp Summary: Adding a JNI verification wrapper for tests Reviewed-by: amenkov, sspitsyn, phh
Thu, 11 Oct 2018 11:31:37 -0400 8211821: PrintStringTableStatistics crashes JVM
hseigel [Thu, 11 Oct 2018 11:31:37 -0400] rev 52097
8211821: PrintStringTableStatistics crashes JVM Summary: During JVM exit, print the Symbol and String tables before current thread gets deleted. Reviewed-by: iklam, dholmes
Thu, 11 Oct 2018 10:11:18 -0400 8079784: Unexpected IllegalAccessError when trying access InnerClasses attribute
hseigel [Thu, 11 Oct 2018 10:11:18 -0400] rev 52096
8079784: Unexpected IllegalAccessError when trying access InnerClasses attribute Summary: Prevent classes in the InnerClasses attribute from being loaded unless they are actually being accessed. Reviewed-by: dholmes, lfoltan
Thu, 11 Oct 2018 14:10:13 +0100 8212001: Verify exported symbols in java.base (libjava)
prappo [Thu, 11 Oct 2018 14:10:13 +0100] rev 52095
8212001: Verify exported symbols in java.base (libjava) Reviewed-by: chegar
Thu, 11 Oct 2018 13:40:09 +0100 8211922: Remove test/jdk/javax/naming/module/RunBasic.java from the ProblemList
chegar [Thu, 11 Oct 2018 13:40:09 +0100] rev 52094
8211922: Remove test/jdk/javax/naming/module/RunBasic.java from the ProblemList Reviewed-by: lancea
Thu, 27 Sep 2018 17:46:01 +0200 8211233: MemBarNode::trailing_membar() and MemBarNode::leading_membar() need to handle dying subgraphs better
roland [Thu, 27 Sep 2018 17:46:01 +0200] rev 52093
8211233: MemBarNode::trailing_membar() and MemBarNode::leading_membar() need to handle dying subgraphs better Reviewed-by: kvn, thartmann
Tue, 18 Sep 2018 20:41:17 +0200 8210389: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
roland [Tue, 18 Sep 2018 20:41:17 +0200] rev 52092
8210389: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc Reviewed-by: kvn, thartmann
Thu, 11 Oct 2018 10:42:17 +0200 8212005: Epsilon elastic TLAB sizing may cause misalignment
shade [Thu, 11 Oct 2018 10:42:17 +0200] rev 52091
8212005: Epsilon elastic TLAB sizing may cause misalignment Reviewed-by: rkennke, tschatzl
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 +3000 tip