Thu, 13 Sep 2018 01:41:24 +0200 Added tag jdk-12+11 for changeset f0f5d23449d3
jwilhelm [Thu, 13 Sep 2018 01:41:24 +0200] rev 51718
Added tag jdk-12+11 for changeset f0f5d23449d3
Wed, 12 Sep 2018 17:14:08 -0300 8210671: CheckExamples.java fail after Raw String Literals checkin
jlaskey [Wed, 12 Sep 2018 17:14:08 -0300] rev 51717
8210671: CheckExamples.java fail after Raw String Literals checkin Reviewed-by: vromero, darcy
Wed, 12 Sep 2018 12:29:40 -0700 8210560: [TEST] convert com/sun/jdi redefineClass-related tests
amenkov [Wed, 12 Sep 2018 12:29:40 -0700] rev 51716
8210560: [TEST] convert com/sun/jdi redefineClass-related tests Reviewed-by: jcbeyler, sspitsyn
Wed, 12 Sep 2018 10:27:03 -0700 8210593: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[N-R] tests
jcbeyler [Wed, 12 Sep 2018 10:27:03 -0700] rev 51715
8210593: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[N-R] tests Summary: Remove JNI_ENV/JVMTI_ENV macros from N to R jvmti tests Reviewed-by: amenkov, dholmes
Wed, 12 Sep 2018 14:19:36 -0300 8200434: String::align, String::indent
jlaskey [Wed, 12 Sep 2018 14:19:36 -0300] rev 51714
8200434: String::align, String::indent Reviewed-by: abuckley, smarks, sherman, rriggs, jrose, sundar, igerasim, briangoetz, darcy, jjg
Wed, 12 Sep 2018 14:19:36 -0300 8206981: Compiler support for Raw String Literals
jlaskey [Wed, 12 Sep 2018 14:19:36 -0300] rev 51713
8206981: Compiler support for Raw String Literals Reviewed-by: mcimadamore, briangoetz, abuckley, jjg, vromero, jlahoda
Wed, 12 Sep 2018 08:46:25 -0700 8210519: build/releaseFile/CheckSource.java failed additional sources found jdk-12+11
erikj [Wed, 12 Sep 2018 08:46:25 -0700] rev 51712
8210519: build/releaseFile/CheckSource.java failed additional sources found Reviewed-by: mikael, dholmes, ihse
Wed, 12 Sep 2018 14:24:17 +0200 8208171: PPC64: Enrich SLP support
mhorie [Wed, 12 Sep 2018 14:24:17 +0200] rev 51711
8208171: PPC64: Enrich SLP support Reviewed-by: mdoerr, gromero
Wed, 12 Sep 2018 12:54:16 +0200 8210497: [PPC64] Vector registers not saved across safepoint
mdoerr [Wed, 12 Sep 2018 12:54:16 +0200] rev 51710
8210497: [PPC64] Vector registers not saved across safepoint Reviewed-by: goetz, lucy
Wed, 12 Sep 2018 12:23:58 +0200 8059019: sdp.conf.template should be copied on linux too
ihse [Wed, 12 Sep 2018 12:23:58 +0200] rev 51709
8059019: sdp.conf.template should be copied on linux too Reviewed-by: alanb, erikj
Wed, 12 Sep 2018 11:08:42 +0200 8209843: Optimize oop scan closure closures wrt to reference processing in G1
tschatzl [Wed, 12 Sep 2018 11:08:42 +0200] rev 51708
8209843: Optimize oop scan closure closures wrt to reference processing in G1 Summary: Set more appropriate reference iteration mode for G1 closures. Reviewed-by: kbarrett, pliden
Wed, 12 Sep 2018 09:12:42 +0100 8210578: AArch64: Invalid encoding for fmlsvs instruction
adinn [Wed, 12 Sep 2018 09:12:42 +0100] rev 51707
8210578: AArch64: Invalid encoding for fmlsvs instruction Summary: sub_op code for fmslvs should be 1 not 0 Reviewed-by: roland
Wed, 12 Sep 2018 09:23:36 +0200 8210387: C2 compilation fails with "assert(node->_last_del == _last) failed: must have deleted the edge just produced"
thartmann [Wed, 12 Sep 2018 09:23:36 +0200] rev 51706
8210387: C2 compilation fails with "assert(node->_last_del == _last) failed: must have deleted the edge just produced" Summary: Refresh iterator and start from the beginning while there is progress when removing dead regions. Reviewed-by: kvn
Fri, 31 Aug 2018 16:28:52 +0200 8210187: Explicit barriers for C2
rkennke [Fri, 31 Aug 2018 16:28:52 +0200] rev 51705
8210187: Explicit barriers for C2 Reviewed-by: eosterlund, shade, roland, pliden
Tue, 11 Sep 2018 20:37:47 -0700 8210513: Obsolete SyncFlags
mikael [Tue, 11 Sep 2018 20:37:47 -0700] rev 51704
8210513: Obsolete SyncFlags Reviewed-by: coleenp, dcubed, dholmes
Tue, 11 Sep 2018 14:51:45 -0700 8210347: Combine subsequent calls to Set.contains() and Set.add()
igerasim [Tue, 11 Sep 2018 14:51:45 -0700] rev 51703
8210347: Combine subsequent calls to Set.contains() and Set.add() Reviewed-by: smarks, bpb
Tue, 11 Sep 2018 13:54:34 -0700 8210514: Obsolete SyncVerbose
mikael [Tue, 11 Sep 2018 13:54:34 -0700] rev 51702
8210514: Obsolete SyncVerbose Reviewed-by: coleenp, dcubed
Wed, 05 Sep 2018 18:14:45 -0700 8210289: ArchivedKlassSubGraphInfoRecord is incomplete
iklam [Wed, 05 Sep 2018 18:14:45 -0700] rev 51701
8210289: ArchivedKlassSubGraphInfoRecord is incomplete Reviewed-by: jiangli, ccheung
Tue, 11 Sep 2018 13:34:13 -0400 8210300: runtime/MemberName/MemberNameLeak.java fails with RuntimeException
pchilanomate [Tue, 11 Sep 2018 13:34:13 -0400] rev 51700
8210300: runtime/MemberName/MemberNameLeak.java fails with RuntimeException Summary: Added flag -XX:+UnlockDiagnosticVMOptions to tests failing in product builds Reviewed-by: dcubed, dholmes
Tue, 11 Sep 2018 10:12:50 -0700 8210385: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[A-N] tests
jcbeyler [Tue, 11 Sep 2018 10:12:50 -0700] rev 51699
8210385: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[A-N] tests Summary: Remove JNI_ENV and JVMTI_ENV macros for part of the jvmti tests Reviewed-by: amenkov, dholmes
Tue, 11 Sep 2018 09:42:27 -0400 8210422: runtime/modules/ModuleStress/ExportModuleStressTest.java - assertion failed: address not aligned: 0x00000008baadbabe
coleenp [Tue, 11 Sep 2018 09:42:27 -0400] rev 51698
8210422: runtime/modules/ModuleStress/ExportModuleStressTest.java - assertion failed: address not aligned: 0x00000008baadbabe Summary: CLDG_lock caused safepoint in inconsistent state Reviewed-by: lfoltan, eosterlund, kbarrett
Tue, 11 Sep 2018 09:53:41 -0400 8210470: Remove unused Verifier::verify() Verifier::Mode argument
hseigel [Tue, 11 Sep 2018 09:53:41 -0400] rev 51697
8210470: Remove unused Verifier::verify() Verifier::Mode argument Summary: Remove the unused argument. Reviewed-by: coleenp, jiangli
Tue, 11 Sep 2018 17:48:24 +0530 8205330: InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
vtewari [Tue, 11 Sep 2018 17:48:24 +0530] rev 51696
8205330: InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection Reviewed-by: chegar, dfuchs
Tue, 11 Sep 2018 09:14:36 +0200 8210467: Remove unused G1CollectedHeap::_max_heap_capacity
tschatzl [Tue, 11 Sep 2018 09:14:36 +0200] rev 51695
8210467: Remove unused G1CollectedHeap::_max_heap_capacity Reviewed-by: sjohanss, phh
Tue, 11 Sep 2018 09:13:37 +0200 8210463: Recalculate_used() always sets time taken in G1GCPhaseTimes
tschatzl [Tue, 11 Sep 2018 09:13:37 +0200] rev 51694
8210463: Recalculate_used() always sets time taken in G1GCPhaseTimes Reviewed-by: phh, sjohanss
Tue, 11 Sep 2018 09:27:47 +0800 8209773: Refactor shell test javax/naming/module/basic.sh to java
xyin [Tue, 11 Sep 2018 09:27:47 +0800] rev 51693
8209773: Refactor shell test javax/naming/module/basic.sh to java Reviewed-by: vtewari, alanb
Tue, 11 Sep 2018 08:48:26 +0800 8205507: jdk/javax/xml/crypto/dsig/GenerationTests.java timed out
weijun [Tue, 11 Sep 2018 08:48:26 +0800] rev 51692
8205507: jdk/javax/xml/crypto/dsig/GenerationTests.java timed out Reviewed-by: mullan
Mon, 10 Sep 2018 16:33:05 -0700 8210434: [Graal] 8209301 prevents GitHub Graal from compiling with latest JDK
dlong [Mon, 10 Sep 2018 16:33:05 -0700] rev 51691
8210434: [Graal] 8209301 prevents GitHub Graal from compiling with latest JDK Reviewed-by: dnsimon, kvn
Mon, 10 Sep 2018 19:18:04 -0400 8210511: TestSingleWriterSynchronizer can deadlock
kbarrett [Mon, 10 Sep 2018 19:18:04 -0400] rev 51690
8210511: TestSingleWriterSynchronizer can deadlock Summary: Check for safepoints in test loops. Reviewed-by: coleenp, eosterlund
Mon, 10 Sep 2018 18:57:44 -0400 8210512: [Testbug] vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java fails with unexpected size of ClassLoaderReference.referringObjects
dholmes [Mon, 10 Sep 2018 18:57:44 -0400] rev 51689
8210512: [Testbug] vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java fails with unexpected size of ClassLoaderReference.referringObjects Summary: Account for the self-reference that every class has in the constant pool Reviewed-by: sspitsyn, jcbeyler
Mon, 10 Sep 2018 18:30:24 -0400 8210515: [TESTBUG]CheckArchivedModuleApp.java needs to check if EnableJVMCI is set.
jiangli [Mon, 10 Sep 2018 18:30:24 -0400] rev 51688
8210515: [TESTBUG]CheckArchivedModuleApp.java needs to check if EnableJVMCI is set. Summary: System module objects are not archived when EnableJVMCI is set to true. Reviewed-by: iklam, ccheung
Mon, 10 Sep 2018 14:23:37 -0700 8182404: remove jdk.testlibrary.JDKToolFinder and JDKToolLauncher
iignatyev [Mon, 10 Sep 2018 14:23:37 -0700] rev 51687
8182404: remove jdk.testlibrary.JDKToolFinder and JDKToolLauncher Reviewed-by: amenkov, jcbeyler, alanb
Mon, 10 Sep 2018 16:33:55 -0400 8208697: vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TestDescription.java fails with OutOfMemoryError: Metaspace
coleenp [Mon, 10 Sep 2018 16:33:55 -0400] rev 51686
8208697: vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TestDescription.java fails with OutOfMemoryError: Metaspace Summary: remove timeoutHandler class and let Stresser handle timeout, remove 30 threads filling metaspace, and remove related unused files. Reviewed-by: lfoltan, mseledtsov
Mon, 10 Sep 2018 12:48:57 -0700 8210502: jdeps does not handle properly on analyzing a mixture of MR JARs and non-MR JARs
mchung [Mon, 10 Sep 2018 12:48:57 -0700] rev 51685
8210502: jdeps does not handle properly on analyzing a mixture of MR JARs and non-MR JARs Reviewed-by: alanb
Mon, 10 Sep 2018 16:40:59 +0200 8210319: [s390]: Use of shift operators not covered by cpp standard
lucy [Mon, 10 Sep 2018 16:40:59 +0200] rev 51684
8210319: [s390]: Use of shift operators not covered by cpp standard Reviewed-by: mdoerr, goetz
Mon, 10 Sep 2018 20:17:26 +0800 8209930: Refactor java/util/zip/ZipFile/deletetempjar.sh to plain java test
amlu [Mon, 10 Sep 2018 20:17:26 +0800] rev 51683
8209930: Refactor java/util/zip/ZipFile/deletetempjar.sh to plain java test Reviewed-by: alanb
Mon, 10 Sep 2018 13:07:42 +0200 8210321: Create NO_KEEPALIVE CLD holder accessor
eosterlund [Mon, 10 Sep 2018 13:07:42 +0200] rev 51682
8210321: Create NO_KEEPALIVE CLD holder accessor Reviewed-by: coleenp, kbarrett
Mon, 10 Sep 2018 13:07:42 +0200 8210233: Prepare Klass::is_loader_alive() for concurrent class unloading
eosterlund [Mon, 10 Sep 2018 13:07:42 +0200] rev 51681
8210233: Prepare Klass::is_loader_alive() for concurrent class unloading Reviewed-by: coleenp, pliden
Mon, 10 Sep 2018 11:24:26 +0200 8210236: Prepare ciReceiverTypeData::translate_receiver_data_from for concurrent class unloading
eosterlund [Mon, 10 Sep 2018 11:24:26 +0200] rev 51680
8210236: Prepare ciReceiverTypeData::translate_receiver_data_from for concurrent class unloading Reviewed-by: coleenp, roland
Mon, 10 Sep 2018 10:02:48 +0200 8056217: Remove awt_makecube.cpp
ihse [Mon, 10 Sep 2018 10:02:48 +0200] rev 51679
8056217: Remove awt_makecube.cpp Reviewed-by: erikj, serb
Mon, 10 Sep 2018 09:59:27 +0200 8081858: make dist-clean does not delete all log files
ihse [Mon, 10 Sep 2018 09:59:27 +0200] rev 51678
8081858: make dist-clean does not delete all log files Reviewed-by: erikj
Mon, 10 Sep 2018 09:58:23 +0200 8200609: Proper fix for mapfile removal for libjsig
ihse [Mon, 10 Sep 2018 09:58:23 +0200] rev 51677
8200609: Proper fix for mapfile removal for libjsig Reviewed-by: erikj, dholmes
Fri, 07 Sep 2018 14:54:15 -0700 8210283: Support git as an SCM alternative in the build
erikj [Fri, 07 Sep 2018 14:54:15 -0700] rev 51676
8210283: Support git as an SCM alternative in the build Reviewed-by: ihse, ehelin
Fri, 07 Sep 2018 14:01:52 -0700 8210112: remove jdk.testlibrary.ProcessTools
iignatyev [Fri, 07 Sep 2018 14:01:52 -0700] rev 51675
8210112: remove jdk.testlibrary.ProcessTools Reviewed-by: alanb, sspitsyn, jcbeyler
Fri, 07 Sep 2018 15:18:14 -0400 8209971: TestOptionsWithRanges.java crashes in CDS mode with G1UpdateBufferSize=1.
jiangli [Fri, 07 Sep 2018 15:18:14 -0400] rev 51674
8209971: TestOptionsWithRanges.java crashes in CDS mode with G1UpdateBufferSize=1. Summary: Fixup archive heap regions before restoring any archived java object at runtime. Reviewed-by: iklam, ccheung
Fri, 07 Sep 2018 14:44:52 -0400 8210131: vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java failed with ObjectFree: GetCurrentThreadCpuTimerInfo returned unexpected error code
kbarrett [Fri, 07 Sep 2018 14:44:52 -0400] rev 51673
8210131: vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java failed with ObjectFree: GetCurrentThreadCpuTimerInfo returned unexpected error code Summary: Expanded permitted threads to include all NamedThreads. Reviewed-by: dcubed, sspitsyn
Fri, 07 Sep 2018 09:50:02 -0700 8210429: Clean up JNI_ENV_ARG for vmTestbase/jvmti/Get[G-Z] tests
jcbeyler [Fri, 07 Sep 2018 09:50:02 -0700] rev 51672
8210429: Clean up JNI_ENV_ARG for vmTestbase/jvmti/Get[G-Z] tests Summary: Remove the JNI_ENV_ARG for the rest of the Get[G-Z] Reviewed-by: dholmes, sspitsyn, cjplummer
Fri, 07 Sep 2018 10:17:49 -0700 8210345: The Japanese message of FileNotFoundException garbled
sherman [Fri, 07 Sep 2018 10:17:49 -0700] rev 51671
8210345: The Japanese message of FileNotFoundException garbled Reviewed-by: alanb
Fri, 07 Sep 2018 15:56:21 +0100 8210495: compiler crashes because of illegal signature in otherwise legal code
mcimadamore [Fri, 07 Sep 2018 15:56:21 +0100] rev 51670
8210495: compiler crashes because of illegal signature in otherwise legal code Summary: Disable strict verification of compiler signatures when they do not affect generated bytecode Reviewed-by: vromero
Fri, 07 Sep 2018 11:24:59 +0200 8209786: JDK12 fails to build on s390x with gcc 7.3
aleonard [Fri, 07 Sep 2018 11:24:59 +0200] rev 51669
8209786: JDK12 fails to build on s390x with gcc 7.3 Reviewed-by: ihse, goetz
Fri, 07 Sep 2018 08:14:47 -0400 8210486: Unused code in check_nest_attributes function
dholmes [Fri, 07 Sep 2018 08:14:47 -0400] rev 51668
8210486: Unused code in check_nest_attributes function Reviewed-by: mikael, sspitsyn
Fri, 07 Sep 2018 08:02:51 -0400 6899533: SecureClassLoader and URLClassLoader have unnecessary check for createClassLoader permission
mullan [Fri, 07 Sep 2018 08:02:51 -0400] rev 51667
6899533: SecureClassLoader and URLClassLoader have unnecessary check for createClassLoader permission Summary: Remove code that is no longer necessary now that pre-JDK 1.2 SecurityManager methods are not supported. Reviewed-by: mchung
Thu, 06 Sep 2018 16:27:07 +0200 8209544: AES encrypt performance regression in jdk11b11
roland [Thu, 06 Sep 2018 16:27:07 +0200] rev 51666
8209544: AES encrypt performance regression in jdk11b11 Reviewed-by: kvn, vlivanov
Thu, 06 Sep 2018 17:45:15 -0700 8209361: [AOT] Unexpected number of references for JVMTI_HEAP_REFERENCE_CONSTANT_POOL [111-->111]: 0 (expected at least 1)
dlong [Thu, 06 Sep 2018 17:45:15 -0700] rev 51665
8209361: [AOT] Unexpected number of references for JVMTI_HEAP_REFERENCE_CONSTANT_POOL [111-->111]: 0 (expected at least 1) Reviewed-by: coleenp, dholmes
Fri, 07 Sep 2018 09:09:31 +0800 8042902: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails intermittently
xyin [Fri, 07 Sep 2018 09:09:31 +0800] rev 51664
8042902: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails intermittently Reviewed-by: chegar
Thu, 06 Sep 2018 18:06:24 -0700 8210381: Obsolete EmitSync
mikael [Thu, 06 Sep 2018 18:06:24 -0700] rev 51663
8210381: Obsolete EmitSync Reviewed-by: kvn, dcubed, mdoerr, mbaesken, shade
Thu, 06 Sep 2018 16:15:32 -0700 8210009: Source Launcher classloader should support getResource and getResourceAsStream
jjg [Thu, 06 Sep 2018 16:15:32 -0700] rev 51662
8210009: Source Launcher classloader should support getResource and getResourceAsStream Reviewed-by: mchung, plevart
Thu, 06 Sep 2018 12:10:59 -0700 8210285: CharsetDecoder/Encoder's constructor does not reject NaN
igerasim [Thu, 06 Sep 2018 12:10:59 -0700] rev 51661
8210285: CharsetDecoder/Encoder's constructor does not reject NaN Reviewed-by: sherman, smarks, alanb, martin, darcy
Thu, 06 Sep 2018 10:49:17 -0700 8210142: java.util.Calendar.clone() doesn't respect sharedZone flag
naoto [Thu, 06 Sep 2018 10:49:17 -0700] rev 51660
8210142: java.util.Calendar.clone() doesn't respect sharedZone flag Reviewed-by: rriggs
Thu, 06 Sep 2018 09:30:47 -0700 8185145: AppCDS custom loader support on Mac OS X
ccheung [Thu, 06 Sep 2018 09:30:47 -0700] rev 51659
8185145: AppCDS custom loader support on Mac OS X Reviewed-by: dholmes, gziemski
Thu, 06 Sep 2018 05:44:47 -0700 8210435: don't add local variable spots if they are DCE'ed by the compiler
vromero [Thu, 06 Sep 2018 05:44:47 -0700] rev 51658
8210435: don't add local variable spots if they are DCE'ed by the compiler Reviewed-by: mcimadamore
Thu, 06 Sep 2018 13:13:35 +0100 8210318: idea.sh script doesn't work on Mac
mcimadamore [Thu, 06 Sep 2018 13:13:35 +0100] rev 51657
8210318: idea.sh script doesn't work on Mac Summary: remove usage non-portable sed options Reviewed-by: erikj, ihse
Thu, 06 Sep 2018 02:01:20 -0400 8199874: [TESTBUG] runtime/Thread/ThreadPriorities.java fails with "expected 0 to equal 10"
dholmes [Thu, 06 Sep 2018 02:01:20 -0400] rev 51656
8199874: [TESTBUG] runtime/Thread/ThreadPriorities.java fails with "expected 0 to equal 10" Reviewed-by: lfoltan, ccheung
Wed, 05 Sep 2018 21:06:01 -0700 8210432: Add additional TeliaSonera root certificate
rhalade [Wed, 05 Sep 2018 21:06:01 -0700] rev 51655
8210432: Add additional TeliaSonera root certificate Reviewed-by: mullan
Wed, 05 Sep 2018 21:01:39 -0700 8210334: TLS 1.3 server fails if ClientHello doesn't have pre_shared_key and psk_key_exchange_modes
xuelei [Wed, 05 Sep 2018 21:01:39 -0700] rev 51654
8210334: TLS 1.3 server fails if ClientHello doesn't have pre_shared_key and psk_key_exchange_modes Reviewed-by: ascarpino, wetmore
Wed, 05 Sep 2018 19:40:52 -0700 8210198: Clean up JNI_ENV_ARG for vmTestbase/jvmti/Get[A-F] tests
jcbeyler [Wed, 05 Sep 2018 19:40:52 -0700] rev 51653
8210198: Clean up JNI_ENV_ARG for vmTestbase/jvmti/Get[A-F] tests Summary: Remove JNI_ENV macros from the Get[A-F] tests Reviewed-by: sspitsyn, amenkov, cjplummer
Thu, 06 Sep 2018 02:50:04 +0200 Added tag jdk-12+10 for changeset 8f594f75e054
jwilhelm [Thu, 06 Sep 2018 02:50:04 +0200] rev 51652
Added tag jdk-12+10 for changeset 8f594f75e054
Wed, 05 Sep 2018 11:12:15 -0700 8208352: Merge HeapMonitorTest and HeapMonitorGCTest code
jcbeyler [Wed, 05 Sep 2018 11:12:15 -0700] rev 51651
8208352: Merge HeapMonitorTest and HeapMonitorGCTest code Summary: Merged the code that enables sampling and allocates Reviewed-by: cjplummer, sspitsyn, amenkov
Fri, 10 Aug 2018 13:36:10 -0700 8209386: [error-prone] StreamResourceLeak in jdk.internal.ed module
iignatyev [Fri, 10 Aug 2018 13:36:10 -0700] rev 51650
8209386: [error-prone] StreamResourceLeak in jdk.internal.ed module Reviewed-by: rriggs
Wed, 05 Sep 2018 13:10:40 -0700 8187078: -XX:+VerifyOops finds numerous problems when running JPRT jdk-12+10
dlong [Wed, 05 Sep 2018 13:10:40 -0700] rev 51649
8187078: -XX:+VerifyOops finds numerous problems when running JPRT Reviewed-by: kvn
Wed, 05 Sep 2018 10:39:16 -0700 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3
amenkov [Wed, 05 Sep 2018 10:39:16 -0700] rev 51648
8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 Reviewed-by: jcbeyler, cjplummer, sspitsyn
Wed, 05 Sep 2018 10:17:11 -0700 8208186: SetHeapSamplingInterval handles 1 explicitly
jcbeyler [Wed, 05 Sep 2018 10:17:11 -0700] rev 51647
8208186: SetHeapSamplingInterval handles 1 explicitly Summary: Explicitly test for the 0 case (sample everything) Reviewed-by: amenkov, sspitsyn
Wed, 05 Sep 2018 09:12:50 -0700 8210394: (zipfs) jdk/nio/zipfs/ZFSTests.java rootdir.zip: The process cannot access the file because it is being used by another process
sherman [Wed, 05 Sep 2018 09:12:50 -0700] rev 51646
8210394: (zipfs) jdk/nio/zipfs/ZFSTests.java rootdir.zip: The process cannot access the file because it is being used by another process Reviewed-by: alanb, jlaskey
Wed, 05 Sep 2018 12:48:51 +0200 8209942: [epsilon] range function for EpsilonTLABElasticity causes compiler warning
mbaesken [Wed, 05 Sep 2018 12:48:51 +0200] rev 51645
8209942: [epsilon] range function for EpsilonTLABElasticity causes compiler warning Reviewed-by: shade, simonis Contributed-by: ralf.schmelter@sap.com
Wed, 05 Sep 2018 14:00:36 +0200 8182733: aarch64 build documentation misleading
ihse [Wed, 05 Sep 2018 14:00:36 +0200] rev 51644
8182733: aarch64 build documentation misleading Reviewed-by: shade, dholmes
Wed, 05 Sep 2018 10:11:42 +0200 8210158: Accessorize JFR getEventWriter() intrinsics
eosterlund [Wed, 05 Sep 2018 10:11:42 +0200] rev 51643
8210158: Accessorize JFR getEventWriter() intrinsics Reviewed-by: kvn, neliasso, roland, rbackman
Wed, 05 Sep 2018 11:52:08 +0100 8209152: (so) ServerSocketChannel::supportedOptions includes IP_TOS
alanb [Wed, 05 Sep 2018 11:52:08 +0100] rev 51642
8209152: (so) ServerSocketChannel::supportedOptions includes IP_TOS Reviewed-by: chegar
Wed, 05 Sep 2018 11:15:28 +0200 8165440: Add Zero support for x86_64-linux-gnux32 target
glaubitz [Wed, 05 Sep 2018 11:15:28 +0200] rev 51641
8165440: Add Zero support for x86_64-linux-gnux32 target Reviewed-by: erikj, ihse
Wed, 05 Sep 2018 11:52:15 +0530 8209052: Low contrast in docs/api/constant-values.html
pmuthuswamy [Wed, 05 Sep 2018 11:52:15 +0530] rev 51640
8209052: Low contrast in docs/api/constant-values.html Reviewed-by: jjg
Wed, 05 Sep 2018 12:34:08 +0800 8209832: Refactor jdk/internal/reflect/Reflection/GetCallerClassTest.sh to plain java test
amlu [Wed, 05 Sep 2018 12:34:08 +0800] rev 51639
8209832: Refactor jdk/internal/reflect/Reflection/GetCallerClassTest.sh to plain java test Reviewed-by: alanb, mchung
Tue, 04 Sep 2018 17:04:10 -0700 8197398: (zipfs) Files.walkFileTree walk indefinitelly while processing JAR file with "/" as a directory inside.
sherman [Tue, 04 Sep 2018 17:04:10 -0700] rev 51638
8197398: (zipfs) Files.walkFileTree walk indefinitelly while processing JAR file with "/" as a directory inside. Reviewed-by: alanb
Tue, 04 Sep 2018 14:35:59 -0700 8210039: move OSInfo to top level testlibrary
iignatyev [Tue, 04 Sep 2018 14:35:59 -0700] rev 51637
8210039: move OSInfo to top level testlibrary Reviewed-by: serb, chegar, alanb, dfuchs
Tue, 04 Sep 2018 15:00:08 -0700 8209736: runtime/RedefineTests/ModifyAnonymous.java fails with NullPointerException when running in CDS mode
ccheung [Tue, 04 Sep 2018 15:00:08 -0700] rev 51636
8209736: runtime/RedefineTests/ModifyAnonymous.java fails with NullPointerException when running in CDS mode Summary: add logging of class names in the allLoadedClasses array; throw RuntimeException upon encountering of a null class. Reviewed-by: jiangli
Tue, 04 Sep 2018 14:17:45 -0700 8210192: Hsperf counter ParNew::CMS should be ParNew:CMS
jcbeyler [Tue, 04 Sep 2018 14:17:45 -0700] rev 51635
8210192: Hsperf counter ParNew::CMS should be ParNew:CMS Summary: Rename the counter back to ParNew:CMS and added a test Reviewed-by: sjohanss, tschatzl Contributed-by: manc@google.com
Fri, 31 Aug 2018 22:55:34 -0700 8210182: Remove macros for C compilation from vmTestBase but non jvmti
jcbeyler [Fri, 31 Aug 2018 22:55:34 -0700] rev 51634
8210182: Remove macros for C compilation from vmTestBase but non jvmti Summary: Remove the macros and update the code Reviewed-by: sspitsyn, cjplummer, amenkov
Tue, 04 Sep 2018 12:44:02 -0700 8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
kvn [Tue, 04 Sep 2018 12:44:02 -0700] rev 51633
8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset Summary: replace short jumps and fix other issues when generated code exceed expected range. Reviewed-by: dlong, rasbold
Tue, 04 Sep 2018 18:32:28 +0100 8210366: Typo in MethodHandles.Lookup: must be either be
dfuchs [Tue, 04 Sep 2018 18:32:28 +0100] rev 51632
8210366: Typo in MethodHandles.Lookup: must be either be Reviewed-by: rriggs
Tue, 04 Sep 2018 18:03:44 +0100 8210087: Classes in jdk.unsupported not accessible from jconsole plugin
alanb [Tue, 04 Sep 2018 18:03:44 +0100] rev 51631
8210087: Classes in jdk.unsupported not accessible from jconsole plugin Reviewed-by: erikj
Tue, 04 Sep 2018 09:07:06 -0700 8210279: (bf) Remove unused package private method java.nio.Buffer.truncate()
bpb [Tue, 04 Sep 2018 09:07:06 -0700] rev 51630
8210279: (bf) Remove unused package private method java.nio.Buffer.truncate() Reviewed-by: alanb
Tue, 04 Sep 2018 11:46:23 -0400 8210320: PPC64: Fix uninitialized variable in C1 LIR assembler code
gromero [Tue, 04 Sep 2018 11:46:23 -0400] rev 51629
8210320: PPC64: Fix uninitialized variable in C1 LIR assembler code Reviewed-by: mbaesken, shade, mdoerr
Tue, 04 Sep 2018 13:19:38 +0200 8210357: Zero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
shade [Tue, 04 Sep 2018 13:19:38 +0200] rev 51628
8210357: Zero builds fail after JDK-8207343 (Automate vtable/itable stub size calculation) Reviewed-by: thartmann
Tue, 04 Sep 2018 13:19:37 +0200 8210355: Minimal and Zero non-PCH builds fail after JDK-8207343 (Automate vtable/itable stub size calculation)
shade [Tue, 04 Sep 2018 13:19:37 +0200] rev 51627
8210355: Minimal and Zero non-PCH builds fail after JDK-8207343 (Automate vtable/itable stub size calculation) Reviewed-by: thartmann
Tue, 04 Sep 2018 11:35:35 +0100 8210341: (fs) Typos in PosixFileAttributeView javadoc
alanb [Tue, 04 Sep 2018 11:35:35 +0100] rev 51626
8210341: (fs) Typos in PosixFileAttributeView javadoc Reviewed-by: dfuchs
Tue, 04 Sep 2018 12:18:35 +0200 8207200: Committed > max memory usage when getting MemoryUsage
tschatzl [Tue, 04 Sep 2018 12:18:35 +0200] rev 51625
8207200: Committed > max memory usage when getting MemoryUsage Summary: Make sure that modification of memory usage variables are synchronized with returning them to Java. Reviewed-by: sangheki, mchung
Tue, 04 Sep 2018 12:17:23 +0200 8210265: Crash in HSpaceCounters::update_used()
tschatzl [Tue, 04 Sep 2018 12:17:23 +0200] rev 51624
8210265: Crash in HSpaceCounters::update_used() Summary: Guard call to update HSpaceCounters with flag Reviewed-by: shade, sjohanss, kbarrett
Tue, 04 Sep 2018 14:47:55 +0800 8210338: Better output for GenerationTests.java
weijun [Tue, 04 Sep 2018 14:47:55 +0800] rev 51623
8210338: Better output for GenerationTests.java Reviewed-by: xuelei
Tue, 04 Sep 2018 08:06:31 +0200 8210307: 8210246 broke NMT jtreg tests
stuefe [Tue, 04 Sep 2018 08:06:31 +0200] rev 51622
8210307: 8210246 broke NMT jtreg tests Reviewed-by: goetz, iklam
Mon, 03 Sep 2018 14:27:03 +0200 8210314: [aix] NMT does not show "Safepoint" memory type
stuefe [Mon, 03 Sep 2018 14:27:03 +0200] rev 51621
8210314: [aix] NMT does not show "Safepoint" memory type Reviewed-by: goetz, mbaesken
Mon, 03 Sep 2018 13:42:58 +0300 8209408: Primitive heap access for interpreter BarrierSetAssembler/arm32
bulasevich [Mon, 03 Sep 2018 13:42:58 +0300] rev 51620
8209408: Primitive heap access for interpreter BarrierSetAssembler/arm32 Reviewed-by: rkennke
Mon, 03 Sep 2018 13:39:35 +0300 8207247: AARCH64: Enable Minimal and Client VM builds
avoitylov [Mon, 03 Sep 2018 13:39:35 +0300] rev 51619
8207247: AARCH64: Enable Minimal and Client VM builds Reviewed-by: aph
Mon, 03 Sep 2018 09:43:08 +0200 8207343: Automate vtable/itable stub size calculation
lucy [Mon, 03 Sep 2018 09:43:08 +0200] rev 51618
8207343: Automate vtable/itable stub size calculation Reviewed-by: kvn, mdoerr
Sat, 01 Sep 2018 12:02:07 -0700 8210246: NMTUtil::_memory_type_names should be in sync with MemoryType
iklam [Sat, 01 Sep 2018 12:02:07 -0700] rev 51617
8210246: NMTUtil::_memory_type_names should be in sync with MemoryType Reviewed-by: ccheung, jiangli, coleenp
Sat, 01 Sep 2018 18:15:27 +0200 8210259: [testbug] IncompatibleOptions.java fails if VM configured without ZGC
goetz [Sat, 01 Sep 2018 18:15:27 +0200] rev 51616
8210259: [testbug] IncompatibleOptions.java fails if VM configured without ZGC Reviewed-by: pliden, kbarrett
Fri, 31 Aug 2018 14:54:42 -0700 8208608: Update --module-source-path to allow explicit source paths for specific modules
jjg [Fri, 31 Aug 2018 14:54:42 -0700] rev 51615
8208608: Update --module-source-path to allow explicit source paths for specific modules Reviewed-by: jlahoda
Fri, 31 Aug 2018 16:29:49 -0400 8210235: JvmtiTrace::safe_get_current_thread_name is unsafe in debug builds
kbarrett [Fri, 31 Aug 2018 16:29:49 -0400] rev 51614
8210235: JvmtiTrace::safe_get_current_thread_name is unsafe in debug builds Summary: Use Thread::current_or_null and handle NULL result. Reviewed-by: coleenp
Fri, 31 Aug 2018 11:56:43 -0700 8209585: [Graal] vmTestbase/nsk/jvmti/scenarios/sampling tests fail with "Too small stack of resumed thread"
dtitov [Fri, 31 Aug 2018 11:56:43 -0700] rev 51613
8209585: [Graal] vmTestbase/nsk/jvmti/scenarios/sampling tests fail with "Too small stack of resumed thread" Reviewed-by: sspitsyn, amenkov, cjplummer, jcbeyler
Fri, 31 Aug 2018 18:01:47 +0100 8210226: Add support for multiple project folders to idea.sh
mcimadamore [Fri, 31 Aug 2018 18:01:47 +0100] rev 51612
8210226: Add support for multiple project folders to idea.sh Summary: Overhaul templating logic for idea.sh; add support for -o option Reviewed-by: erikj, ihse
Fri, 31 Aug 2018 09:53:37 -0700 8067354: com/sun/jdi/GetLocalVariables4Test.sh failed
amenkov [Fri, 31 Aug 2018 09:53:37 -0700] rev 51611
8067354: com/sun/jdi/GetLocalVariables4Test.sh failed Reviewed-by: jcbeyler, sspitsyn
Fri, 31 Aug 2018 10:22:04 -0400 8206424: Use locking for cleaning ProtectionDomainTable
pchilanomate [Fri, 31 Aug 2018 10:22:04 -0400] rev 51610
8206424: Use locking for cleaning ProtectionDomainTable Summary: ServiceThread is now in charge of cleaning ProtectionDomainTable entries Reviewed-by: coleenp, iklam
Fri, 31 Aug 2018 09:10:27 -0400 8207793: [TESTBUG] runtime/Metaspace/FragmentMetaspace.java fails: heap needs to be increased
coleenp [Fri, 31 Aug 2018 09:10:27 -0400] rev 51609
8207793: [TESTBUG] runtime/Metaspace/FragmentMetaspace.java fails: heap needs to be increased Summary: Reduce test time and allow OOM. Reviewed-by: iklam, hseigel
Fri, 31 Aug 2018 07:03:46 -0400 8210155: Lock ClassLoaderDataGraph
coleenp [Fri, 31 Aug 2018 07:03:46 -0400] rev 51608
8210155: Lock ClassLoaderDataGraph Summary: In preparation for concurrent class unloading. Reviewed-by: hseigel, eosterlund
Fri, 31 Aug 2018 12:41:00 +0200 8176453: Javadoc search: there are issues with generics in parameters
hannesw [Fri, 31 Aug 2018 12:41:00 +0200] rev 51607
8176453: Javadoc search: there are issues with generics in parameters Reviewed-by: jjg, sundar
Fri, 31 Aug 2018 11:43:06 +0200 8210066: [JVMCI] iterateFrames uses wrong GrowableArray API for appending
dnsimon [Fri, 31 Aug 2018 11:43:06 +0200] rev 51606
8210066: [JVMCI] iterateFrames uses wrong GrowableArray API for appending Reviewed-by: dlong, twisti
Fri, 31 Aug 2018 09:37:03 +0200 6657100: Rename sparcWorks to solstudio in HotSpot
ihse [Fri, 31 Aug 2018 09:37:03 +0200] rev 51605
6657100: Rename sparcWorks to solstudio in HotSpot Reviewed-by: erikj, dcubed
Thu, 30 Aug 2018 13:12:38 +0200 8210205: build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp)
mbaesken [Thu, 30 Aug 2018 13:12:38 +0200] rev 51604
8210205: build fails on AIX in hotspot cpp tests (for example getstacktr001.cpp) Reviewed-by: mdoerr, stuefe
Fri, 31 Aug 2018 10:32:47 +0800 8209362: sun/security/ssl/SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use (Bind failed)"
jjiang [Fri, 31 Aug 2018 10:32:47 +0800] rev 51603
8209362: sun/security/ssl/SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use (Bind failed)" Summary: Refactor this test with SSLSocketTemplate Reviewed-by: xuelei
Fri, 31 Aug 2018 10:00:22 +0800 8208280: java/nio/channels/Selector/RegisterDuringSelect.java fails with "key not removed from key set"
mli [Fri, 31 Aug 2018 10:00:22 +0800] rev 51602
8208280: java/nio/channels/Selector/RegisterDuringSelect.java fails with "key not removed from key set" Reviewed-by: alanb
Thu, 30 Aug 2018 17:59:40 -0700 8210118: better jdb test diagnostics when getting "Prompt is not received during ... milliseconds" failures
cjplummer [Thu, 30 Aug 2018 17:59:40 -0700] rev 51601
8210118: better jdb test diagnostics when getting "Prompt is not received during ... milliseconds" failures Summary: print pending reply when prompt is not recieved Reviewed-by: dholmes, gadams, sspitsyn, jcbeyler
Thu, 30 Aug 2018 17:03:46 -0400 8209975: Some GCThreadLocalData not initialized
kbarrett [Thu, 30 Aug 2018 17:03:46 -0400] rev 51600
8209975: Some GCThreadLocalData not initialized Summary: Perform deferred BarrierSet initializations for NonJavaThreads too. Reviewed-by: eosterlund, pliden
Thu, 30 Aug 2018 16:33:14 -0400 8210164: building Minimal VM fails with error: comparison of unsigned expression < 0 is always false [-Werror=type-limits]
avoitylov [Thu, 30 Aug 2018 16:33:14 -0400] rev 51599
8210164: building Minimal VM fails with error: comparison of unsigned expression < 0 is always false [-Werror=type-limits] Summary: Conditionalize compare with serial_phase_count. Reviewed-by: kbarrett, shade
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip