hg: valhalla/valhalla: 187 new changesets

david.holmes at oracle.com david.holmes at oracle.com
Sun Sep 23 15:02:17 UTC 2018


Changeset: 0fd48caf8243
Author:    mcimadamore
Date:      2018-09-06 13:13 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0fd48caf8243

8210318: idea.sh script doesn't work on Mac
Summary: remove usage non-portable sed options
Reviewed-by: erikj, ihse

! bin/idea.sh
! make/langtools/intellij/template/runConfigurations/javac.xml
! make/langtools/intellij/template/runConfigurations/javadoc.xml
! make/langtools/intellij/template/runConfigurations/javap.xml
! make/langtools/intellij/template/runConfigurations/jshell.xml
! make/langtools/intellij/template/runConfigurations/sjavac.xml

Changeset: 805807f15830
Author:    vromero
Date:      2018-09-06 05:44 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/805807f15830

8210435: don't add local variable spots if they are DCE'ed by the compiler
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Gen.java
+ test/langtools/tools/javac/T8210435/NoLocalsMustBeReservedForDCEedVarsTest.java

Changeset: ca3003390cf0
Author:    ccheung
Date:      2018-09-06 09:30 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ca3003390cf0

8185145: AppCDS custom loader support on Mac OS X
Reviewed-by: dholmes, gziemski

! src/hotspot/share/classfile/classListParser.cpp
! test/lib/jdk/test/lib/Platform.java

Changeset: c3ad012182b1
Author:    naoto
Date:      2018-09-06 10:49 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c3ad012182b1

8210142: java.util.Calendar.clone() doesn't respect sharedZone flag
Reviewed-by: rriggs

! src/java.base/share/classes/java/util/Calendar.java
! test/jdk/java/util/Calendar/CalendarTest.java

Changeset: a4c50d83af82
Author:    igerasim
Date:      2018-09-06 12:10 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a4c50d83af82

8210285: CharsetDecoder/Encoder's constructor does not reject NaN
Reviewed-by: sherman, smarks, alanb, martin, darcy

! src/java.base/share/classes/java/nio/charset/Charset-X-Coder.java.template
+ test/jdk/java/nio/charset/CharsetDecoder/NaNinCtor.java
+ test/jdk/java/nio/charset/CharsetEncoder/NaNinCtor.java

Changeset: fe4349d27282
Author:    jjg
Date:      2018-09-06 16:15 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/fe4349d27282

8210009: Source Launcher classloader should support getResource and getResourceAsStream
Reviewed-by: mchung, plevart

! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/Main.java
+ test/langtools/tools/javac/launcher/GetResourceTest.java
+ test/langtools/tools/javac/launcher/src/CLTest.java

Changeset: a65d8a6fa424
Author:    mikael
Date:      2018-09-06 18:06 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a65d8a6fa424

8210381: Obsolete EmitSync
Reviewed-by: kvn, dcubed, mdoerr, mbaesken, shade

! src/hotspot/cpu/aarch64/aarch64.ad
! src/hotspot/cpu/ppc/macroAssembler_ppc.cpp
! src/hotspot/cpu/s390/macroAssembler_s390.cpp
! src/hotspot/cpu/sparc/macroAssembler_sparc.cpp
! src/hotspot/cpu/x86/macroAssembler_x86.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp

Changeset: a8bdd9c24d37
Author:    xyin
Date:      2018-09-07 09:09 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a8bdd9c24d37

8042902: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails intermittently
Reviewed-by: chegar

! test/jdk/java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java

Changeset: cda49f297cb1
Author:    dlong
Date:      2018-09-06 17:45 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cda49f297cb1

8209361: [AOT] Unexpected number of references for JVMTI_HEAP_REFERENCE_CONSTANT_POOL [111-->111]: 0 (expected at least 1)
Reviewed-by: coleenp, dholmes

! src/hotspot/share/prims/jvmtiTagMap.cpp

Changeset: 7e6b86eb7914
Author:    roland
Date:      2018-09-06 16:27 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7e6b86eb7914

8209544: AES encrypt performance regression in jdk11b11
Reviewed-by: kvn, vlivanov

! src/hotspot/share/opto/subnode.cpp

Changeset: 799cddff49fe
Author:    mullan
Date:      2018-09-07 08:02 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/799cddff49fe

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

! src/java.base/share/classes/java/net/URLClassLoader.java
! src/java.base/share/classes/java/security/SecureClassLoader.java

Changeset: 0a8d4f484987
Author:    dholmes
Date:      2018-09-07 08:14 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0a8d4f484987

8210486: Unused code in check_nest_attributes function
Reviewed-by: mikael, sspitsyn

! src/hotspot/share/prims/jvmtiRedefineClasses.cpp

Changeset: 480486f31b3b
Author:    aleonard
Date:      2018-09-07 11:24 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/480486f31b3b

8209786: JDK12 fails to build on s390x with gcc 7.3
Reviewed-by: ihse, goetz

! make/lib/CoreLibraries.gmk
! src/java.desktop/share/native/libmlib_image/mlib_ImageLookUp_Bit.c

Changeset: 2dddc9394b49
Author:    mcimadamore
Date:      2018-09-07 15:56 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2dddc9394b49

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

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
+ test/langtools/tools/javac/lambda/8210495/T8210495.java

Changeset: 9f6903174bad
Author:    sherman
Date:      2018-09-07 10:17 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9f6903174bad

8210345: The Japanese message of FileNotFoundException garbled
Reviewed-by: alanb

! src/java.base/share/native/libjava/io_util.c

Changeset: b613bf6a10b1
Author:    jcbeyler
Date:      2018-09-07 09:50 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b613bf6a10b1

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

! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf005/getintrf005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf006/getintrf006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/getintrf007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt001/getjlocfmt001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt002/getjlocfmt002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/getjniftab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002/getjniftab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab001/linetab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab002/linetab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab003/linetab003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss001/loadedclss001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss002/loadedclss002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/getlocal001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal002/getlocal002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab001/localtab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab002/localtab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab003/localtab003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/localtab004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab005/localtab005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc001/maxloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc002/maxloc002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001/declcls001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls002/declcls002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls003/declcls003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc001/methloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc002/methloc002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod001/methmod001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod002/methmod002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname001/methname001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname002/methname002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname003/methname003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectHashCode/objhashcode001/objhashcode001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/objmonusage001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage002/objmonusage002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/objmonusage003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004/objmonusage004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage005/objmonusage005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006/objmonusage006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/objsize001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectsWithTags/objwithtags001/objwithtags001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf001/ownmoninf001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf002/ownmoninf002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf003/ownmoninf003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase001/getphase001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase002/getphase002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPotentialCapabilities/getpotcaps001/getpotcaps001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex001/srcdebugex001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex002/srcdebugex002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex003/srcdebugex003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn004/getsrcfn004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn005/getsrcfn005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006/getsrcfn006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr001/getstacktr001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr002/getstacktr002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr003/getstacktr003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr004/getstacktr004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr005/getstacktr005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr006/getstacktr006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr007/getstacktr007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr008/getstacktr008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetStackTrace/getstacktr009/getstacktr009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops001/getsysprops001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops002/getsysprops002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop001/getsysprop001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop002/getsysprop002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTag/gettag001/gettag001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/thrcputime001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002/thrcputime002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001/thrtimerinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/getthrdgrpchld001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo001/thrgrpinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo002/thrgrpinfo002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo001/thrinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/thrinfo002/thrinfo002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadLocalStorage/getthrdstor001/getthrdstor001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat001/thrstat001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat002/thrstat002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat003/thrstat003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat004/thrstat004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/thrstat005/thrstat005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTime/gettime001/gettime001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTimerInfo/timerinfo001/timerinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp001/topthrgrp001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp002/topthrgrp002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetVersionNumber/getvern001/getvern001.cpp

Changeset: 53e61697a020
Author:    kbarrett
Date:      2018-09-07 14:44 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/53e61697a020

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

! src/hotspot/share/prims/jvmtiEnter.xsl
! test/hotspot/jtreg/ProblemList.txt

Changeset: d7dcaacb95dd
Author:    jiangli
Date:      2018-09-07 15:18 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d7dcaacb95dd

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

! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/memory/metaspaceShared.hpp
! src/hotspot/share/memory/universe.cpp

Changeset: b487c1e914d0
Author:    iignatyev
Date:      2018-09-07 14:01 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b487c1e914d0

8210112: remove jdk.testlibrary.ProcessTools
Reviewed-by: alanb, sspitsyn, jcbeyler

! test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddModules.java
! test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddOpens.java
! test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddReads.java
! test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ExportModule.java
! test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/MainModuleOnly.java
! test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ModulePathAndCP.java
! test/jdk/com/sun/jdi/BadAgentPath.java
! test/jdk/com/sun/jdi/BadHandshakeTest.java
! test/jdk/com/sun/jdi/DoubleAgentTest.java
! test/jdk/com/sun/jdi/ExclusiveBind.java
! test/jdk/com/sun/jdi/NoLaunchOptionTest.java
! test/jdk/com/sun/jdi/ProcessAttachTest.java
! test/jdk/com/sun/jdi/RunToExit.java
! test/jdk/com/sun/jdi/SuspendNoFlagTest.java
! test/jdk/com/sun/jdi/cds/CDSBreakpointTest.java
! test/jdk/com/sun/jdi/cds/CDSDeleteAllBkptsTest.java
! test/jdk/com/sun/jdi/cds/CDSFieldWatchpoints.java
! test/jdk/com/sun/jdi/cds/CDSJDITest.java
! test/jdk/com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java
! test/jdk/com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.java
! test/jdk/com/sun/management/OperatingSystemMXBean/TestTotalSwap.java
! test/jdk/com/sun/tools/attach/BasicTests.java
! test/jdk/com/sun/tools/attach/PermissionTest.java
! test/jdk/com/sun/tools/attach/ProviderTest.java
! test/jdk/com/sun/tools/attach/RunnerUtil.java
! test/jdk/com/sun/tools/attach/StartManagementAgent.java
! test/jdk/com/sun/tools/attach/TempDirTest.java
! test/jdk/java/io/BufferedInputStream/LargeCopyWithMark.java
! test/jdk/java/lang/Class/forName/modules/TestDriver.java
! test/jdk/java/lang/Class/getResource/ResourcesTest.java
! test/jdk/java/lang/ClassLoader/EndorsedDirs.java
! test/jdk/java/lang/ClassLoader/ExtDirs.java
! test/jdk/java/lang/ClassLoader/GetDotResource.java
! test/jdk/java/lang/ClassLoader/GetSystemPackage.java
! test/jdk/java/lang/ClassLoader/getResource/GetResource.java
! test/jdk/java/lang/ClassLoader/getResource/automaticmodules/Driver.java
! test/jdk/java/lang/ClassLoader/getResource/modules/ResourcesTest.java
! test/jdk/java/lang/ClassLoader/securityManager/ClassLoaderTest.java
! test/jdk/java/lang/ModuleTests/access/AccessTest.java
! test/jdk/java/lang/Runtime/shutdown/ShutdownInterruptedMain.java
! test/jdk/java/lang/StackWalker/CallerFromMain.java
! test/jdk/java/lang/System/LoggerFinder/modules/Base.java
! test/jdk/java/lang/System/LoggerFinder/modules/JDKLoggerForImageTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/JDKLoggerForJDKTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/LoggerInImageTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/NamedLoggerForImageTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/NamedLoggerForJDKTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/UnnamedLoggerForImageTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/UnnamedLoggerForJDKTest.java
! test/jdk/java/lang/System/OsVersionTest.java
! test/jdk/java/lang/instrument/DaemonThread/TestDaemonThread.java
! test/jdk/java/lang/instrument/DaemonThread/TestDaemonThreadLauncher.java
! test/jdk/java/lang/instrument/PremainClass/NoPremainAgentTest.java
! test/jdk/java/lang/instrument/PremainClass/PremainClassTest.java
! test/jdk/java/lang/instrument/PremainClass/ZeroArgPremainAgentTest.java
! test/jdk/java/lang/instrument/executableJAR/ExecJarWithAgent.java
! test/jdk/java/lang/instrument/modules/AppendToClassPathModuleTest.java
! test/jdk/java/lang/management/MemoryMXBean/LowMemoryTest.java
! test/jdk/java/lang/management/MemoryMXBean/RunUtil.java
! test/jdk/java/lang/reflect/Proxy/ProxyClassAccessTest.java
! test/jdk/java/lang/reflect/Proxy/ProxyLayerTest.java
! test/jdk/java/lang/reflect/Proxy/ProxyTest.java
! test/jdk/java/nio/file/spi/SetDefaultProvider.java
! test/jdk/java/rmi/module/ModuleTest.java
! test/jdk/java/security/AccessController/DoPrivAccompliceTest.java
! test/jdk/java/security/KeyStore/PKCS12/KeytoolReaderP12Test.java
! test/jdk/java/security/KeyStore/PKCS12/KeytoolWriteP12Test.java
! test/jdk/java/security/KeyStore/PKCS12/MetadataEmptyTest.java
! test/jdk/java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java
! test/jdk/java/security/KeyStore/PKCS12/StoreTrustedCertAPITest.java
! test/jdk/java/security/KeyStore/PKCS12/StoreTrustedCertKeytool.java
! test/jdk/java/security/KeyStore/PKCS12/Utils.java
! test/jdk/java/security/Policy/ExtensiblePolicy/ExtensiblePolicyWithJarTest.java
! test/jdk/java/security/Policy/SignedJar/SignedJarTest.java
! test/jdk/java/util/Arrays/TimSortStackSize2.java
! test/jdk/java/util/Locale/bcp47u/SystemPropertyTests.java
! test/jdk/java/util/ResourceBundle/modules/cache/CacheTest.java
! test/jdk/java/util/ResourceBundle/modules/casesensitive/CaseInsensitiveNameClash.java
! test/jdk/java/util/ResourceBundle/modules/security/TestPermission.java
! test/jdk/java/util/logging/TestLoggerWeakRefLeak.java
! test/jdk/java/util/logging/modules/GetResourceBundleTest.java
! test/jdk/java/util/zip/EntryCount64k.java
! test/jdk/javax/management/mxbean/MXBeanWeirdParamTest.java
! test/jdk/javax/management/remote/mandatory/connection/DefaultAgentFilterTest.java
! test/jdk/javax/management/security/AuthorizationTest.java
! test/jdk/javax/management/security/SecurityTest.java
! test/jdk/javax/security/auth/Subject/doAs/NestedActions.java
! test/jdk/jdk/internal/misc/VM/RuntimeArguments.java
! test/jdk/jdk/modules/etc/DefaultModules.java
! test/jdk/jdk/modules/incubator/DefaultImage.java
! test/jdk/jdk/modules/incubator/ImageModules.java
! test/jdk/jdk/modules/scenarios/automaticmodules/RunWithAutomaticModules.java
! test/jdk/jdk/modules/scenarios/container/ContainerTest.java
! test/jdk/jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java
! test/jdk/lib/testlibrary/OutputAnalyzerReportingTest.java
! test/jdk/lib/testlibrary/OutputAnalyzerTest.java
- test/jdk/lib/testlibrary/jdk/testlibrary/OutputAnalyzer.java
- test/jdk/lib/testlibrary/jdk/testlibrary/OutputBuffer.java
- test/jdk/lib/testlibrary/jdk/testlibrary/ProcessTools.java
- test/jdk/lib/testlibrary/jdk/testlibrary/StreamPumper.java
! test/jdk/native_sanity/simplenativelauncher/ProgramTest.java
! test/jdk/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java
! test/jdk/sun/management/jdp/DynamicLauncher.java
! test/jdk/sun/management/jdp/JdpDefaultsTest.java
! test/jdk/sun/management/jdp/JdpJmxRemoteDynamicPortTest.java
! test/jdk/sun/management/jdp/JdpOffTest.java
! test/jdk/sun/management/jdp/JdpSpecificAddressTest.java
! test/jdk/sun/management/jdp/PortAlreadyInUseTest.java
! test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java
! test/jdk/sun/management/jmxremote/bootstrap/CustomLauncherTest.java
! test/jdk/sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java
! test/jdk/sun/management/jmxremote/bootstrap/LocalManagementTest.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java
! test/jdk/sun/management/jmxremote/startstop/JMXStartStopTest.java
! test/jdk/sun/management/jmxremote/startstop/JMXStatusPerfCountersTest.java
! test/jdk/sun/management/jmxremote/startstop/JMXStatusTest.java
! test/jdk/sun/management/jmxremote/startstop/ManagementAgentJcmd.java
! test/jdk/sun/security/krb5/auto/tools/KinitConfPlusProps.java
! test/jdk/sun/security/ssl/SSLEngineImpl/SSLEngineKeyLimit.java
! test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketKeyLimit.java
! test/jdk/sun/security/tools/jarsigner/TsacertOptionTest.java
! test/jdk/sun/security/tools/jarsigner/Warning.java
! test/jdk/sun/security/tools/jarsigner/warnings/AliasNotInStoreTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/BadExtendedKeyUsageTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/BadNetscapeCertTypeTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/ChainNotValidatedTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/HasExpiredCertTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/HasExpiringCertTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/HasUnsignedEntryTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/MultipleWarningsTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/NoTimestampTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/NotSignedByAliasTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/NotYetValidCertTest.java
! test/jdk/sun/security/tools/jarsigner/warnings/Test.java
! test/jdk/sun/tools/jcmd/JcmdBase.java
! test/jdk/sun/tools/jcmd/TestJcmdDefaults.java
! test/jdk/sun/tools/jcmd/TestJcmdSanity.java
! test/jdk/sun/tools/jhsdb/BasicLauncherTest.java
! test/jdk/sun/tools/jhsdb/HeapDumpTest.java
! test/jdk/sun/tools/jinfo/BasicJInfoTest.java
! test/jdk/sun/tools/jmap/BasicJMapTest.java
! test/jdk/sun/tools/jps/JpsHelper.java
! test/jdk/sun/tools/jps/TestJpsSanity.java
! test/jdk/sun/tools/jstack/BasicJStackTest.java
! test/jdk/sun/tools/jstack/DeadlockDetectionTest.java
! test/jdk/sun/tools/jstat/JStatInterval.java
! test/jdk/sun/tools/jstatd/JstatdTest.java
! test/jdk/sun/tools/jstatd/TestJstatdUsage.java
! test/jdk/tools/jimage/JImageToolTest.java
! test/jdk/tools/jlink/basic/AllModulePath.java
! test/jdk/tools/jlink/basic/BasicTest.java
! test/jdk/tools/jlink/bindservices/BindServices.java
! test/jdk/tools/jlink/plugins/SystemModuleDescriptors/CompiledVersionTest.java
! test/jdk/tools/jlink/plugins/SystemModuleDescriptors/UserModuleTest.java
! test/jdk/tools/launcher/InfoStreams.java
! test/jdk/tools/launcher/modules/addexports/AddExportsTest.java
! test/jdk/tools/launcher/modules/addexports/AddExportsTestWarningError.java
! test/jdk/tools/launcher/modules/addexports/manifest/AddExportsAndOpensInManifest.java
! test/jdk/tools/launcher/modules/addmods/AddModsTest.java
! test/jdk/tools/launcher/modules/addreads/AddReadsTest.java
! test/jdk/tools/launcher/modules/addreads/AddReadsTestWarningError.java
! test/jdk/tools/launcher/modules/basic/BasicTest.java
! test/jdk/tools/launcher/modules/basic/InitErrors.java
! test/jdk/tools/launcher/modules/classpath/JavaClassPathTest.java
! test/jdk/tools/launcher/modules/describe/DescribeModuleTest.java
! test/jdk/tools/launcher/modules/dryrun/DryRunTest.java
! test/jdk/tools/launcher/modules/illegalaccess/IllegalAccessTest.java
! test/jdk/tools/launcher/modules/limitmods/LimitModsTest.java
! test/jdk/tools/launcher/modules/listmods/ListModsTest.java
! test/jdk/tools/launcher/modules/patch/basic/PatchTest.java
! test/jdk/tools/launcher/modules/patch/basic/PatchTestWarningError.java
! test/jdk/tools/launcher/modules/patch/systemmodules/PatchSystemModules.java
! test/jdk/tools/launcher/modules/showmoduleresolution/ShowModuleResolutionTest.java
! test/jdk/tools/launcher/modules/validate/ValidateModulesTest.java
! test/lib/jdk/test/lib/apps/LingeredApp.java
! test/lib/jdk/test/lib/dcmd/CommandExecutor.java
! test/lib/jdk/test/lib/process/OutputAnalyzer.java
! test/lib/jdk/test/lib/process/OutputBuffer.java
! test/lib/jdk/test/lib/process/ProcessTools.java
! test/lib/jdk/test/lib/process/StreamPumper.java

Changeset: 5a1be00ea4f6
Author:    erikj
Date:      2018-09-07 14:54 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5a1be00ea4f6

8210283: Support git as an SCM alternative in the build
Reviewed-by: ihse, ehelin

+ .gitignore
! make/SourceRevision.gmk
! make/autoconf/basics.m4
! make/autoconf/spec.gmk.in
! make/common/MakeBase.gmk

Changeset: ddc976897c75
Author:    ihse
Date:      2018-09-10 09:58 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ddc976897c75

8200609: Proper fix for mapfile removal for libjsig
Reviewed-by: erikj, dholmes

! make/lib/Lib-java.base.gmk
- make/mapfiles/libjsig/mapfile-vers-solaris
! src/java.base/unix/native/libjsig/jsig.c

Changeset: 2fdfe34f7262
Author:    ihse
Date:      2018-09-10 09:59 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2fdfe34f7262

8081858: make dist-clean does not delete all log files
Reviewed-by: erikj

! make/Init.gmk
! make/Main.gmk

Changeset: f7563db3ae1b
Author:    ihse
Date:      2018-09-10 10:02 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f7563db3ae1b

8056217: Remove awt_makecube.cpp
Reviewed-by: erikj, serb

- src/java.desktop/windows/native/common/awt_makecube.cpp

Changeset: d058b410af0a
Author:    eosterlund
Date:      2018-09-10 11:24 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d058b410af0a

8210236: Prepare ciReceiverTypeData::translate_receiver_data_from for concurrent class unloading
Reviewed-by: coleenp, roland

! src/hotspot/share/ci/ciMethodData.cpp

Changeset: 72bdaf11dd6a
Author:    eosterlund
Date:      2018-09-10 13:07 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/72bdaf11dd6a

8210233: Prepare Klass::is_loader_alive() for concurrent class unloading
Reviewed-by: coleenp, pliden

! src/hotspot/share/classfile/classLoaderData.hpp
! src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp
! src/hotspot/share/oops/klass.hpp

Changeset: a30461a359f5
Author:    eosterlund
Date:      2018-09-10 13:07 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a30461a359f5

8210321: Create NO_KEEPALIVE CLD holder accessor
Reviewed-by: coleenp, kbarrett

! src/hotspot/share/classfile/classLoaderData.cpp
! src/hotspot/share/classfile/classLoaderData.hpp
! src/hotspot/share/classfile/classLoaderData.inline.hpp

Changeset: 9d494115eda4
Author:    amlu
Date:      2018-09-10 20:17 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9d494115eda4

8209930: Refactor java/util/zip/ZipFile/deletetempjar.sh to plain java test
Reviewed-by: alanb

! test/jdk/java/util/zip/ZipFile/DeleteTempJar.java
+ test/jdk/java/util/zip/ZipFile/DeleteTempJarTest.java
- test/jdk/java/util/zip/ZipFile/deletetempjar.sh

Changeset: 4e99f412148f
Author:    lucy
Date:      2018-09-10 16:40 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4e99f412148f

8210319: [s390]: Use of shift operators not covered by cpp standard
Reviewed-by: mdoerr, goetz

! src/hotspot/cpu/s390/macroAssembler_s390.cpp

Changeset: 1f70116be2df
Author:    mchung
Date:      2018-09-10 12:48 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1f70116be2df

8210502: jdeps does not handle properly on analyzing a mixture of MR JARs and non-MR JARs
Reviewed-by: alanb

! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/ClassFileReader.java
! test/langtools/tools/jdeps/MultiReleaseJar.java
+ test/langtools/tools/jdeps/foo/module-info.java

Changeset: b8b0da4a5f49
Author:    coleenp
Date:      2018-09-10 16:33 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b8b0da4a5f49

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

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/PerformChecksHelper.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/StressHierarchyBaseClass.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/stressHierarchy012/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/share/classload/GeneratingClassLoader.java
- test/hotspot/jtreg/vmTestbase/nsk/share/test/timeoutwatchdog/TimeoutHandler.java
- test/hotspot/jtreg/vmTestbase/nsk/share/test/timeoutwatchdog/TimeoutWatchdog.java
- test/hotspot/jtreg/vmTestbase/vm/share/gc/TriggerUnloadingByFillingHeap.java
! test/hotspot/jtreg/vmTestbase/vm/share/gc/TriggerUnloadingByFillingMetaspace.java
- test/hotspot/jtreg/vmTestbase/vm/share/vmstresser/CompileAndDeoptimize.java
- test/hotspot/jtreg/vmTestbase/vm/share/vmstresser/MetaspaceStresser.java

Changeset: 1e39953aaed8
Author:    iignatyev
Date:      2018-09-10 14:23 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1e39953aaed8

8182404: remove jdk.testlibrary.JDKToolFinder and JDKToolLauncher
Reviewed-by: amenkov, jcbeyler, alanb

! test/hotspot/jtreg/serviceability/sa/DeadlockDetectionTest.java
! test/jdk/java/lang/ClassLoader/getResource/GetResource.java
! test/jdk/java/lang/System/LoggerFinder/modules/Base.java
! test/jdk/java/lang/System/LoggerFinder/modules/JDKLoggerForImageTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/JDKLoggerForJDKTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/LoggerInImageTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/NamedLoggerForImageTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/NamedLoggerForJDKTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/UnnamedLoggerForImageTest.java
! test/jdk/java/lang/System/LoggerFinder/modules/UnnamedLoggerForJDKTest.java
! test/jdk/java/lang/management/MemoryMXBean/LowMemoryTest.java
! test/jdk/java/lang/management/MemoryMXBean/RunUtil.java
! test/jdk/java/net/MulticastSocket/MultiDead.java
! test/jdk/java/net/spi/URLStreamHandlerProvider/Basic.java
! test/jdk/java/security/KeyStore/PKCS12/EntryProtectionTest.java
! test/jdk/java/security/KeyStore/PKCS12/KeytoolReaderP12Test.java
! test/jdk/java/security/KeyStore/PKCS12/KeytoolWriteP12Test.java
! test/jdk/java/security/KeyStore/PKCS12/MetadataEmptyTest.java
! test/jdk/java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java
! test/jdk/java/security/KeyStore/PKCS12/StoreTrustedCertAPITest.java
! test/jdk/java/security/KeyStore/PKCS12/StoreTrustedCertKeytool.java
! test/jdk/java/security/KeyStore/PKCS12/Utils.java
! test/jdk/javax/management/mxbean/MXBeanWeirdParamTest.java
! test/jdk/javax/management/security/AuthorizationTest.java
! test/jdk/javax/management/security/SecurityTest.java
- test/jdk/lib/testlibrary/jdk/testlibrary/JDKToolFinder.java
- test/jdk/lib/testlibrary/jdk/testlibrary/JDKToolLauncher.java
! test/jdk/sun/management/jmxremote/startstop/ManagementAgentJcmd.java
! test/jdk/sun/security/tools/jarsigner/Warning.java
! test/jdk/sun/tools/jcmd/JcmdBase.java
! test/jdk/sun/tools/jhsdb/BasicLauncherTest.java
! test/jdk/sun/tools/jhsdb/HeapDumpTest.java
! test/jdk/sun/tools/jhsdb/heapconfig/TmtoolTestScenario.java
! test/jdk/sun/tools/jinfo/BasicJInfoTest.java
! test/jdk/sun/tools/jmap/BasicJMapTest.java
! test/jdk/sun/tools/jps/JpsHelper.java
! test/jdk/sun/tools/jstack/BasicJStackTest.java
! test/jdk/sun/tools/jstack/DeadlockDetectionTest.java
! test/jdk/sun/tools/jstat/JStatInterval.java
! test/jdk/sun/tools/jstat/jstatClassloadOutput1.sh
! test/jdk/sun/tools/jstatd/JstatdTest.java
! test/jdk/sun/tools/jstatd/TestJstatdUsage.java
! test/jdk/tools/jar/compat/CLICompatibility.java
! test/jdk/tools/jar/modularJar/Basic.java
! test/jdk/tools/launcher/modules/patch/systemmodules/PatchSystemModules.java

Changeset: fd3b632801aa
Author:    jiangli
Date:      2018-09-10 18:30 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/fd3b632801aa

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

! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/runtime/appcds/cacheObject/CheckArchivedModuleApp.java

Changeset: 9d89c0835ac1
Author:    dholmes
Date:      2018-09-10 18:57 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9d89c0835ac1

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

! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java

Changeset: b83571bbc147
Author:    kbarrett
Date:      2018-09-10 19:18 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b83571bbc147

8210511: TestSingleWriterSynchronizer can deadlock
Summary: Check for safepoints in test loops.
Reviewed-by: coleenp, eosterlund

! test/hotspot/gtest/utilities/test_singleWriterSynchronizer.cpp

Changeset: f036f767708e
Author:    dlong
Date:      2018-09-10 16:33 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f036f767708e

8210434: [Graal] 8209301 prevents GitHub Graal from compiling with latest JDK
Reviewed-by: dnsimon, kvn

! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/AOTCompiledClass.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedObjectType.java

Changeset: fca6c9aca3e6
Author:    weijun
Date:      2018-09-11 08:48 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/fca6c9aca3e6

8205507: jdk/javax/xml/crypto/dsig/GenerationTests.java timed out
Reviewed-by: mullan

! test/jdk/javax/xml/crypto/dsig/GenerationTests.java

Changeset: 59de57e466ba
Author:    xyin
Date:      2018-09-11 09:27 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/59de57e466ba

8209773: Refactor shell test javax/naming/module/basic.sh to java
Reviewed-by: vtewari, alanb

+ test/jdk/javax/naming/module/RunBasic.java
- test/jdk/javax/naming/module/basic.sh

Changeset: 0dca9b29bf30
Author:    tschatzl
Date:      2018-09-11 09:13 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0dca9b29bf30

8210463: Recalculate_used() always sets time taken in G1GCPhaseTimes
Reviewed-by: phh, sjohanss

! src/hotspot/share/gc/g1/g1CollectedHeap.cpp

Changeset: bbc7157ad9c5
Author:    tschatzl
Date:      2018-09-11 09:14 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/bbc7157ad9c5

8210467: Remove unused G1CollectedHeap::_max_heap_capacity
Reviewed-by: sjohanss, phh

! src/hotspot/share/gc/g1/g1CollectedHeap.hpp

Changeset: f912267934e0
Author:    vtewari
Date:      2018-09-11 17:48 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f912267934e0

8205330: InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
Reviewed-by: chegar, dfuchs

! src/java.naming/share/classes/com/sun/jndi/ldap/LdapClient.java

Changeset: 49e1b21d9878
Author:    hseigel
Date:      2018-09-11 09:53 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/49e1b21d9878

8210470: Remove unused Verifier::verify() Verifier::Mode argument
Summary: Remove the unused argument.
Reviewed-by: coleenp, jiangli

! src/hotspot/share/classfile/verifier.cpp
! src/hotspot/share/classfile/verifier.hpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/instanceKlass.hpp
! src/hotspot/share/prims/jvmtiRedefineClasses.cpp

Changeset: 74dde8b66b7f
Author:    coleenp
Date:      2018-09-11 09:42 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/74dde8b66b7f

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

! src/hotspot/share/classfile/classLoaderData.cpp
! src/hotspot/share/classfile/classLoaderData.inline.hpp
! src/hotspot/share/classfile/classLoaderStats.cpp
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/javaClasses.hpp
! src/hotspot/share/gc/parallel/psCompactionManager.cpp
! src/hotspot/share/jfr/periodic/jfrPeriodic.cpp
! src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp
! src/hotspot/share/prims/whitebox.cpp

Changeset: 543a3fb81c4c
Author:    jcbeyler
Date:      2018-09-11 10:12 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/543a3fb81c4c

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

! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassPrepare/classprep001/classprep001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/clrbrk001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk002/clrbrk002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk005/clrbrk005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw001/clrfldw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw002/clrfldw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw001/clrfmodw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw002/clrfmodw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon001/crrawmon001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon002/crrawmon002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Deallocate/dealloc001/dealloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon001/drrawmon001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon003/drrawmon003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon004/drrawmon004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Exception/exception001/exception001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ExceptionCatch/excatch001/excatch001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc001/fieldacc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc002/fieldacc002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc003/fieldacc003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldAccess/fieldacc004/fieldacc004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldModification/fieldmod001/fieldmod001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/FieldModification/fieldmod002/fieldmod002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/FramePop/framepop001/framepop001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/FramePop/framepop002/framepop002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/getjniftab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002/getjniftab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd002/intrpthrd002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/intrpthrd003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray004/isarray004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray005/isarray005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin002/isfldsin002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/isfldsin003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf004/isintrf004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf005/isintrf005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative001/isnative001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative002/isnative002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/issynth001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth002/issynth002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodEntry/mentry001/mentry001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodEntry/mentry002/mentry002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit001/mexit001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/MethodExit/mexit002/mexit002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop001/nframepop001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/nframepop002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/nframepop003.cpp

Changeset: 0fa33d4e721e
Author:    pchilanomate
Date:      2018-09-11 13:34 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0fa33d4e721e

8210300: runtime/MemberName/MemberNameLeak.java fails with RuntimeException
Summary: Added flag -XX:+UnlockDiagnosticVMOptions to tests failing in product builds
Reviewed-by: dcubed, dholmes

! test/hotspot/jtreg/runtime/Dictionary/CleanProtectionDomain.java
! test/hotspot/jtreg/runtime/MemberName/MemberNameLeak.java

Changeset: 9012aeaf993b
Author:    iklam
Date:      2018-09-05 18:14 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9012aeaf993b

8210289: ArchivedKlassSubGraphInfoRecord is incomplete
Reviewed-by: jiangli, ccheung

! src/hotspot/share/memory/heapShared.cpp
! src/hotspot/share/memory/heapShared.hpp
! src/hotspot/share/memory/metaspaceShared.cpp

Changeset: ebd5b1ad971a
Author:    mikael
Date:      2018-09-11 13:54 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ebd5b1ad971a

8210514: Obsolete SyncVerbose
Reviewed-by: coleenp, dcubed

! src/hotspot/share/prims/jvmtiRawMonitor.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/objectMonitor.cpp
! src/hotspot/share/runtime/objectMonitor.hpp
! src/hotspot/share/runtime/synchronizer.cpp
! src/hotspot/share/runtime/thread.cpp

Changeset: 4ffb0a33f265
Author:    igerasim
Date:      2018-09-11 14:51 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4ffb0a33f265

8210347: Combine subsequent calls to Set.contains() and Set.add()
Reviewed-by: smarks, bpb

! src/java.base/share/classes/java/lang/ModuleLayer.java
! src/java.base/share/classes/java/lang/module/Configuration.java
! src/java.base/share/classes/java/util/ServiceLoader.java
! src/java.base/share/classes/java/util/stream/DistinctOps.java

Changeset: 2368e8e9cec6
Author:    mikael
Date:      2018-09-11 20:37 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2368e8e9cec6

8210513: Obsolete SyncFlags
Reviewed-by: coleenp, dcubed, dholmes

! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/objectMonitor.cpp

Changeset: 8123901bc3d1
Author:    rkennke
Date:      2018-08-31 16:28 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8123901bc3d1

8210187: Explicit barriers for C2
Reviewed-by: eosterlund, shade, roland, pliden

! src/hotspot/share/gc/shared/c2/barrierSetC2.hpp
! src/hotspot/share/opto/graphKit.cpp
! src/hotspot/share/opto/graphKit.hpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/stringopts.cpp

Changeset: be8fe2a352be
Author:    thartmann
Date:      2018-09-12 09:23 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/be8fe2a352be

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

! src/hotspot/share/opto/phaseX.cpp
+ test/hotspot/jtreg/compiler/c2/TestUnreachableRegionDuringCCP.java

Changeset: 8c7198cac800
Author:    adinn
Date:      2018-09-12 09:12 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8c7198cac800

8210578: AArch64: Invalid encoding for fmlsvs instruction
Summary: sub_op code for fmslvs should be 1 not 0
Reviewed-by: roland

! src/hotspot/cpu/aarch64/assembler_aarch64.hpp

Changeset: 469ab7c92a32
Author:    tschatzl
Date:      2018-09-12 11:08 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/469ab7c92a32

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

! src/hotspot/share/gc/g1/g1OopClosures.hpp
! src/hotspot/share/oops/instanceRefKlass.inline.hpp

Changeset: a15a61e954c0
Author:    ihse
Date:      2018-09-12 12:23 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a15a61e954c0

8059019: sdp.conf.template should be copied on linux too
Reviewed-by: alanb, erikj

! make/copy/Copy-java.base.gmk

Changeset: 355bd23b46e5
Author:    mdoerr
Date:      2018-09-12 12:54 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/355bd23b46e5

8210497: [PPC64] Vector registers not saved across safepoint
Reviewed-by: goetz, lucy

! src/hotspot/cpu/ppc/ppc.ad
! src/hotspot/cpu/ppc/register_ppc.cpp
! src/hotspot/cpu/ppc/register_ppc.hpp
! src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp
! src/hotspot/cpu/ppc/vmreg_ppc.inline.hpp

Changeset: 3aafd7015d87
Author:    mhorie
Date:      2018-09-12 14:24 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3aafd7015d87

8208171: PPC64: Enrich SLP support
Reviewed-by: mdoerr, gromero

! src/hotspot/cpu/ppc/assembler_ppc.hpp
! src/hotspot/cpu/ppc/assembler_ppc.inline.hpp
! src/hotspot/cpu/ppc/ppc.ad
! src/hotspot/cpu/ppc/register_definitions_ppc.cpp
! src/hotspot/cpu/ppc/register_ppc.cpp
! src/hotspot/cpu/ppc/register_ppc.hpp

Changeset: f0f5d23449d3
Author:    erikj
Date:      2018-09-12 08:46 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f0f5d23449d3

8210519: build/releaseFile/CheckSource.java failed additional sources found
Reviewed-by: mikael, dholmes, ihse

! test/jdk/build/releaseFile/CheckSource.java

Changeset: d424675a9743
Author:    jlaskey
Date:      2018-09-12 14:19 -0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d424675a9743

8206981: Compiler support for Raw String Literals
Reviewed-by: mcimadamore, briangoetz, abuckley, jjg, vromero, jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Preview.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Source.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/UnicodeReader.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
+ test/langtools/tools/javac/RawStringLiteralLang.java
+ test/langtools/tools/javac/RawStringLiteralLangAPI.java
! test/langtools/tools/javac/diags/examples/IllegalChar.java

Changeset: 975d3636a2f9
Author:    jlaskey
Date:      2018-09-12 14:19 -0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/975d3636a2f9

8200434: String::align, String::indent
Reviewed-by: abuckley, smarks, sherman, rriggs, jrose, sundar, igerasim, briangoetz, darcy, jjg

! src/java.base/share/classes/java/lang/String.java
! src/java.base/share/classes/java/lang/StringLatin1.java
! src/java.base/share/classes/java/lang/StringUTF16.java
+ test/jdk/java/lang/String/AlignIndent.java

Changeset: 13a63d4a3f8d
Author:    jcbeyler
Date:      2018-09-12 10:27 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/13a63d4a3f8d

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

! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe001/popframe001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe002/popframe002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003/popframe003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004/popframe004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe006/popframe006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe007/popframe007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe008/popframe008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe009/popframe009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe010/popframe010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe011/popframe011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter001/rawmonenter001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter002/rawmonenter002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003/rawmonenter003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/rawmonenter004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit001/rawmonexit001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit002/rawmonexit002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003/rawmonexit003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit005/rawmonexit005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy001/rawmnntfy001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy002/rawmnntfy002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003/rawmnntfy003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy004/rawmnntfy004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall001/rawmnntfyall001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall002/rawmnntfyall002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003/rawmnntfyall003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall004/rawmnntfyall004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait001/rawmnwait001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait002/rawmnwait002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003/rawmnwait003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait004/rawmnwait004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait005/rawmnwait005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/stressRedefine.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001/redefclass001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/redefclass002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003/redefclass003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004/redefclass004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005/redefclass005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006/redefclass006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008/redefclass008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009/redefclass009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010/redefclass010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass011/redefclass011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass012/redefclass012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass013/redefclass013.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014/redefclass014.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015/redefclass015.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass016/redefclass016.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017/redefclass017.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018/redefclass018.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019/redefclass019.cpp

Changeset: e7459270ca63
Author:    amenkov
Date:      2018-09-12 12:29 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/e7459270ca63

8210560: [TEST] convert com/sun/jdi redefineClass-related tests
Reviewed-by: jcbeyler, sspitsyn

- test/jdk/com/sun/jdi/Redefine-g.sh
+ test/jdk/com/sun/jdi/RedefineAbstractClass.java
- test/jdk/com/sun/jdi/RedefineAbstractClass.sh
+ test/jdk/com/sun/jdi/RedefineAddPrivateMethod.java
- test/jdk/com/sun/jdi/RedefineAddPrivateMethod.sh
+ test/jdk/com/sun/jdi/RedefineAnnotation.java
- test/jdk/com/sun/jdi/RedefineAnnotation.sh
+ test/jdk/com/sun/jdi/RedefineChangeClassOrder.java
- test/jdk/com/sun/jdi/RedefineChangeClassOrder.sh
+ test/jdk/com/sun/jdi/RedefineClasses.java
- test/jdk/com/sun/jdi/RedefineClasses.sh
+ test/jdk/com/sun/jdi/RedefineClearBreakpoint.java
- test/jdk/com/sun/jdi/RedefineClearBreakpoint.sh
+ test/jdk/com/sun/jdi/RedefineG.java
+ test/jdk/com/sun/jdi/RedefineImplementor.java
- test/jdk/com/sun/jdi/RedefineImplementor.sh
+ test/jdk/com/sun/jdi/lib/jdb/ClassTransformer.java
! test/jdk/com/sun/jdi/lib/jdb/JdbCommand.java
! test/jdk/com/sun/jdi/lib/jdb/JdbTest.java

Changeset: 75261571c13d
Author:    jlaskey
Date:      2018-09-12 17:14 -0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/75261571c13d

8210671: CheckExamples.java fail after Raw String Literals checkin
Reviewed-by: vromero, darcy

! test/langtools/tools/javac/diags/examples.not-yet.txt

Changeset: 2b7ff77c1496
Author:    jwilhelm
Date:      2018-09-13 01:41 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2b7ff77c1496

Added tag jdk-12+11 for changeset f0f5d23449d3

! .hgtags

Changeset: e3411e5e473d
Author:    vromero
Date:      2018-09-12 16:28 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/e3411e5e473d

8207160: ClassReader::adjustMethodParams can potentially return null if the args list is empty
Reviewed-by: mcimadamore, cushon

! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassReader.java
+ test/langtools/tools/javac/AvoidNPEAtClassReader/AvoidNPEAtClassReaderTest.java
+ test/langtools/tools/javac/AvoidNPEAtClassReader/pkg/Outer$Inner.jasm
+ test/langtools/tools/javac/AvoidNPEAtClassReader/pkg/Outer.jasm

Changeset: b7bfd64e43a6
Author:    iklam
Date:      2018-09-12 17:45 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b7bfd64e43a6

8210523: runtime/appcds/cacheObject/DifferentHeapSizes.java crash
Reviewed-by: jiangli, ccheung

! src/hotspot/share/classfile/compactHashtable.cpp
! src/hotspot/share/classfile/compactHashtable.inline.hpp
! src/hotspot/share/memory/filemap.cpp
! src/hotspot/share/memory/filemap.hpp
! src/hotspot/share/memory/heapShared.cpp
! src/hotspot/share/memory/heapShared.hpp
! src/hotspot/share/memory/heapShared.inline.hpp
! src/hotspot/share/memory/metaspaceShared.cpp
! test/hotspot/jtreg/runtime/appcds/cacheObject/DifferentHeapSizes.java
! test/lib/jdk/test/lib/cds/CDSTestUtils.java

Changeset: 96b76dca2be8
Author:    cushon
Date:      2018-09-10 16:59 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/96b76dca2be8

8210483: AssertionError in DeferredAttr at setOverloadKind caused by JDK-8203679
Reviewed-by: mcimadamore, vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/ArgumentAttr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/DeferredAttr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/tree/JCTree.java
+ test/langtools/tools/javac/lambda/methodReference/MethodRefStuck.java
+ test/langtools/tools/javac/lambda/methodReference/MethodRefStuck.out

Changeset: 49efbe629159
Author:    iignatyev
Date:      2018-09-12 21:56 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/49efbe629159

8210699: Problem list tests which times out in Xcomp mode
Reviewed-by: kvn

+ test/hotspot/jtreg/ProblemList-Xcomp.txt
+ test/jdk/ProblemList-Xcomp.txt

Changeset: d3ada4479724
Author:    ihse
Date:      2018-09-13 12:41 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d3ada4479724

8210704: Remove dead build tools
Reviewed-by: alanb

! make/ToolsJdk.gmk
- make/jdk/src/classes/build/tools/hasher/Hasher.java
- make/jdk/src/classes/build/tools/jarreorder/JarReorder.java

Changeset: 8abb0fa2c334
Author:    michaelm
Date:      2018-09-13 12:07 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8abb0fa2c334

8210311: IllegalArgumentException in CookieManager - Comparison method violates its general contract
Reviewed-by: chegar, dfuchs

! src/java.base/share/classes/java/net/CookieManager.java
! src/java.base/share/classes/java/net/HttpCookie.java
! test/jdk/java/net/CookieHandler/CookieManagerTest.java
+ test/jdk/java/net/whitebox/CookieTestDriver.java
+ test/jdk/java/net/whitebox/TEST.properties
+ test/jdk/java/net/whitebox/java.base/java/net/CookieManagerTest.java

Changeset: ccea318862ae
Author:    jlaskey
Date:      2018-09-13 14:15 -0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ccea318862ae

8210674: Need to add examples for use of javac properties introduced by Raw String Literals
Reviewed-by: vromero, jjg

! test/langtools/tools/javac/diags/examples.not-yet.txt
+ test/langtools/tools/javac/diags/examples/RawStringLiteral.java

Changeset: a3989376ade2
Author:    jiangli
Date:      2018-09-13 13:30 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a3989376ade2

8210193: [TESTBUG]gc/g1/mixedgc/TestOldGenCollectionUsage.java fails intermittently with OutOfMemoryError in CDS mode.
Summary: Increase java heap size in TestOldGenCollectionUsage. Catch OOM in tests.
Reviewed-by: phh, iklam

! test/hotspot/jtreg/gc/g1/mixedgc/TestLogging.java
! test/hotspot/jtreg/gc/g1/mixedgc/TestOldGenCollectionUsage.java

Changeset: 49b885c1711a
Author:    ihse
Date:      2018-09-13 21:12 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/49b885c1711a

8210702: Remove dtrace mapfiles
Reviewed-by: erikj

! make/hotspot/lib/CompileDtraceLibraries.gmk
- make/mapfiles/libjsound/mapfile-vers
- make/mapfiles/libjvm_db/mapfile-vers
- make/mapfiles/libjvm_dtrace/mapfile-vers
! src/java.base/solaris/native/libjvm_db/libjvm_db.h
! src/java.base/solaris/native/libjvm_dtrace/jvm_dtrace.h

Changeset: 506e9b592f7b
Author:    ihse
Date:      2018-09-13 21:14 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/506e9b592f7b

8207264: solaris-sparcv9-cmp-baseline fails
Reviewed-by: erikj, prr

! make/scripts/compare_exceptions.sh.incl

Changeset: 1ebe04845112
Author:    jcbeyler
Date:      2018-09-13 13:03 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1ebe04845112

8210665: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[R-U] tests
Summary: Remove JNI_ENV and JVMTI_ENV macros from jvmti/[R-U] tests
Reviewed-by: cjplummer, sspitsyn

! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020/redefclass020.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021/redefclass021.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022/redefclass022.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023/redefclass023.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024/redefclass024.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025/redefclass025.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026/redefclass026.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass027/redefclass027.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031/redefclass031.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/agentthr001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr002/agentthr002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr003/agentthr003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk002/setbrk002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk003/setbrk003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk005/setbrk005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk007/setbrk007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk008/setbrk008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/setnotif001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/setfldw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw002/setfldw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw003/setfldw003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw004/setfldw004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005/setfldw005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006/setfldw006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/setfmodw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw002/setfmodw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw003/setfmodw003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw004/setfmodw004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw005/setfmodw005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006/setfmodw006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/setjniftab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab002/setjniftab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/setlocal001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/setlocal002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/setlocal003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/setlocal004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd006/stopthrd006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadEnd/threadend001/threadend001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart001/threadstart001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart003/threadstart003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMDeath/vmdeath001/vmdeath001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMInit/vminit001/vminit001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF06/gf06t001/gf06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t001/ji03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t002/ji03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/ji03t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t004/ji03t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/ji05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/ji06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretbase/earlyretbase.cpp

Changeset: cd0775f67ab0
Author:    naoto
Date:      2018-09-13 13:41 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cd0775f67ab0

8209167: Use CLDR's time zone mappings for Windows
Reviewed-by: erikj, rriggs, ihse

! make/copy/Copy-java.base.gmk
! make/gensrc/GensrcCLDR.gmk
! make/jdk/src/classes/build/tools/cldrconverter/CLDRConverter.java
+ make/jdk/src/classes/build/tools/cldrconverter/WinZonesParseHandler.java
! make/lib/Lib-java.base.gmk
- src/java.base/windows/conf/tzmappings
! src/java.base/windows/native/libjava/TimeZone_md.c

Changeset: 8745f8f1b0f8
Author:    kvn
Date:      2018-09-13 15:27 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8745f8f1b0f8

8210220: [AOT] jdwp test cases are failing with error # ERROR: TEST FAILED: Cought IOException while receiving event packet
Summary: don't register AOT method if corresponding java method has breakpoints.
Reviewed-by: dlong

! src/hotspot/share/aot/aotCodeHeap.cpp
! src/hotspot/share/aot/aotCodeHeap.hpp
! src/hotspot/share/aot/aotCompiledMethod.cpp
! src/hotspot/share/aot/aotCompiledMethod.hpp
! src/hotspot/share/aot/aotLoader.cpp
! src/hotspot/share/aot/aotLoader.hpp

Changeset: dc68380e6497
Author:    gadams
Date:      2018-09-13 07:54 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/dc68380e6497

8210252: com/sun/jdi/DebuggerThreadTest.java fails with NPE
Reviewed-by: cjplummer, sspitsyn

! test/jdk/com/sun/jdi/DebuggerThreadTest.java

Changeset: a929ad0569ee
Author:    xuelei
Date:      2018-09-13 17:11 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a929ad0569ee

8209916: NPE in SupportedGroupsExtension
Reviewed-by: jnimeh, wetmore

! src/java.base/share/classes/sun/security/ssl/SupportedGroupsExtension.java

Changeset: e6b524cdcc34
Author:    cushon
Date:      2018-09-13 15:29 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/e6b524cdcc34

8193037: package-info annotations are not reported when annotation processing is enabled
Reviewed-by: jjg

! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
+ test/langtools/tools/javac/processing/PackageInfo/ClassAnnotations/ClassAnnotations.java
+ test/langtools/tools/javac/processing/PackageInfo/ClassAnnotations/Processor.java
+ test/langtools/tools/javac/processing/PackageInfo/ClassAnnotations/package-info.java
+ test/langtools/tools/javac/processing/PackageInfo/Overwrite/Overwrite.java
+ test/langtools/tools/javac/processing/PackageInfo/Overwrite/Processor.java
+ test/langtools/tools/javac/processing/PackageInfo/Overwrite/package-info.java

Changeset: 6ebcec186980
Author:    amlu
Date:      2018-09-14 13:18 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6ebcec186980

8209772: Refactor shell test java/util/ServiceLoader/basic/basic.sh to java
Reviewed-by: alanb

+ test/jdk/java/util/ServiceLoader/basic/ServiceLoaderBasicTest.java
- test/jdk/java/util/ServiceLoader/basic/basic.sh

Changeset: 42d99cb7f50f
Author:    iveresov
Date:      2018-09-13 22:45 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/42d99cb7f50f

8210478: Update Graal
Reviewed-by: kvn

! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/AOTCompiledClass.java
! src/jdk.internal.vm.compiler.management/share/classes/org.graalvm.compiler.hotspot.management/src/org/graalvm/compiler/hotspot/management/HotSpotGraalRuntimeMBean.java
! src/jdk.internal.vm.compiler/share/classes/module-info.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.amd64/src/org/graalvm/compiler/asm/amd64/AMD64Assembler.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.amd64/src/org/graalvm/compiler/asm/amd64/AMD64BaseAssembler.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/CheckGraalInvariants.java
+ src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/NewInstanceTest.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/ea/EscapeAnalysisTest.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/CompilationWrapper.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/GraalCompilerOptions.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug.test/src/org/graalvm/compiler/debug/test/DebugContextTest.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/DiagnosticsOutputDirectory.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/PathUtilities.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/CompilationWrapperTest.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/GraalOSRTest.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/HotSpotGraalManagementTest.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/HotSpotBackend.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/HotSpotGraalCompiler.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/HotSpotGraalRuntimeProvider.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/JVMCIVersionCheck.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/HotSpotHostForeignCallsProvider.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/NewObjectSnippets.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/NewArrayStub.java
- src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/NewInstanceStub.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/SnippetStub.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/StubOptions.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/BciBlockMapping.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/BytecodeParser.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/GraphEncoder.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/StructuredGraph.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/java/InstanceOfNode.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/java/NewInstanceNode.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/java/StoreIndexedNode.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/OptionsParser.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/ConditionalEliminationPhase.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/inlining/InliningUtil.java
+ src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/jmx/HotSpotMBeanOperationProvider.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/tiers/PhaseContext.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/PEGraphDecoderTest.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/CachingPEGraphDecoder.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/IntrinsicGraphBuilder.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/PEGraphDecoder.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/ReplacementsImpl.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/SnippetTemplate.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/nodes/MacroNode.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/GraphOutput.java

Changeset: 30e6a0b9d691
Author:    ihse
Date:      2018-09-14 09:16 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/30e6a0b9d691

8210731: PropertiesParser does not produce reproducible output
Reviewed-by: mchung, jjg, erikj

! make/langtools/tools/propertiesparser/PropertiesParser.java

Changeset: 606e039bd655
Author:    sgehwolf
Date:      2018-09-13 11:07 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/606e039bd655

8210703: vmStructs.cpp compiled with -O0
Reviewed-by: erikj, ihse

! make/hotspot/lib/JvmOverrideFiles.gmk

Changeset: 7bed934d439e
Author:    dpochepk
Date:      2018-09-14 14:24 +0300
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7bed934d439e

8210461: AArch64: Math.cos intrinsic gives incorrect results
Reviewed-by: aph

! src/hotspot/cpu/aarch64/macroAssembler_aarch64_trig.cpp
+ test/hotspot/jtreg/compiler/intrinsics/math/Test8210461.java

Changeset: f79cfb07f13f
Author:    hannesw
Date:      2018-09-14 14:45 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f79cfb07f13f

8209914: javadoc search sometimes generates bad URIs
Reviewed-by: jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/search.js

Changeset: ed9b1200dd81
Author:    pliden
Date:      2018-09-14 14:44 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ed9b1200dd81

8209163: SA: Show Object Histogram asserts with ZGC
Reviewed-by: ysuenaga, jcbeyler

! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/ProgressiveHeapVisitor.java

Changeset: 3dd95a83791b
Author:    pliden
Date:      2018-09-14 14:44 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3dd95a83791b

8210710: Rename ThreadLocalAllocBuffer::myThread() to thread()
Reviewed-by: rkennke, tschatzl

! src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp
! src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp
! src/hotspot/share/gc/shared/threadLocalAllocBuffer.inline.hpp

Changeset: 47466ac8dcf0
Author:    pliden
Date:      2018-09-14 14:44 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/47466ac8dcf0

8210711: Remove unused offset getters in ThreadLocalAllocBuffer
Reviewed-by: rkennke, tschatzl, mdoerr

! src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp
! src/hotspot/share/runtime/thread.hpp

Changeset: 1cb25b6589e9
Author:    pliden
Date:      2018-09-14 14:44 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1cb25b6589e9

8210714: ZGC: ZWeakRootsIterator should no longer call reset/finish_dead_counter()
Reviewed-by: eosterlund

! src/hotspot/share/gc/z/zRootsIterator.cpp

Changeset: 90c1dcdebc64
Author:    alanb
Date:      2018-09-14 16:56 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/90c1dcdebc64

8208780: (se) test SelectWithConsumer.testReadableAndWriteable(): failure
Reviewed-by: bpb

! test/jdk/java/nio/channels/Selector/SelectWithConsumer.java

Changeset: 07ae9da7a230
Author:    bpb
Date:      2018-09-14 09:00 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/07ae9da7a230

8210741: Typo in Java API documentation of java.nio.file.Paths
Reviewed-by: alanb, rriggs

! src/java.base/share/classes/java/nio/file/Paths.java

Changeset: 9bf5205655ee
Author:    coleenp
Date:      2018-09-14 12:10 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9bf5205655ee

8210559: ClassLoaderData Symbols can leak
Summary: unrefcount the symbol names when the CLD is destroyed
Reviewed-by: lfoltan, jiangli, iklam

! src/hotspot/share/classfile/classLoaderData.cpp
! src/hotspot/share/prims/whitebox.cpp
! test/hotspot/jtreg/runtime/ClassUnload/UnloadTest.java
! test/hotspot/jtreg/runtime/testlibrary/ClassUnloadCommon.java
! test/lib/sun/hotspot/WhiteBox.java

Changeset: 13d6be5fbfa5
Author:    rriggs
Date:      2018-09-14 12:53 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/13d6be5fbfa5

8098798: Thread.join(ms) on Linux still affected by changes to the time-of-day clock
8210004: Thread.sleep(millis, nanos) timeout returns early
Reviewed-by: martin, igerasim

! src/java.base/share/classes/java/lang/Thread.java

Changeset: a0f0da2c2719
Author:    akolarkunnu
Date:      2018-09-11 22:16 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a0f0da2c2719

8210056: Enable different look and feel tests in SwingSet3 demo test TextFieldDemoTest
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu at oracle.com

! test/jdk/sanity/client/SwingSet/src/TextFieldDemoTest.java

Changeset: 9151fde080e6
Author:    ccheung
Date:      2018-09-14 11:17 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9151fde080e6

8190737: use unicode version of the canonicalize() function to handle long path on windows
Summary: also calling CreateFileW in zip_util.c to handle long path
Reviewed-by: sherman, iklam

! src/hotspot/os/windows/include/jvm_md.h
! src/java.base/share/native/libzip/zip_util.c
! src/java.base/windows/native/libjava/canonicalize_md.c
! src/java.base/windows/native/libjava/io_util_md.h
! test/hotspot/jtreg/runtime/LoadClass/LongBCP.java

Changeset: b5921376ff2c
Author:    gadams
Date:      2018-09-13 07:46 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b5921376ff2c

8208468: [TESTBUG] nsk/jdb/locals/locals002: fails with "Prompt is not received during ... milliseconds"
Reviewed-by: cjplummer, amenkov

! test/hotspot/jtreg/vmTestbase/nsk/jdb/locals/locals002/locals002a.java

Changeset: 43323ced5e40
Author:    jcbeyler
Date:      2018-09-14 08:48 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/43323ced5e40

8210724: Change the verbosity threshold of logging for [oopstorage,ref]
Summary: Improve logging verbosity levels in oopStorage.cpp
Reviewed-by: kbarrett, sjohanss
Contributed-by: manc at google.com

! src/hotspot/share/gc/shared/oopStorage.cpp

Changeset: 763aa4d1d596
Author:    gromero
Date:      2018-09-14 15:32 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/763aa4d1d596

8209972: [GRAAL] Don't run RTM tests with Graal
Reviewed-by: kvn, goetz

! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig.java
! test/hotspot/jtreg/compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnUnsupportedConfig.java
! test/hotspot/jtreg/compiler/rtm/cli/TestRTMAbortThresholdOption.java
! test/hotspot/jtreg/compiler/rtm/cli/TestRTMLockingCalculationDelayOption.java
! test/hotspot/jtreg/compiler/rtm/cli/TestRTMLockingThresholdOption.java
! test/hotspot/jtreg/compiler/rtm/cli/TestRTMRetryCountOption.java
! test/hotspot/jtreg/compiler/rtm/cli/TestRTMSpinLoopCountOption.java
! test/hotspot/jtreg/compiler/rtm/cli/TestRTMTotalCountIncrRateOptionOnSupportedConfig.java
! test/hotspot/jtreg/compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java
! test/hotspot/jtreg/compiler/rtm/cli/TestUseRTMDeoptOptionOnUnsupportedConfig.java
! test/hotspot/jtreg/compiler/rtm/cli/TestUseRTMForStackLocksOptionOnSupportedConfig.java
! test/hotspot/jtreg/compiler/rtm/cli/TestUseRTMForStackLocksOptionOnUnsupportedConfig.java
! test/hotspot/jtreg/compiler/rtm/cli/TestUseRTMLockingOptionOnSupportedConfig.java
! test/hotspot/jtreg/compiler/rtm/cli/TestUseRTMLockingOptionOnUnsupportedCPU.java
! test/hotspot/jtreg/compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java
! test/hotspot/jtreg/compiler/rtm/cli/TestUseRTMXendForLockBusyOption.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMAbortRatio.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMAbortThreshold.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMLockingCalculationDelay.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMLockingThreshold.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMRetryCount.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMSpinLoopCount.java
! test/hotspot/jtreg/compiler/rtm/locking/TestRTMTotalCountIncrRate.java
! test/hotspot/jtreg/compiler/rtm/locking/TestUseRTMAfterLockInflation.java
! test/hotspot/jtreg/compiler/rtm/locking/TestUseRTMDeopt.java
! test/hotspot/jtreg/compiler/rtm/locking/TestUseRTMForInflatedLocks.java
! test/hotspot/jtreg/compiler/rtm/locking/TestUseRTMForStackLocks.java
! test/hotspot/jtreg/compiler/rtm/locking/TestUseRTMXendForLockBusy.java
! test/hotspot/jtreg/compiler/rtm/method_options/TestNoRTMLockElidingOption.java
! test/hotspot/jtreg/compiler/rtm/method_options/TestUseRTMLockElidingOption.java
! test/hotspot/jtreg/compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java
! test/jtreg-ext/requires/VMProps.java

Changeset: 594919232b8f
Author:    iignatyev
Date:      2018-09-14 14:02 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/594919232b8f

8210732: remove jdk.testlibrary.Utils
Reviewed-by: alanb, jcbeyler

! test/hotspot/jtreg/runtime/Dictionary/ProtectionDomainCacheTest.java
! test/jdk/com/sun/jdi/BadHandshakeTest.java
! test/jdk/com/sun/jdi/BasicJDWPConnectionTest.java
! test/jdk/com/sun/jdi/DoubleAgentTest.java
! test/jdk/com/sun/jdi/ExclusiveBind.java
! test/jdk/com/sun/tools/attach/RunnerUtil.java
! test/jdk/com/sun/tools/attach/StartManagementAgent.java
! test/jdk/java/awt/datatransfer/ClipboardInterVMTest/ClipboardInterVMTest.java
! test/jdk/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java
! test/jdk/java/lang/Thread/ThreadStateController.java
! test/jdk/java/lang/instrument/PremainClass/NoPremainAgentTest.java
! test/jdk/java/lang/instrument/PremainClass/PremainClassTest.java
! test/jdk/java/lang/instrument/PremainClass/ZeroArgPremainAgentTest.java
! test/jdk/java/lang/invoke/LFCaching/LambdaFormTestCase.java
! test/jdk/java/lang/invoke/MethodHandles/CatchExceptionTest.java
! test/jdk/java/lang/invoke/MethodHandlesAsCollectorTest.java
! test/jdk/java/lang/invoke/MethodHandlesCastFailureTest.java
! test/jdk/java/lang/invoke/MethodHandlesGeneralTest.java
! test/jdk/java/lang/invoke/MethodHandlesInsertArgumentsTest.java
! test/jdk/java/lang/invoke/MethodHandlesInvokersTest.java
! test/jdk/java/lang/invoke/MethodHandlesPermuteArgumentsTest.java
! test/jdk/java/lang/invoke/MethodHandlesSpreadArgumentsTest.java
! test/jdk/java/lang/invoke/PermuteArgsTest.java
! test/jdk/java/lang/invoke/TestCatchExceptionWithVarargs.java
! test/jdk/java/lang/invoke/VarargsArrayTest.java
! test/jdk/java/lang/invoke/common/test/java/lang/invoke/lib/CodeCacheOverflowProcessor.java
! test/jdk/java/lang/management/MemoryMXBean/LowMemoryTest.java
! test/jdk/java/lang/management/MemoryMXBean/RunUtil.java
! test/jdk/java/net/MulticastSocket/MultiDead.java
! test/jdk/java/net/httpclient/security/Driver.java
! test/jdk/java/nio/channels/FileChannel/LoopingTruncate.java
! test/jdk/java/nio/channels/Selector/Wakeup.java
! test/jdk/java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java
! test/jdk/java/util/concurrent/BlockingQueue/Interrupt.java
! test/jdk/java/util/concurrent/BlockingQueue/MultipleProducersSingleConsumerLoops.java
! test/jdk/java/util/concurrent/BlockingQueue/ProducerConsumerLoops.java
! test/jdk/java/util/concurrent/BlockingQueue/SingleProducerMultipleConsumerLoops.java
! test/jdk/java/util/concurrent/CompletableFuture/Basic.java
! test/jdk/java/util/concurrent/ConcurrentHashMap/MapLoops.java
! test/jdk/java/util/concurrent/ConcurrentQueues/ConcurrentQueueLoops.java
! test/jdk/java/util/concurrent/CyclicBarrier/Basic.java
! test/jdk/java/util/concurrent/Exchanger/ExchangeLoops.java
! test/jdk/java/util/concurrent/ExecutorCompletionService/ExecutorCompletionServiceLoops.java
! test/jdk/java/util/concurrent/Executors/AutoShutdown.java
! test/jdk/java/util/concurrent/FutureTask/BlockingTaskExecutor.java
! test/jdk/java/util/concurrent/FutureTask/CancelledFutureLoops.java
! test/jdk/java/util/concurrent/FutureTask/DoneMeansDone.java
! test/jdk/java/util/concurrent/ScheduledThreadPoolExecutor/DelayOverflow.java
! test/jdk/java/util/concurrent/ScheduledThreadPoolExecutor/ZeroCorePoolSize.java
! test/jdk/java/util/concurrent/ScheduledThreadPoolExecutor/ZeroCoreThreads.java
! test/jdk/java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java
! test/jdk/java/util/concurrent/ThreadPoolExecutor/Custom.java
! test/jdk/java/util/concurrent/ThreadPoolExecutor/FlakyThreadFactory.java
! test/jdk/java/util/concurrent/ThreadPoolExecutor/SelfInterrupt.java
! test/jdk/java/util/concurrent/ThreadPoolExecutor/ThreadRestarts.java
! test/jdk/java/util/concurrent/ThreadPoolExecutor/TimeOutShrink.java
! test/jdk/java/util/concurrent/forkjoin/SubmissionTest.java
! test/jdk/java/util/concurrent/locks/Lock/CheckedLockLoops.java
! test/jdk/java/util/concurrent/locks/Lock/TimedAcquireLeak.java
! test/jdk/java/util/concurrent/locks/ReentrantLock/LockOncePerThreadLoops.java
! test/jdk/java/util/concurrent/locks/ReentrantLock/SimpleReentrantLockLoops.java
! test/jdk/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java
! test/jdk/java/util/concurrent/locks/ReentrantReadWriteLock/Count.java
! test/jdk/java/util/concurrent/locks/ReentrantReadWriteLock/MapLoops.java
! test/jdk/java/util/concurrent/locks/StampedLock/Basic.java
! test/jdk/javax/management/monitor/GaugeMonitorDeadlockTest.java
! test/jdk/javax/management/monitor/StartStopTest.java
! test/jdk/javax/management/mxbean/MXBeanWeirdParamTest.java
! test/jdk/javax/management/remote/mandatory/connection/DefaultAgentFilterTest.java
! test/jdk/javax/management/remote/mandatory/loading/MethodResultTest.java
! test/jdk/javax/management/security/AuthorizationTest.java
! test/jdk/javax/management/security/SecurityTest.java
- test/jdk/lib/testlibrary/jdk/testlibrary/Utils.java
! test/jdk/sun/jvmstat/monitor/MonitoredVm/TestPollingInterval.java
! test/jdk/sun/management/jdp/DynamicLauncher.java
! test/jdk/sun/management/jdp/PortAlreadyInUseTest.java
! test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java
! test/jdk/sun/management/jmxremote/bootstrap/LocalManagementTest.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiBootstrapTest.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh
! test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTestApp.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
! test/jdk/sun/management/jmxremote/startstop/JMXStartStopTest.java
! test/jdk/sun/security/ssl/SSLEngineImpl/SSLEngineKeyLimit.java
! test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketKeyLimit.java
! test/jdk/sun/tools/jcmd/TestJcmdDefaults.java
! test/jdk/sun/tools/jcmd/TestJcmdSanity.java
! test/jdk/sun/tools/jhsdb/BasicLauncherTest.java
! test/jdk/sun/tools/jhsdb/heapconfig/JMapHeapConfigTest.java
! test/jdk/sun/tools/jhsdb/heapconfig/TmtoolTestScenario.java
! test/jdk/sun/tools/jps/JpsHelper.java
! test/jdk/sun/tools/jstack/DeadlockDetectionTest.java
! test/jdk/sun/tools/jstatd/JstatGCUtilParser.java
! test/jdk/sun/tools/jstatd/JstatdTest.java

Changeset: 6c394ed56b07
Author:    xuelei
Date:      2018-09-14 20:30 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6c394ed56b07

8210785: Trivial typo fix in X509ExtendedKeyManager javadoc
Reviewed-by: xuelei
Contributed-by: Jaikiran Pai <jaikiran.pai at gmail.com>

! src/java.base/share/classes/javax/net/ssl/X509ExtendedKeyManager.java

Changeset: 4bd35a5ec694
Author:    mikael
Date:      2018-09-14 22:35 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4bd35a5ec694

8210676: Remove some unused Label variables
Reviewed-by: kvn, dholmes, njian, aph

! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/c1_MacroAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp
! src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
! src/hotspot/cpu/arm/arm.ad
! src/hotspot/cpu/arm/c1_MacroAssembler_arm.cpp
! src/hotspot/cpu/arm/macroAssembler_arm.cpp
! src/hotspot/cpu/arm/methodHandles_arm.cpp
! src/hotspot/cpu/arm/sharedRuntime_arm.cpp
! src/hotspot/cpu/ppc/stubGenerator_ppc.cpp
! src/hotspot/cpu/ppc/templateTable_ppc_64.cpp
! src/hotspot/cpu/s390/macroAssembler_s390.cpp
! src/hotspot/cpu/s390/stubGenerator_s390.cpp
! src/hotspot/cpu/s390/templateTable_s390.cpp
! src/hotspot/cpu/sparc/macroAssembler_sparc.cpp
! src/hotspot/cpu/sparc/vtableStubs_sparc.cpp
! src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp
! src/hotspot/cpu/x86/c1_Runtime1_x86.cpp
! src/hotspot/cpu/x86/interp_masm_x86.cpp
! src/hotspot/cpu/x86/macroAssembler_x86.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_cos.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_log.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_log10.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_sin.cpp
! src/hotspot/cpu/x86/macroAssembler_x86_tan.cpp
! src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
! src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp
! src/hotspot/cpu/x86/templateTable_x86.cpp

Changeset: 5b033f23aced
Author:    bsrbnd
Date:      2018-09-15 22:16 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5b033f23aced

8183548: Comma-expressions shouldn't use any temporary variable
Summary: Uses enhanced let-expressions allowing multiple statements
Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Lower.java
! test/langtools/tools/javac/desugar/BoxingAndSuper.java

Changeset: 6c956c883137
Author:    igerasim
Date:      2018-09-15 13:53 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6c956c883137

8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException
Reviewed-by: martin, rriggs

! src/java.base/share/classes/java/lang/Object.java
+ test/jdk/java/lang/Object/WaitTooLong.java

Changeset: ac6e9a2ebc04
Author:    igerasim
Date:      2018-09-15 22:02 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ac6e9a2ebc04

8210786: Typo s/overriden/overridden/ in several places
Reviewed-by: weijun

! src/java.base/share/classes/java/security/Identity.java
! src/java.base/share/classes/java/security/Provider.java
! src/java.base/share/classes/java/security/Security.java
! src/java.base/share/classes/java/text/RuleBasedCollator.java
! src/java.base/share/classes/java/util/Random.java
! src/java.base/share/classes/java/util/StringJoiner.java
! src/java.base/share/classes/javax/crypto/CipherInputStream.java
! src/java.base/share/classes/javax/crypto/CipherOutputStream.java
! src/java.base/share/classes/javax/net/ssl/HttpsURLConnection.java
! src/java.base/share/classes/javax/net/ssl/SSLServerSocket.java
! src/java.base/unix/classes/sun/net/www/protocol/file/Handler.java
! src/java.base/windows/classes/sun/net/www/protocol/file/Handler.java

Changeset: caac55d48dc3
Author:    xyin
Date:      2018-09-17 13:49 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/caac55d48dc3

8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
Reviewed-by: vtewari, dfuchs, chegar

+ test/jdk/com/sun/jndi/ldap/DisconnectNPETest.java

Changeset: 5f868838bc5f
Author:    weijun
Date:      2018-09-17 14:52 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5f868838bc5f

8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
Reviewed-by: alanb

! test/jdk/javax/xml/crypto/dsig/GenerationTests.java

Changeset: c608b2190460
Author:    sgehwolf
Date:      2018-09-14 14:47 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c608b2190460

8210647: libsaproc is being compiled without optimization.
Summary: Compile with high optimization instead of none.
Reviewed-by: erikj, jgeorge, sballal

! make/lib/Lib-jdk.hotspot.agent.gmk

Changeset: caef940517be
Author:    rgoel
Date:      2018-09-17 14:16 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/caef940517be

8210490: TimeZone.getDisplayName given Locale.US doesn't always honor the Locale.
Summary: specified locale for formatting..
Reviewed-by: naoto

! src/java.base/share/classes/sun/util/cldr/CLDRTimeZoneNameProviderImpl.java
! test/jdk/java/util/TimeZone/CLDRDisplayNamesTest.java

Changeset: d883f528689d
Author:    jlahoda
Date:      2018-09-17 11:49 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d883f528689d

8193561: Cyclic hierarchy causes a NullPointerException when setting DEFAULT flag
Summary: When marking interface as having default methods, use .owner as it is always defined.
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/MemberEnter.java
+ test/langtools/tools/javac/cycle/T8193561.java
+ test/langtools/tools/javac/cycle/T8193561.out

Changeset: e10ade04afe5
Author:    sgehwolf
Date:      2018-09-17 10:53 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/e10ade04afe5

8210416: [linux] Poor StrictMath performance due to non-optimized compilation
Summary: Compile fdlibm with -O2 -ffp-contract=off on gcc/clang arches.
Reviewed-by: aph, erikj, dholmes, darcy, ihse

! make/autoconf/flags-cflags.m4
! make/autoconf/spec.gmk.in
! make/lib/CoreLibraries.gmk

Changeset: 3ca7d5385653
Author:    rfield
Date:      2018-09-17 08:37 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3ca7d5385653

8210596: jshell does not support raw string literals
Reviewed-by: jlahoda, jlaskey

! src/jdk.jshell/share/classes/jdk/jshell/CompletenessAnalyzer.java
! src/jdk.jshell/share/classes/jdk/jshell/MaskCommentsAndModifiers.java
! src/jdk.jshell/share/classes/jdk/jshell/SourceCodeAnalysisImpl.java
! test/langtools/jdk/jshell/ToolLocalSimpleTest.java
! test/langtools/jdk/jshell/ToolSimpleTest.java

Changeset: 497950fd69a7
Author:    jcbeyler
Date:      2018-09-17 09:07 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/497950fd69a7

8210726: Fix up a few minor nits forgotten by JDK-8210665
Summary: Minor changes to 4 tests to make one-liners
Reviewed-by: cjplummer, iignatyev, sspitsyn

! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005/setfldw005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006/setfldw006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006/setfmodw006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/setlocal002.cpp

Changeset: 9884b717f2ed
Author:    iris
Date:      2018-09-17 10:14 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9884b717f2ed

8210775: JVM TI Spec missing copyright
Reviewed-by: dholmes, mchung, sspitsyn

! src/hotspot/share/prims/jvmti.xml
! src/hotspot/share/prims/jvmti.xsl

Changeset: 0ae80830256e
Author:    iignatyev
Date:      2018-09-17 11:50 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0ae80830256e

8210779: 8182404 and 8210732 haven't updated copyright years
Reviewed-by: bchristi

! test/jdk/com/sun/jdi/BasicJDWPConnectionTest.java
! test/jdk/java/awt/datatransfer/ClipboardInterVMTest/ClipboardInterVMTest.java
! test/jdk/java/lang/Thread/ThreadStateController.java
! test/jdk/java/lang/invoke/LFCaching/LambdaFormTestCase.java
! test/jdk/java/lang/invoke/MethodHandles/CatchExceptionTest.java
! test/jdk/java/lang/invoke/PermuteArgsTest.java
! test/jdk/java/lang/invoke/TestCatchExceptionWithVarargs.java
! test/jdk/java/lang/invoke/VarargsArrayTest.java
! test/jdk/java/lang/invoke/common/test/java/lang/invoke/lib/CodeCacheOverflowProcessor.java
! test/jdk/java/net/MulticastSocket/MultiDead.java
! test/jdk/java/net/spi/URLStreamHandlerProvider/Basic.java
! test/jdk/java/nio/channels/FileChannel/LoopingTruncate.java
! test/jdk/java/nio/channels/Selector/Wakeup.java
! test/jdk/java/security/KeyStore/PKCS12/EntryProtectionTest.java
! test/jdk/java/util/concurrent/BlockingQueue/Interrupt.java
! test/jdk/java/util/concurrent/CyclicBarrier/Basic.java
! test/jdk/java/util/concurrent/Executors/AutoShutdown.java
! test/jdk/java/util/concurrent/FutureTask/BlockingTaskExecutor.java
! test/jdk/java/util/concurrent/ScheduledThreadPoolExecutor/ZeroCorePoolSize.java
! test/jdk/java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java
! test/jdk/java/util/concurrent/ThreadPoolExecutor/Custom.java
! test/jdk/java/util/concurrent/ThreadPoolExecutor/SelfInterrupt.java
! test/jdk/java/util/concurrent/ThreadPoolExecutor/TimeOutShrink.java
! test/jdk/java/util/concurrent/forkjoin/SubmissionTest.java
! test/jdk/java/util/concurrent/locks/Lock/TimedAcquireLeak.java
! test/jdk/java/util/concurrent/locks/ReentrantReadWriteLock/Count.java
! test/jdk/javax/management/monitor/GaugeMonitorDeadlockTest.java
! test/jdk/javax/management/monitor/StartStopTest.java
! test/jdk/javax/management/remote/mandatory/loading/MethodResultTest.java
! test/jdk/sun/jvmstat/monitor/MonitoredVm/TestPollingInterval.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiBootstrapTest.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh
! test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTestApp.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
! test/jdk/sun/tools/jhsdb/heapconfig/TmtoolTestScenario.java
! test/jdk/tools/jar/compat/CLICompatibility.java

Changeset: b19734760ed3
Author:    kvn
Date:      2018-09-17 13:43 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b19734760ed3

8209574: [AOT] breakpoint events are generated in different threads does not meet expected count
Summary: Disable AOT when debugger is attached.
Reviewed-by: dlong

! src/hotspot/share/aot/aotLoader.cpp
! src/hotspot/share/aot/aotLoader.hpp
! test/hotspot/jtreg/compiler/aot/AotCompiler.java

Changeset: 1f805481d8de
Author:    ascarpino
Date:      2018-09-17 14:04 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1f805481d8de

8209031: SSLSocket should throw an exception when configuring DTLS
Reviewed-by: xuelei

! src/java.base/share/classes/javax/net/ssl/SSLServerSocketFactory.java
! src/java.base/share/classes/javax/net/ssl/SSLSocketFactory.java
! src/java.base/share/classes/sun/security/ssl/SSLContextImpl.java
! test/jdk/sun/security/ssl/SSLContextImpl/CustomizedDTLSDefaultProtocols.java
! test/jdk/sun/security/ssl/SSLContextImpl/CustomizedDTLSServerDefaultProtocols.java
! test/jdk/sun/security/ssl/SSLContextImpl/DefaultDTLSEnabledProtocols.java

Changeset: 5432cebf6627
Author:    mchung
Date:      2018-09-17 15:22 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5432cebf6627

8210721: Replace legacy serial exception field with Throwable::cause
Reviewed-by: dfuchs, lancea

! src/java.base/share/classes/java/lang/ClassNotFoundException.java
! src/java.base/share/classes/java/lang/ExceptionInInitializerError.java
! src/java.base/share/classes/java/lang/System.java
! src/java.base/share/classes/java/lang/Throwable.java
! src/java.base/share/classes/java/lang/reflect/InvocationTargetException.java
! src/java.base/share/classes/java/lang/reflect/UndeclaredThrowableException.java
! src/java.base/share/classes/java/security/PrivilegedActionException.java
! src/java.base/share/classes/jdk/internal/misc/JavaLangAccess.java
! test/jdk/java/lang/Throwable/LegacyChainedExceptionSerialization.java

Changeset: 720fd6544b03
Author:    jnimeh
Date:      2018-09-17 15:25 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/720fd6544b03

8140466: ChaCha20 and Poly1305 TLS Cipher Suites
Reviewed-by: xuelei, mullan

! src/java.base/share/classes/sun/security/ssl/CipherSuite.java
! src/java.base/share/classes/sun/security/ssl/JsseJce.java
! src/java.base/share/classes/sun/security/ssl/SSLCipher.java
! test/jdk/javax/net/ssl/TLSCommon/CipherSuite.java
! test/jdk/javax/net/ssl/TLSCommon/SSLEngineTestCase.java

Changeset: 79dc492c00ab
Author:    jcbeyler
Date:      2018-09-17 19:36 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/79dc492c00ab

8210481: Remove #ifdef cplusplus from vmTestbase
Summary: Remove all cplusplus ifdefs from vmTestbase
Reviewed-by: dholmes, iignatyev, cjplummer, sspitsyn

! test/hotspot/jtreg/vmTestbase/gc/gctests/mallocWithGC1/libmallocWithGC1.cpp
! test/hotspot/jtreg/vmTestbase/gc/gctests/mallocWithGC2/libmallocWithGC2.cpp
! test/hotspot/jtreg/vmTestbase/gc/gctests/mallocWithGC3/libmallocWithGC3.cpp
! test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC01/libnativeGC01.cpp
! test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC02/libnativeGC02.cpp
! test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC03/libnativeGC03.cpp
! test/hotspot/jtreg/vmTestbase/gc/gctests/nativeGC05/libnativeGC05.cpp
! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent01.cpp
! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent02.cpp
! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent03.cpp
! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine09/agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001/addcaps001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002/addcaps002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/addcaps003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001/agentonload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload002/agentonload002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload003/agentonload003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001/agentonunload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/attach002Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/attach002aAgent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach008/attach008Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach009/attach009Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach012/attach012Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach014/attach014Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent01.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Target.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach020/attach020Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach021/attach021Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach022/attach022Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach037/attach037Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach038/attach038Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach039/attach039Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach040/attach040Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach041/attach041Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach042/attach042Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent01.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent02.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent03.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/attach046Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach050/attach050Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/sharedAgents/simpleAgent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Breakpoint/breakpoint001/breakpoint001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001/classfloadhk001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002/classfloadhk002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003/classfloadhk003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004/classfloadhk004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/classfloadhk005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006/classfloadhk006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/classfloadhk007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/classfloadhk008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/classfloadhk009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassLoad/classload001/classload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodLoad/compmethload001/compmethload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/compmethunload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DataDumpRequest/datadumpreq001/datadumpreq001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv001/disposeenv001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv002/disposeenv002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DynamicCodeGenerated/dyncodgen001/dyncodgen001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn001/ForceEarlyReturn001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc001/forcegc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc002/forcegc002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001/gcfinish001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001/gcstart001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002/gcstart002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GenerateEvents/genevents001/genevents001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd001/intrpthrd001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001/isobsolete001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/iterheap001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002/iterheap002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003/iterheap003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/iterheap004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap005/iterheap005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006/iterheap006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap007/iterheap007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001/iterinstcls001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002/iterinstcls002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003/iterinstcls003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls004/iterinstcls004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls005/iterinstcls005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/iterinstcls006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls007/iterinstcls007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/iterobjreachobj001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj002/iterobjreachobj002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj003/iterobjreachobj003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj004/iterobjreachobj004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj005/iterobjreachobj005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj001/iterreachobj001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/iterreachobj002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj003/iterreachobj003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj004/iterreachobj004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj005/iterreachobj005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/abort/Abort.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/callbacks/Callbacks.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/concrete-klass-filter/ConcreteKlassFilter.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-tagged/HeapFilter.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/non-concrete-klass-filter/NonConcreteKlassFilter.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEnter/mcontenter001/mcontenter001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorContendedEntered/mcontentered001/mcontentered001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorWait/monitorwait001/monitorwait001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/MonitorWaited/monitorwaited001/monitorwaited001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind001/nativemethbind001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind002/nativemethbind002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind003/nativemethbind003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NativeMethodBind/nativemethbind004/nativemethbind004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/objfree001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002/objfree002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005/popframe005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/redefclass028.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/redefclass029.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/redefclass030.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps001/relcaps001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps002/relcaps002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd001/resumethrd001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd002/resumethrd002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/resumethrdlst001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002/resumethrdlst002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform002/retransform002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/retransform003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform004/retransform004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor001/setenvstor001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor002/setenvstor002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor003/setenvstor003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb001/setevntcallb001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb002/setevntcallb002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb003/setevntcallb003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/setextevent001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix001/SetNativeMethodPrefix001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002Main.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop002/setsysprop002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003/setsysprop003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetTag/settag001/settag001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor001/setthrdstor001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor002/setthrdstor002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor003/setthrdstor003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag001/setvrbflag001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/setvrbflag002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep001/singlestep001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep002/singlestep002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SingleStep/singlestep003/singlestep003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd007/stopthrd007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd001/suspendthrd001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd002/suspendthrd002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/suspendthrd003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/suspendthrdlst001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/suspendthrdlst002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadEnd/threadend002/threadend002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ThreadStart/threadstart002/threadstart002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMObjectAlloc/vmobjalloc001/vmobjalloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP01/ap01t001/ap01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP02/ap02t001/ap02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001/ap03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/ap04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/ap04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t003/ap04t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t001/ap05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t002/ap05t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP06/ap06t001/ap06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t001/ap07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t002/ap07t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP09/ap09t001/ap09t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/ap10t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/ap11t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001/ap12t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/bi01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/bi01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/bi02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/bi02t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/bi03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/bi03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/bi04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001/cm01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002/cm01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003/cm01t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004/cm01t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t005/cm01t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t006/cm01t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t007/cm01t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t008/cm01t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009/cm01t009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010/cm01t010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011/cm01t011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012/cm01t012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013/cm01t013.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014/cm01t014.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015/cm01t015.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016/cm01t016.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017/cm01t017.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018/cm01t018.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019/cm01t019.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020/cm01t020.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021/cm01t021.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/cm02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/cm03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001/tc01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/tc02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001/tc03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002/tc03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001/tc04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/tc05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001/em01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002/em01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t001/em02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002/em02t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/em02t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t004/em02t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/em02t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/em02t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t007/em02t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t008/em02t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009/em02t009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t010/em02t010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011/em02t011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/em02t012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/em04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/em05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/em05t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001/em06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t001/em07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/em07t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/ex03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF01/gf01t001/gf01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF04/gf04t001/gf04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t001/gf08t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t002/gf08t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t003/gf08t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/hs103t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/hs104t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/hs104t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/hs201t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/hs201t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/hs201t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/hs202t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/hs202t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/hs203t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/hs203t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/hs203t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/hs203t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/hs204t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/hs204t002.h
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/hs204t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/hs204t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/hs301t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/hs301t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/hs301t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/hs301t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/hs301t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/hs302t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/hs302t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/hs302t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004/hs302t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005/hs302t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006/hs302t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007/hs302t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008/hs302t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009/hs302t009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010/hs302t010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011/hs302t011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012/hs302t012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI01/ji01t001/ji01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t001/sp01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t002/sp01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t003/sp01t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001/sp02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t002/sp02t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003/sp02t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/sp03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002/sp03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001/sp04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002/sp04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t002/sp05t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/sp05t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/sp06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/sp06t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/sp06t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t001/sp07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/sp07t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref001/followref001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/followref002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref004/followref004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref005/followref005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref006/followref006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/extmech/extmech.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/StackTraceController.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/ThreadController.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/Deadlock.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/LockingThreads.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/RecursiveMonitoringThread.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/libNativeBlockedThread.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.h
! test/hotspot/jtreg/vmTestbase/nsk/share/JVMTIagent.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/aod/aod.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/aod/aod.h
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/BooleanArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/ByteArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/CharArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/DoubleArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/FloatArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/IntArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/LongArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/ShortArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/StringCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIGlobalRefLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNILocalRefLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIRefLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIWeakGlobalRefLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jvmti/JVMTIAllocLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/malloc/MallocLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jni/jni_tools.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jni/jni_tools.h
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch_agent.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToSystemClassLoaderSearch/systemclssearch_agent.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/Injector.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/Injector.h
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.h
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.h
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_tools.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/aod/jvmti_aod.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/aod/jvmti_aod.h
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/hotswap/HotSwap.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_FollowRefObjects.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_FollowRefObjects.h
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.h
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/unit/Heap.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/native/native_thread.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/native/native_thread.h
! test/hotspot/jtreg/vmTestbase/nsk/share/native/native_utils.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_list.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_list.h
! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_mutex.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_mutex.h
! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.h
! test/hotspot/jtreg/vmTestbase/nsk/stress/jni/gclocker/libgcl001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/jni/libjnistress007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace014.cpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace015.cpp
! test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/libLTTest.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/IndyRedefineClass.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/stepBreakPopReturn.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/nativeAndMH.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.h
! test/hotspot/jtreg/vmTestbase/vm/share/ProcessUtils.cpp

Changeset: dfed97156841
Author:    jcbeyler
Date:      2018-09-17 19:48 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/dfed97156841

8210700: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti/unit tests
Summary: Remove JNI_ENV macros from the remaining vmTestbase tests
Reviewed-by: amenkov, sspitsyn, dholmes, cjplummer

! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretfp/earlyretfp.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/earlyretint.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/earlyretlong.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/earlyretobj.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretstr/earlyretstr.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretvoid/earlyretvoid.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetAllStackTraces/getallstktr001/getallstktr001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetConstantPool/getcpool001/getcpool001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLineNumberTable/linetab004/linetab004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/getlocal003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/getlocal004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/IsSynthetic/issynth001/issynth001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/MethodBind/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/OnUnload/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/StackTrace/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/agentthr/agentthr.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/clsldrclss00x/clsldrclss00x.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/AddToBootstrapClassLoaderSearch/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/gc/gc.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/environment/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendMonitorInfo/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendStackTrace/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/rawmonitor/rawmonitor.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heapref/heapref.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/refignore/refignore.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/setNullVMInit/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/JvmtiTest.cpp

Changeset: 925d79f56c05
Author:    fyuan
Date:      2018-09-18 11:09 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/925d79f56c05

8210819: Update the host name in CNameTest.java
Reviewed-by: chegar

! test/jdk/sun/net/InetAddress/nameservice/dns/CNameTest.java

Changeset: 9c6d5e31618e
Author:    mhorie
Date:      2018-09-17 23:35 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9c6d5e31618e

8210660: PPC64: Mapping floating point registers to vsx registers in ppc.ad
Reviewed-by: mdoerr, gromero

! src/hotspot/cpu/ppc/assembler_ppc.hpp
! src/hotspot/cpu/ppc/assembler_ppc.inline.hpp
! src/hotspot/cpu/ppc/ppc.ad
! src/hotspot/cpu/ppc/register_ppc.cpp
! src/hotspot/cpu/ppc/register_ppc.hpp

Changeset: 300523d8b7b3
Author:    mli
Date:      2018-09-18 13:24 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/300523d8b7b3

8210802: temp files left by tests in jdk/java/net/httpclient
Reviewed-by: chegar, clanger

! test/jdk/java/net/httpclient/EchoHandler.java

Changeset: 1740b162dc0e
Author:    mchung
Date:      2018-09-17 22:56 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1740b162dc0e

8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError
Reviewed-by: dholmes, mikael

! src/java.base/share/classes/java/lang/reflect/InvocationTargetException.java

Changeset: 23e7cd5a9c54
Author:    ihse
Date:      2018-09-18 10:29 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/23e7cd5a9c54

8210723: Better information in configure for invalid Xcode
Reviewed-by: erikj

! make/autoconf/toolchain.m4

Changeset: dd737bf6abde
Author:    ihse
Date:      2018-09-18 10:35 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/dd737bf6abde

8210750: Clean up compare.sh exceptions
Reviewed-by: erikj

! make/scripts/compare.sh
! make/scripts/compare_exceptions.sh.incl

Changeset: a50956e2368c
Author:    sgehwolf
Date:      2018-09-11 18:18 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a50956e2368c

8210425: [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization
Summary: Compile with -O2 and -ffp-contract=off as for fdlibm.
Reviewed-by: erikj, lucy, aph

! make/hotspot/lib/JvmOverrideFiles.gmk

Changeset: 4482acfef2a5
Author:    ihse
Date:      2018-09-18 13:32 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4482acfef2a5

8210729: Clean up macosx static library handling
Reviewed-by: erikj

! make/autoconf/flags-other.m4
! make/autoconf/flags.m4
! make/launcher/LauncherCommon.gmk
! make/lib/CoreLibraries.gmk
! make/lib/Lib-java.instrument.gmk

Changeset: fbec908e2783
Author:    coleenp
Date:      2018-09-18 08:27 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/fbec908e2783

8203466: intermittent crash at jdk.internal.misc.Unsafe::getObjectVolatile (native)
Summary: Store rsi, rdi on thread local memory, store r15 in r9, for the stubs that have gc barriers
Reviewed-by: dlong, eosterlund

! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
! src/hotspot/os_cpu/windows_x86/thread_windows_x86.hpp

Changeset: 05b05af6c160
Author:    jiangli
Date:      2018-09-18 11:55 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/05b05af6c160

8210237: [TESTBUG]gc/stress/TestStressIHOPMultiThread.java fails with 'Unexpected exit from test [exit code: 1]' in CDS mode
Summary: Fix TestStressIHOPMultiThread to handle possible OutOfMemoryError.
Reviewed-by: ccheung, gziemski

! test/hotspot/jtreg/gc/stress/TestStressIHOPMultiThread.java

Changeset: c93f14a4ae29
Author:    joehw
Date:      2018-09-18 09:44 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c93f14a4ae29

8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
Reviewed-by: lancea, dfuchs

! src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/ToHTMLStream.java
! src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/ToStream.java
! src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/ToTextStream.java
+ test/jaxp/javax/xml/jaxp/unittest/transform/JDK8207760.java

Changeset: ba51515b64e5
Author:    sherman
Date:      2018-09-18 10:43 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ba51515b64e5

8034802: (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system
Reviewed-by: xiaofeya, clanger

+ src/jdk.zipfs/share/classes/jdk/nio/zipfs/ByteArrayChannel.java
! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystem.java
! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystemProvider.java
! test/jdk/jdk/nio/zipfs/ZipFSTester.java

Changeset: c0f9161f591e
Author:    jgeorge
Date:      2018-09-18 23:20 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c0f9161f591e

8210836: Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
Summary: Read in and process the return value of pread() while dealing with the PT_INTERP segment
Reviewed-by: stuefe, jcbeyler

! src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c

Changeset: 0535b5a54b83
Author:    naoto
Date:      2018-09-18 12:42 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0535b5a54b83

8209880: tzdb.dat is not reproducibly built
Reviewed-by: erikj, rriggs

! make/jdk/src/classes/build/tools/tzdb/TzdbZoneRulesCompiler.java
! make/jdk/src/classes/build/tools/tzdb/TzdbZoneRulesProvider.java

Changeset: 62a8579bb6f1
Author:    bpb
Date:      2018-09-18 13:18 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/62a8579bb6f1

8210817: Minor typo in java.nio.file.attribute package summary
Reviewed-by: dfuchs, alanb

! src/java.base/share/classes/java/nio/file/attribute/package-info.java

Changeset: 4f48bad8220f
Author:    joehw
Date:      2018-09-18 13:31 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4f48bad8220f

8210874: Test for JDK-8209615
Reviewed-by: lancea

+ test/jaxp/javax/xml/jaxp/unittest/stream/XMLEventReaderTest/JDK8209615.java

Changeset: d0dfb9775c08
Author:    dnsimon
Date:      2018-09-18 22:32 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d0dfb9775c08

8210793: [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class
Reviewed-by: thartmann, kvn

! test/hotspot/jtreg/compiler/jvmci/compilerToVM/AllocateCompileIdTest.java

Changeset: 6cd1ee2b4fa1
Author:    coleenp
Date:      2018-09-18 16:11 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6cd1ee2b4fa1

8210861: Move assert to help diagnose rare RedefineStress crash
Summary: assert that Method being marked on stack hasn't been missed by previous metadata walk
Reviewed-by: lfoltan

! src/hotspot/share/oops/method.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java

Changeset: 4129f43607cb
Author:    pliden
Date:      2018-09-18 22:46 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4129f43607cb

8210753: Make ThreadLocalAllocBuffer::resize() public
Reviewed-by: eosterlund, jcbeyler

! src/hotspot/share/gc/shared/collectedHeap.cpp
! src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp
! src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp

Changeset: feb4c9e03aed
Author:    sherman
Date:      2018-09-18 19:44 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/feb4c9e03aed

8210899: (zipfs) ZipFileSystem.EntryOutputStreamCRC32 mistakenly set the crc32 value into size field
Reviewed-by: bpb

! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystem.java
! test/jdk/jdk/nio/zipfs/ZipFSTester.java

Changeset: 9d3a00c8c047
Author:    iklam
Date:      2018-09-18 21:46 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9d3a00c8c047

8210864: Reduce the use of metaspaceShared.hpp
Reviewed-by: coleenp, lfoltan

! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/stringTable.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/serial/markSweep.inline.hpp
! src/hotspot/share/memory/heapShared.cpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/memory/metaspaceShared.hpp
+ src/hotspot/share/memory/metaspaceShared.inline.hpp
! src/hotspot/share/oops/oop.cpp
! src/hotspot/share/oops/oop.hpp
! src/hotspot/share/oops/oop.inline.hpp
! src/hotspot/share/prims/whitebox.cpp
! src/hotspot/share/runtime/flags/jvmFlagRangeList.hpp

Changeset: 3efead10e303
Author:    pmuthuswamy
Date:      2018-09-19 12:14 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3efead10e303

8210047: some pages contain content outside of landmark region
Reviewed-by: jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractModuleIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractPackageIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AllClassesFrameWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleIndexFrameWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModulePackageIndexFrameWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageIndexFrameWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageIndexWriter.java
+ test/langtools/jdk/javadoc/doclet/testHtmlLandmarkRegions/TestHtmlLankmarkRegions.java
! test/langtools/jdk/javadoc/doclet/testHtmlVersion/TestHtmlVersion.java
! test/langtools/jdk/javadoc/doclet/testOverview/TestOverview.java

Changeset: f55a4bc91ef4
Author:    alanb
Date:      2018-09-19 08:49 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f55a4bc91ef4

8210496: Improve filtering for classes with security sensitive fields
Reviewed-by: plevart, mchung

! src/java.base/share/classes/java/lang/invoke/MethodHandles.java
! src/java.base/share/classes/jdk/internal/reflect/ConstantPool.java
! src/java.base/share/classes/jdk/internal/reflect/Reflection.java
! src/java.base/share/classes/jdk/internal/reflect/UnsafeStaticFieldAccessorImpl.java
! src/jdk.unsupported/share/classes/sun/misc/Unsafe.java
! test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
! test/jdk/java/lang/reflect/callerCache/AccessTest.java
+ test/jdk/jdk/internal/reflect/Reflection/Filtering.java

Changeset: 3fabe59fe4de
Author:    jlahoda
Date:      2018-09-19 10:50 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3fabe59fe4de

8207954: Data for --release 11
Summary: Adding support for --release 11
Reviewed-by: erikj, ihse, jjg

+ make/data/symbols/java.activation-B.sym.txt
+ make/data/symbols/java.base-B.sym.txt
+ make/data/symbols/java.compiler-B.sym.txt
+ make/data/symbols/java.corba-B.sym.txt
+ make/data/symbols/java.datatransfer-B.sym.txt
+ make/data/symbols/java.desktop-B.sym.txt
+ make/data/symbols/java.instrument-B.sym.txt
+ make/data/symbols/java.logging-B.sym.txt
+ make/data/symbols/java.management-B.sym.txt
+ make/data/symbols/java.management.rmi-B.sym.txt
+ make/data/symbols/java.naming-B.sym.txt
+ make/data/symbols/java.net.http-B.sym.txt
+ make/data/symbols/java.prefs-B.sym.txt
+ make/data/symbols/java.rmi-B.sym.txt
+ make/data/symbols/java.scripting-B.sym.txt
+ make/data/symbols/java.se-B.sym.txt
+ make/data/symbols/java.se.ee-B.sym.txt
+ make/data/symbols/java.security.jgss-B.sym.txt
+ make/data/symbols/java.security.sasl-B.sym.txt
+ make/data/symbols/java.smartcardio-B.sym.txt
+ make/data/symbols/java.sql-B.sym.txt
+ make/data/symbols/java.sql.rowset-B.sym.txt
+ make/data/symbols/java.transaction-B.sym.txt
+ make/data/symbols/java.transaction.xa-B.sym.txt
+ make/data/symbols/java.xml-B.sym.txt
+ make/data/symbols/java.xml.bind-B.sym.txt
+ make/data/symbols/java.xml.crypto-B.sym.txt
+ make/data/symbols/java.xml.ws-B.sym.txt
+ make/data/symbols/java.xml.ws.annotation-B.sym.txt
+ make/data/symbols/jdk.accessibility-B.sym.txt
+ make/data/symbols/jdk.attach-B.sym.txt
+ make/data/symbols/jdk.charsets-B.sym.txt
+ make/data/symbols/jdk.compiler-B.sym.txt
+ make/data/symbols/jdk.crypto.cryptoki-B.sym.txt
+ make/data/symbols/jdk.crypto.ec-B.sym.txt
+ make/data/symbols/jdk.dynalink-B.sym.txt
+ make/data/symbols/jdk.editpad-B.sym.txt
+ make/data/symbols/jdk.hotspot.agent-B.sym.txt
+ make/data/symbols/jdk.httpserver-B.sym.txt
+ make/data/symbols/jdk.incubator.httpclient-B.sym.txt
+ make/data/symbols/jdk.jartool-B.sym.txt
+ make/data/symbols/jdk.javadoc-B.sym.txt
+ make/data/symbols/jdk.jcmd-B.sym.txt
+ make/data/symbols/jdk.jconsole-B.sym.txt
+ make/data/symbols/jdk.jdeps-B.sym.txt
+ make/data/symbols/jdk.jdi-B.sym.txt
+ make/data/symbols/jdk.jdwp.agent-B.sym.txt
+ make/data/symbols/jdk.jfr-B.sym.txt
+ make/data/symbols/jdk.jlink-B.sym.txt
+ make/data/symbols/jdk.jshell-B.sym.txt
+ make/data/symbols/jdk.jsobject-B.sym.txt
+ make/data/symbols/jdk.jstatd-B.sym.txt
+ make/data/symbols/jdk.localedata-B.sym.txt
+ make/data/symbols/jdk.management-B.sym.txt
+ make/data/symbols/jdk.management.agent-B.sym.txt
+ make/data/symbols/jdk.management.jfr-B.sym.txt
+ make/data/symbols/jdk.naming.dns-B.sym.txt
+ make/data/symbols/jdk.naming.rmi-B.sym.txt
+ make/data/symbols/jdk.net-B.sym.txt
+ make/data/symbols/jdk.pack-B.sym.txt
+ make/data/symbols/jdk.rmic-B.sym.txt
+ make/data/symbols/jdk.scripting.nashorn-B.sym.txt
+ make/data/symbols/jdk.sctp-B.sym.txt
+ make/data/symbols/jdk.security.auth-B.sym.txt
+ make/data/symbols/jdk.security.jgss-B.sym.txt
+ make/data/symbols/jdk.unsupported-B.sym.txt
+ make/data/symbols/jdk.xml.dom-B.sym.txt
+ make/data/symbols/jdk.zipfs-B.sym.txt
! make/data/symbols/symbols
! make/gendata/Gendata-jdk.compiler.gmk
! make/langtools/src/classes/build/tools/symbolgenerator/CreateSymbols.java
+ test/langtools/tools/javac/platform/CanHandleClassFilesTest.java

Changeset: bccd9966f1ed
Author:    mbalao
Date:      2018-09-12 13:09 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/bccd9966f1ed

8029661: Support TLS v1.2 algorithm in SunPKCS11 provider
Summary: TLS v1.2 algorithms for key and MAC derivation added to SunPKCS11 crypto provider.
Reviewed-by: valeriep

! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11TlsKeyMaterialGenerator.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11TlsMasterSecretGenerator.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11TlsPrfGenerator.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11TlsRsaPremasterSecretGenerator.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_MECHANISM.java
+ src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_TLS12_KEY_MAT_PARAMS.java
+ src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_TLS12_MASTER_KEY_DERIVE_PARAMS.java
+ src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_TLS_MAC_PARAMS.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/Functions.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/PKCS11Constants.java
! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c
! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_keymgmt.c
! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11t.h
! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11wrapper.h
+ test/jdk/sun/security/pkcs11/fips/TestTLS12.java
! test/jdk/sun/security/pkcs11/fips/cert8.db
! test/jdk/sun/security/pkcs11/fips/key3.db
! test/jdk/sun/security/pkcs11/fips/keystore

Changeset: 09e8e51c948a
Author:    pliden
Date:      2018-09-19 14:09 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/09e8e51c948a

8210713: Let CollectedHeap::ensure_parsability() take care of TLAB statistics gathering
Reviewed-by: eosterlund, sjohanss

! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp
! src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp
! src/hotspot/share/gc/parallel/psMarkSweep.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psScavenge.cpp
! src/hotspot/share/gc/shared/collectedHeap.cpp
! src/hotspot/share/gc/shared/collectedHeap.hpp
! src/hotspot/share/gc/shared/genCollectedHeap.cpp
! src/hotspot/share/gc/z/zCollectedHeap.hpp
! src/hotspot/share/gc/z/zObjectAllocator.cpp

Changeset: 15094d12a632
Author:    mikael
Date:      2018-09-19 09:24 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/15094d12a632

8210912: Build error in src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c after JDK-8029661
Reviewed-by: mullan

! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c

Changeset: a16777c0a6c5
Author:    pliden
Date:      2018-09-19 19:12 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a16777c0a6c5

8210881: ZGC: Introduce ZRootsIteratorClosure
Reviewed-by: eosterlund

! src/hotspot/share/gc/z/zHeap.cpp
! src/hotspot/share/gc/z/zHeapIterator.cpp
! src/hotspot/share/gc/z/zMark.cpp
! src/hotspot/share/gc/z/zOopClosures.hpp
! src/hotspot/share/gc/z/zOopClosures.inline.hpp
! src/hotspot/share/gc/z/zRelocate.cpp
! src/hotspot/share/gc/z/zRootsIterator.cpp
! src/hotspot/share/gc/z/zRootsIterator.hpp

Changeset: eef954e29714
Author:    pliden
Date:      2018-09-19 19:12 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/eef954e29714

8210884: ZGC: Remove insertion of filler objects
Reviewed-by: eosterlund

! src/hotspot/share/gc/z/zPage.inline.hpp
! src/hotspot/share/gc/z/zUtils.cpp
! src/hotspot/share/gc/z/zUtils.hpp

Changeset: eb2adb0a9b09
Author:    martin
Date:      2018-09-19 10:51 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/eb2adb0a9b09

8209817: stack is executable when building with Clang on Linux
Reviewed-by: dholmes, martin, mikael, ihse
Contributed-by: Arthur Eubanks <aeubanks at google.com>

! make/autoconf/flags-ldflags.m4
! make/autoconf/toolchain.m4
! test/hotspot/jtreg/runtime/execstack/TestCheckJDK.java

Changeset: 1ecc914fb707
Author:    rkennke
Date:      2018-09-19 21:31 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1ecc914fb707

8210829: Modularize allocations in C2
Reviewed-by: kvn, roland

! src/hotspot/share/gc/shared/c2/barrierSetC2.cpp
! src/hotspot/share/gc/shared/c2/barrierSetC2.hpp
! src/hotspot/share/opto/macro.cpp
! src/hotspot/share/opto/macro.hpp

Changeset: 3221f5e14866
Author:    coleenp
Date:      2018-09-19 15:25 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3221f5e14866

8198717: Remove compute_optional_offset
Summary: remove optional_offset computation and related unused code from javaClasses for reflection.
Reviewed-by: redestad, lfoltan

! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/javaClasses.hpp
! src/hotspot/share/runtime/reflection.cpp

Changeset: 3f32076a43a6
Author:    ihse
Date:      2018-09-19 22:42 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3f32076a43a6

8210919: Remove statically linked libjli on Windows
Reviewed-by: erikj

! make/ExplodedImageOptimize.gmk
! make/launcher/Launcher-java.base.gmk
! make/launcher/LauncherCommon.gmk
! make/lib/CoreLibraries.gmk
! make/lib/Lib-java.instrument.gmk

Changeset: 61f62fb4d4bf
Author:    zgu
Date:      2018-09-19 16:51 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/61f62fb4d4bf

8210879: ClassLoaderStatsClosure does raw oop comparison
Summary: Uses oopDesc::equals() for comparing oop equality
Reviewed-by: shade

! src/hotspot/share/classfile/classLoaderStats.hpp

Changeset: 414bd559dba8
Author:    jwilhelm
Date:      2018-09-20 00:16 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/414bd559dba8

Added tag jdk-12+12 for changeset 15094d12a632

! .hgtags

Changeset: 4be08a5102b0
Author:    ihse
Date:      2018-09-20 00:19 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4be08a5102b0

8210924: Remove PACKAGE_PATH
Reviewed-by: tbell

! make/autoconf/spec.gmk.in
! make/autoconf/toolchain.m4
! make/launcher/LauncherCommon.gmk
! make/lib/Awt2dLibraries.gmk
! make/lib/CoreLibraries.gmk
! src/java.base/macosx/native/libjli/java_md_macosx.h
! src/java.base/unix/native/libjli/java_md_solinux.h

Changeset: 30e6079a9a12
Author:    jnimeh
Date:      2018-09-19 16:07 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/30e6079a9a12

8210846: TLSv.1.3 interop problems with OpenSSL 1.1.1 when used on the client side with mutual auth
Reviewed-by: wetmore

! src/java.base/share/classes/sun/security/ssl/SignatureAlgorithmsExtension.java

Changeset: cfa50d6a6fba
Author:    kbarrett
Date:      2018-09-19 20:07 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cfa50d6a6fba

8210889: Some service thread cleanups can be starved
Summary: Do all available work on each iteration.
Reviewed-by: pliden, tschatzl, coleenp

! src/hotspot/share/runtime/serviceThread.cpp

Changeset: 43668e3cae4d
Author:    ihse
Date:      2018-09-20 08:59 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/43668e3cae4d

8210920: Native C++ tests are not using CXXFLAGS
Reviewed-by: tbell, erikj

! make/autoconf/flags-cflags.m4
! make/autoconf/flags-ldflags.m4
! make/autoconf/spec.gmk.in
! make/common/TestFilesCompilation.gmk

Changeset: d23d7389142f
Author:    phedlin
Date:      2018-09-12 14:08 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d23d7389142f

8210284: "assert((av & 0x00000001) == 0) failed: unsupported V8" on Solaris 11.4
Summary: Sanity checks on V8 legacy properties removed.
Reviewed-by: neliasso, eosterlund, kvn

! src/hotspot/os_cpu/solaris_sparc/vm_version_solaris_sparc.cpp

Changeset: 1fd0f300d4b7
Author:    coleenp
Date:      2018-09-20 08:11 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1fd0f300d4b7

8202201: All oop stores in the x64 interpreter are treated as volatile when using G1
Summary: ran out of registers, generated volatile and non-volatile branches.
Reviewed-by: eosterlund, dholmes

! src/hotspot/cpu/x86/templateTable_x86.cpp
! src/hotspot/cpu/x86/templateTable_x86.hpp

Changeset: 46eac084082d
Author:    pliden
Date:      2018-09-20 14:04 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/46eac084082d

8210857: Allow retiring TLABs and collecting statistics in parallel
Reviewed-by: sjohanss, eosterlund

! src/hotspot/share/gc/shared/collectedHeap.cpp
! src/hotspot/share/gc/shared/memAllocator.cpp
! src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp
! src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp
! src/hotspot/share/runtime/thread.cpp

Changeset: 75e4ce0fa1ba
Author:    pliden
Date:      2018-09-20 14:04 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/75e4ce0fa1ba

8210883: ZGC: Parallel retire/resize/remap of TLABs
Reviewed-by: eosterlund

! src/hotspot/share/gc/z/zCollectedHeap.cpp
! src/hotspot/share/gc/z/zCollectedHeap.hpp
! src/hotspot/share/gc/z/zHeap.cpp
! src/hotspot/share/gc/z/zInitialize.cpp
! src/hotspot/share/gc/z/zMark.cpp
! src/hotspot/share/gc/z/zObjectAllocator.cpp
! src/hotspot/share/gc/z/zObjectAllocator.hpp
! src/hotspot/share/gc/z/zRelocate.cpp
+ src/hotspot/share/gc/z/zStatTLAB.cpp
+ src/hotspot/share/gc/z/zStatTLAB.hpp
! src/hotspot/share/gc/z/zValue.hpp

Changeset: f12165de3cc0
Author:    ihse
Date:      2018-09-20 18:33 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f12165de3cc0

8210949: Stop filtering out -xc99=%none for liblcms
Reviewed-by: erikj

! make/lib/Awt2dLibraries.gmk

Changeset: 74c67f87fe80
Author:    ihse
Date:      2018-09-20 18:37 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/74c67f87fe80

8210944: Stop replacing -MD with -MT in libwindowsaccessbridge
Reviewed-by: erikj

! make/lib/Lib-jdk.accessibility.gmk

Changeset: 844cd8887372
Author:    ihse
Date:      2018-09-20 18:38 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/844cd8887372

8210941: Stop filtering out -xregs=no%appl for libsunec
Reviewed-by: erikj

! make/lib/Lib-jdk.crypto.ec.gmk

Changeset: f3c1945fa8aa
Author:    ihse
Date:      2018-09-20 18:39 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f3c1945fa8aa

8210960: Allow --with-boot-jdk-jvmargs to work during configure
Reviewed-by: erikj

! make/autoconf/basics.m4
! make/autoconf/boot-jdk.m4

Changeset: 2a51125b2794
Author:    iklam
Date:      2018-09-18 21:47 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2a51125b2794

8210875: Refactor CompactHashtable
Reviewed-by: ccheung, jiangli

! src/hotspot/share/classfile/compactHashtable.cpp
! src/hotspot/share/classfile/compactHashtable.hpp
- src/hotspot/share/classfile/compactHashtable.inline.hpp
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/javaClasses.hpp
! src/hotspot/share/classfile/stringTable.cpp
! src/hotspot/share/classfile/stringTable.hpp
! src/hotspot/share/classfile/symbolTable.cpp
! src/hotspot/share/classfile/symbolTable.hpp
! src/hotspot/share/classfile/systemDictionaryShared.cpp
! src/hotspot/share/memory/filemap.cpp
! src/hotspot/share/services/diagnosticCommand.cpp
! src/hotspot/share/utilities/utf8.cpp
! src/hotspot/share/utilities/utf8.hpp

Changeset: 9777d724ace8
Author:    ihse
Date:      2018-09-20 20:54 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9777d724ace8

8210962: Deprecate jdk-variant
Reviewed-by: shade, erikj

! make/autoconf/basics.m4
! make/autoconf/configure.ac
! make/autoconf/jdk-options.m4
! make/autoconf/spec.gmk.in

Changeset: e3632b4706c4
Author:    ihse
Date:      2018-09-20 21:05 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/e3632b4706c4

8210931: JLI and launchers normalization and cleanup
Reviewed-by: alanb, erikj

! make/MacBundles.gmk
! make/launcher/Launcher-java.base.gmk
! make/launcher/Launcher-jdk.jconsole.gmk
! make/launcher/LauncherCommon.gmk
! make/lib/CoreLibraries.gmk
! make/lib/Lib-java.base.gmk
! make/lib/Lib-java.instrument.gmk
- src/java.base/macosx/native/libjli/java_md_macosx.c
+ src/java.base/macosx/native/libjli/java_md_macosx.m

Changeset: e777e997e7c1
Author:    shade
Date:      2018-09-20 21:14 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/e777e997e7c1

8210963: Build failures after "8210829: Modularize allocations in C2"
Reviewed-by: rkennke, thartmann

! src/hotspot/share/gc/shared/c2/barrierSetC2.cpp
! src/hotspot/share/opto/macro.cpp

Changeset: 07179f7db03d
Author:    vromero
Date:      2018-09-20 12:49 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/07179f7db03d

8209022: Missing checkcast when casting to type parameter bounded by intersection type
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransTypes.java
+ test/langtools/tools/javac/typeVariableCast/TypeVariableCastTest.java

Changeset: a7448f4f89a0
Author:    roland
Date:      2018-09-12 16:38 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a7448f4f89a0

8210390: C2 still crashes with "assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node"
Reviewed-by: thartmann, kvn

! src/hotspot/share/opto/loopopts.cpp
+ test/hotspot/jtreg/compiler/loopstripmining/StripMinedLoopReorgOffsets.java

Changeset: c26fbf1434c4
Author:    xuelei
Date:      2018-09-20 14:19 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c26fbf1434c4

8210974: No extensions debug log for ClientHello
Reviewed-by: jnimeh, wetmore

! src/java.base/share/classes/sun/security/ssl/SSLExtensions.java

Changeset: d2c72de3cf83
Author:    xyin
Date:      2018-09-21 15:49 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d2c72de3cf83

8199931: java/net/MulticastSocket/UnreferencedMulticastSockets.java fails with "incorrect data received"
Reviewed-by: chegar

! test/jdk/java/net/MulticastSocket/UnreferencedMulticastSockets.java

Changeset: ec03768578c2
Author:    xyin
Date:      2018-09-21 16:13 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ec03768578c2

8169246: java/net/DatagramSocket/ReportSocketClosed.java fails intermittently with BindException
Reviewed-by: chegar

! test/jdk/java/net/DatagramSocket/ReportSocketClosed.java

Changeset: bf1d479fe7eb
Author:    jlahoda
Date:      2018-09-21 12:29 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/bf1d479fe7eb

8209865: Incorrect 'multiple elements' notes with Elements#getTypeElement and --release
Summary: Changing ct.sym to be module-path oriented, rather than class-path oriented.
Reviewed-by: jjg

! make/langtools/src/classes/build/tools/symbolgenerator/CreateSymbols.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/platform/JDKPlatformProvider.java
+ test/langtools/tools/javac/platform/ReleaseModulesAndTypeElement.java

Changeset: 91fd24cf57d5
Author:    jlahoda
Date:      2018-09-21 12:29 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/91fd24cf57d5

8209058: Cannot find annotation method 'value()' in type 'Profile+Annotation'
Summary: Correct detection of the Profile+Annotation synthetic annotation for classes that are not from the java.base module.
Reviewed-by: jjg

! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassReader.java
+ test/langtools/tools/javac/platform/NoProfileAnnotationWarning.java

Changeset: 5dd9f3ac52a4
Author:    mbaesken
Date:      2018-09-20 13:59 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5dd9f3ac52a4

8210961: [aix] enhance list of environment variables reported in error log file on AIX
Reviewed-by: clanger, simonis

! src/hotspot/share/utilities/vmError.cpp

Changeset: b177af763b82
Author:    tschatzl
Date:      2018-09-21 15:11 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b177af763b82

8210557: G1 next bitmap verification at the end of concurrent mark sometimes fails
Summary: Removed unnecessary verification that can cause spurious false alarm.
Reviewed-by: sjohanss, kbarrett

! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMarkThread.cpp

Changeset: d62ebdfd8f18
Author:    amenkov
Date:      2018-09-21 10:18 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d62ebdfd8f18

8210725: com/sun/jdi/RedefineClearBreakpoint.java fails with waitForPrompt timed out after 60 seconds
8210748: [TESTBUG] lib.jdb.Jdb.waitForPrompt() should clarify which output is the pending reply after a timeout
Reviewed-by: jcbeyler, gadams, sspitsyn

! test/jdk/com/sun/jdi/lib/jdb/Jdb.java
! test/jdk/com/sun/jdi/lib/jdb/JdbTest.java

Changeset: 46ca82c15f6c
Author:    amenkov
Date:      2018-09-21 11:28 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/46ca82c15f6c

8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4
Reviewed-by: jcbeyler, sspitsyn, cjplummer

! test/jdk/ProblemList.txt
+ test/jdk/com/sun/jdi/RedefineException.java
- test/jdk/com/sun/jdi/RedefineException.sh
+ test/jdk/com/sun/jdi/RedefineFinal.java
- test/jdk/com/sun/jdi/RedefineFinal.sh
+ test/jdk/com/sun/jdi/RedefineIntConstantToLong.java
- test/jdk/com/sun/jdi/RedefineIntConstantToLong.sh
+ test/jdk/com/sun/jdi/RedefineMulti.java
- test/jdk/com/sun/jdi/RedefineMulti.sh
+ test/jdk/com/sun/jdi/RedefinePop.java
- test/jdk/com/sun/jdi/RedefinePop.sh
+ test/jdk/com/sun/jdi/RedefineStep.java
- test/jdk/com/sun/jdi/RedefineStep.sh
+ test/jdk/com/sun/jdi/RedefineTTYLineNumber.java
- test/jdk/com/sun/jdi/RedefineTTYLineNumber.sh
+ test/jdk/com/sun/jdi/StringConvertTest.java
- test/jdk/com/sun/jdi/StringConvertTest.sh
+ test/jdk/com/sun/jdi/WatchFramePop.java
- test/jdk/com/sun/jdi/WatchFramePop.sh

Changeset: f8af1f1f3518
Author:    tbell
Date:      2018-09-21 12:08 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f8af1f1f3518

8190985: .jcheck/conf files contain 'project=jdk10'
Reviewed-by: mr, iris, erikj

! .jcheck/conf

Changeset: ab54a4d61d7f
Author:    ihse
Date:      2018-09-21 21:35 +0200
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ab54a4d61d7f

8210988: Improved handling of compiler warnings in the build
Reviewed-by: erikj

! make/autoconf/flags-cflags.m4
! make/autoconf/flags-ldflags.m4
! make/autoconf/spec.gmk.in
! make/common/NativeCompilation.gmk
! make/hotspot/lib/CompileGtest.gmk
! make/hotspot/lib/CompileJvm.gmk

Changeset: dc15e45122b2
Author:    iignatyev
Date:      2018-09-21 14:50 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/dc15e45122b2

8210894: remove jdk/testlibrary/Asserts
Reviewed-by: serb

! test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/AddReads.java
! test/hotspot/jtreg/runtime/appcds/jigsaw/modulepath/ExportModule.java
! test/jdk/com/sun/crypto/provider/Mac/HmacSHA512.java
! test/jdk/com/sun/jdi/NoLaunchOptionTest.java
! test/jdk/com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogAppModal1Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogAppModal2Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogAppModal3Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogAppModal4Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogAppModal5Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogAppModal6Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogDocModal1Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogDocModal2Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogDocModal3Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogDocModal4Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogDocModal5Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogDocModal6Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogDocModal7Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogModal1Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogModal2Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogModal3Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogModal4Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogModal5Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogModal6Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogNonModal1Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogNonModal2Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogNonModal3Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogNonModal4Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogNonModal5Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogNonModal6Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogNonModal7Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogTKModal1Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogTKModal2Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogTKModal3Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogTKModal4Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogTKModal5Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogTKModal6Test.java
! test/jdk/java/awt/Modal/FileDialog/FileDialogTKModal7Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDDAppModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDDDocModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDDModelessTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDDNonModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDDSetModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDDTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDDToolkitModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDFAppModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDFSetModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDFTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDFToolkitModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDFWModeless1Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDFWModeless2Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDFWNonModal1Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDFWNonModal2Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDFWTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingDocModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDAppModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDDocModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDModelessTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDNonModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDSetModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDToolkitModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal1Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal2Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal3Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWDocModal4Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWModeless1Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWModeless2Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWModeless3Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWModeless4Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal1Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal2Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal3Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWNonModal4Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingFDWTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal1Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal2Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal3Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal4Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal5Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsAppModal6Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsDocModal1Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsDocModal2Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsDocModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal1Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal2Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal3Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal4Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal5Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsSetModal6Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal1Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal2Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal3Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal4Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal5Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/BlockingWindowsToolkitModal6Test.java
! test/jdk/java/awt/Modal/ModalBlockingTests/UnblockedDialogAppModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/UnblockedDialogDocModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/UnblockedDialogModelessTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/UnblockedDialogNonModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/UnblockedDialogSetModalTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/UnblockedDialogTest.java
! test/jdk/java/awt/Modal/ModalBlockingTests/UnblockedDialogToolkitModalTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ApplicationExcludeDialogFileTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ApplicationExcludeDialogPageSetupTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ApplicationExcludeDialogPrintSetupTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ApplicationExcludeFrameFileTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ApplicationExcludeFramePageSetupTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ApplicationExcludeFramePrintSetupTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ExcludeDialogTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ExcludeFrameTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ToolkitExcludeDialogFileTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ToolkitExcludeDialogPageSetupTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ToolkitExcludeDialogPrintSetupTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ToolkitExcludeFrameFileTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ToolkitExcludeFramePageSetupTest.java
! test/jdk/java/awt/Modal/ModalExclusionTests/ToolkitExcludeFramePrintSetupTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFAppModalTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFDocModalTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFModelessTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFNonModalTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferDWFTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferDialogsAppModalTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferDialogsDocModalTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferDialogsModelessTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferDialogsNonModalTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFDWAppModalTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFDWDocModalTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFDWModelessTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFDWNonModalTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal1Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal2Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal3Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDAppModal4Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal1Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal2Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal3Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDDocModal4Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless1Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless2Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless3Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDModeless4Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal1Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal2Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal3Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDNonModal4Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferFWDTest.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFAppModal1Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFAppModal2Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFAppModal3Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFDocModal1Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFDocModal2Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFDocModal3Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFModeless1Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFModeless2Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFModeless3Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFNonModal1Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFNonModal2Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFNonModal3Test.java
! test/jdk/java/awt/Modal/ModalFocusTransferTests/FocusTransferWDFTest.java
! test/jdk/java/awt/Modal/ModalitySettingsTest/ModalitySettingsTest.java
! test/jdk/java/awt/Modal/MultipleDialogs/MultipleDialogs1Test.java
! test/jdk/java/awt/Modal/MultipleDialogs/MultipleDialogs2Test.java
! test/jdk/java/awt/Modal/MultipleDialogs/MultipleDialogs3Test.java
! test/jdk/java/awt/Modal/MultipleDialogs/MultipleDialogs4Test.java
! test/jdk/java/awt/Modal/MultipleDialogs/MultipleDialogs5Test.java
! test/jdk/java/awt/Modal/NullModalityDialogTest/NullModalityDialogTest.java
! test/jdk/java/awt/Modal/OnTop/OnTopAppModal1Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopAppModal2Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopAppModal3Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopAppModal4Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopAppModal5Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopAppModal6Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopDDFTest.java
! test/jdk/java/awt/Modal/OnTop/OnTopDocModal1Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopDocModal2Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopDocModal3Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopDocModal4Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopDocModal5Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopDocModal6Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopFDFTest.java
! test/jdk/java/awt/Modal/OnTop/OnTopModal1Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopModal2Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopModal3Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopModal4Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopModal5Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopModal6Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopModeless1Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopModeless2Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopModeless3Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopModeless4Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopModeless5Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopModeless6Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopTKModal1Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopTKModal2Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopTKModal3Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopTKModal4Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopTKModal5Test.java
! test/jdk/java/awt/Modal/OnTop/OnTopTKModal6Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackAppModal1Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackAppModal2Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackAppModal3Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackAppModal4Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackAppModal5Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackAppModal6Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackDDFTest.java
! test/jdk/java/awt/Modal/ToBack/ToBackDocModal1Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackDocModal2Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackDocModal3Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackDocModal4Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackDocModal5Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackDocModal6Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackFDFTest.java
! test/jdk/java/awt/Modal/ToBack/ToBackModal1Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackModal2Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackModal3Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackModal4Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackModal5Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackModal6Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackModeless1Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackModeless2Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackModeless3Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackModeless4Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackModeless5Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackModeless6Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackNonModal1Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackNonModal2Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackNonModal3Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackNonModal4Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackNonModal5Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackNonModal6Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackTKModal1Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackTKModal2Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackTKModal3Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackTKModal4Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackTKModal5Test.java
! test/jdk/java/awt/Modal/ToBack/ToBackTKModal6Test.java
! test/jdk/java/awt/Modal/ToFront/DialogToFrontAppModalTest.java
! test/jdk/java/awt/Modal/ToFront/DialogToFrontDocModalTest.java
! test/jdk/java/awt/Modal/ToFront/DialogToFrontModalTest.java
! test/jdk/java/awt/Modal/ToFront/DialogToFrontModeless1Test.java
! test/jdk/java/awt/Modal/ToFront/DialogToFrontNonModalTest.java
! test/jdk/java/awt/Modal/ToFront/DialogToFrontTKModalTest.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontAppModal1Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontAppModal2Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontAppModal3Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontAppModal4Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontAppModal5Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontDocModal1Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontDocModal2Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontModal1Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontModal2Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontModal3Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontModal4Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontModal5Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontModeless1Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontNonModalTest.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontTKModal1Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontTKModal2Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontTKModal3Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontTKModal4Test.java
! test/jdk/java/awt/Modal/ToFront/FrameToFrontTKModal5Test.java
! test/jdk/java/awt/Modal/helpers/TestDialog.java
! test/jdk/java/awt/Modal/helpers/TestFrame.java
! test/jdk/java/awt/Modal/helpers/TestWindow.java
! test/jdk/java/awt/Robot/ModifierRobotKey/ModifierRobotEnhancedKeyTest.java
! test/jdk/java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java
! test/jdk/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.java
! test/jdk/java/awt/event/KeyEvent/ExtendedModifiersTest/ExtendedModifiersTest.java
! test/jdk/java/awt/event/KeyEvent/KeyMaskTest/KeyMaskTest.java
! test/jdk/java/awt/event/MouseEvent/MouseButtonsAndKeyMasksTest/MouseButtonsAndKeyMasksTest.java
! test/jdk/java/awt/event/MouseEvent/MouseButtonsTest/MouseButtonsTest.java
! test/jdk/java/awt/event/MouseEvent/MultipleMouseButtonsTest/MultipleMouseButtonsTest.java
! test/jdk/java/lang/annotation/repeatingAnnotations/CustomRepeatingWithSecurityManager.java
! test/jdk/java/lang/annotation/repeatingAnnotations/RepeatingWithSecurityManager.java
! test/jdk/java/lang/annotation/typeAnnotations/GetAnnotatedOwnerType.java
! test/jdk/java/lang/invoke/ExplicitCastArgumentsTest.java
! test/jdk/java/lang/invoke/MethodHandles/CatchExceptionTest.java
! test/jdk/java/lang/invoke/common/test/java/lang/invoke/lib/Helper.java
! test/jdk/java/security/SecureRandom/GetInstanceTest.java
! test/jdk/java/security/SecureRandom/SerializedSeedTest.java
! test/jdk/java/util/logging/TestLoggerWeakRefLeak.java
! test/jdk/jdk/internal/reflect/constantPool/ConstantPoolTest.java
! test/jdk/lib/testlibrary/AssertsTest.java
- test/jdk/lib/testlibrary/jdk/testlibrary/Asserts.java
! test/jdk/sun/jvmstat/monitor/MonitoredVm/TestPollingInterval.java
! test/jdk/sun/management/jdp/JdpDefaultsTest.java
! test/jdk/sun/management/jdp/JdpJmxRemoteDynamicPortTest.java
! test/jdk/sun/management/jdp/JdpOffTest.java
! test/jdk/sun/management/jdp/JdpOnTestCase.java
! test/jdk/sun/management/jdp/JdpSpecificAddressTest.java
! test/jdk/sun/management/jdp/JdpTestUtilTest.java
! test/jdk/sun/security/provider/MessageDigest/SHA512.java
! test/jdk/sun/tools/jcmd/TestJcmdDefaults.java
! test/jdk/sun/tools/jcmd/TestJcmdSanity.java
! test/jdk/sun/tools/jhsdb/HeapDumpTest.java
! test/jdk/sun/tools/jmap/BasicJMapTest.java
! test/jdk/sun/tools/jps/JpsHelper.java
! test/jdk/sun/tools/jps/TestJps.java
! test/jdk/sun/tools/jps/TestJpsSanity.java
! test/jdk/sun/tools/jstatd/JstatGCUtilParser.java
! test/jdk/sun/tools/jstatd/JstatdTest.java
! test/jdk/sun/tools/jstatd/TestJstatdDefaults.java
! test/jdk/sun/tools/jstatd/TestJstatdExternalRegistry.java
! test/jdk/sun/tools/jstatd/TestJstatdPort.java
! test/jdk/sun/tools/jstatd/TestJstatdPortAndServer.java
! test/jdk/sun/tools/jstatd/TestJstatdServer.java
! test/lib/jdk/test/lib/Asserts.java

Changeset: f191aca8f96d
Author:    jjg
Date:      2018-09-21 15:38 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f191aca8f96d

8210275: Source Launcher should fail if --source is used without a source file
Reviewed-by: mchung, alanb, mcimadamore

! src/java.base/share/native/libjli/java.c
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/launcher.properties
! test/jdk/tools/launcher/SourceMode.java
! test/langtools/tools/javac/launcher/SourceLauncherTest.java

Changeset: b7153eff0558
Author:    cjplummer
Date:      2018-09-22 14:12 -0700
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b7153eff0558

8210987: Extra newlines on Windows when running nsk jdb tests
Summary: fix skipping over newlines
Reviewed-by: dholmes, jcbeyler, amenkov

! test/hotspot/jtreg/vmTestbase/nsk/share/jdb/Jdb.java

Changeset: 16f0deae8fa6
Author:    gadams
Date:      2018-09-21 08:13 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/16f0deae8fa6

8208471: nsk/jdb/unwatch/unwatch002/unwatch002.java fails with "Prompt is not received during 300200 milliseconds"
Reviewed-by: cjplummer, amenkov

! test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch002/unwatch002.java




More information about the valhalla-dev mailing list