mdoerr [Wed, 12 Sep 2018 12:54:16 +0200] rev 51710
8210497: [PPC64] Vector registers not saved across safepoint
Reviewed-by: goetz, lucy
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
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
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
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
rkennke [Fri, 31 Aug 2018 16:28:52 +0200] rev 51705
8210187: Explicit barriers for C2
Reviewed-by: eosterlund, shade, roland, pliden
mikael [Tue, 11 Sep 2018 20:37:47 -0700] rev 51704
8210513: Obsolete SyncFlags
Reviewed-by: coleenp, dcubed, dholmes
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
mikael [Tue, 11 Sep 2018 13:54:34 -0700] rev 51702
8210514: Obsolete SyncVerbose
Reviewed-by: coleenp, dcubed
iklam [Wed, 05 Sep 2018 18:14:45 -0700] rev 51701
8210289: ArchivedKlassSubGraphInfoRecord is incomplete
Reviewed-by: jiangli, ccheung
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
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
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
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
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
tschatzl [Tue, 11 Sep 2018 09:14:36 +0200] rev 51695
8210467: Remove unused G1CollectedHeap::_max_heap_capacity
Reviewed-by: sjohanss, phh
tschatzl [Tue, 11 Sep 2018 09:13:37 +0200] rev 51694
8210463: Recalculate_used() always sets time taken in G1GCPhaseTimes
Reviewed-by: phh, sjohanss
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
weijun [Tue, 11 Sep 2018 08:48:26 +0800] rev 51692
8205507: jdk/javax/xml/crypto/dsig/GenerationTests.java timed out
Reviewed-by: mullan
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
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
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
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
iignatyev [Mon, 10 Sep 2018 14:23:37 -0700] rev 51687
8182404: remove jdk.testlibrary.JDKToolFinder and JDKToolLauncher
Reviewed-by: amenkov, jcbeyler, alanb
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
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
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
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
eosterlund [Mon, 10 Sep 2018 13:07:42 +0200] rev 51682
8210321: Create NO_KEEPALIVE CLD holder accessor
Reviewed-by: coleenp, kbarrett
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
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
ihse [Mon, 10 Sep 2018 10:02:48 +0200] rev 51679
8056217: Remove awt_makecube.cpp
Reviewed-by: erikj, serb
ihse [Mon, 10 Sep 2018 09:59:27 +0200] rev 51678
8081858: make dist-clean does not delete all log files
Reviewed-by: erikj
ihse [Mon, 10 Sep 2018 09:58:23 +0200] rev 51677
8200609: Proper fix for mapfile removal for libjsig
Reviewed-by: erikj, dholmes
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
iignatyev [Fri, 07 Sep 2018 14:01:52 -0700] rev 51675
8210112: remove jdk.testlibrary.ProcessTools
Reviewed-by: alanb, sspitsyn, jcbeyler
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
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
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
sherman [Fri, 07 Sep 2018 10:17:49 -0700] rev 51671
8210345: The Japanese message of FileNotFoundException garbled
Reviewed-by: alanb
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
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
dholmes [Fri, 07 Sep 2018 08:14:47 -0400] rev 51668
8210486: Unused code in check_nest_attributes function
Reviewed-by: mikael, sspitsyn
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
roland [Thu, 06 Sep 2018 16:27:07 +0200] rev 51666
8209544: AES encrypt performance regression in jdk11b11
Reviewed-by: kvn, vlivanov
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
xyin [Fri, 07 Sep 2018 09:09:31 +0800] rev 51664
8042902: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails intermittently
Reviewed-by: chegar
mikael [Thu, 06 Sep 2018 18:06:24 -0700] rev 51663
8210381: Obsolete EmitSync
Reviewed-by: kvn, dcubed, mdoerr, mbaesken, shade
jjg [Thu, 06 Sep 2018 16:15:32 -0700] rev 51662
8210009: Source Launcher classloader should support getResource and getResourceAsStream
Reviewed-by: mchung, plevart
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
naoto [Thu, 06 Sep 2018 10:49:17 -0700] rev 51660
8210142: java.util.Calendar.clone() doesn't respect sharedZone flag
Reviewed-by: rriggs
ccheung [Thu, 06 Sep 2018 09:30:47 -0700] rev 51659
8185145: AppCDS custom loader support on Mac OS X
Reviewed-by: dholmes, gziemski
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
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
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
rhalade [Wed, 05 Sep 2018 21:06:01 -0700] rev 51655
8210432: Add additional TeliaSonera root certificate
Reviewed-by: mullan
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
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
jwilhelm [Thu, 06 Sep 2018 02:50:04 +0200] rev 51652
Added tag jdk-12+10 for changeset 8f594f75e054
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