hg: jdk/client: 142 new changesets

philip.race at oracle.com philip.race at oracle.com
Fri Aug 3 19:54:39 UTC 2018


Changeset: 0058ffa0a922
Author:    naoto
Date:      2018-07-19 11:15 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/0058ffa0a922

8206886: Java does not set the default format locale correctly on mac10.13
Reviewed-by: rriggs

! src/java.base/macosx/native/libjava/java_props_macosx.c

Changeset: 7410cb248bbf
Author:    never
Date:      2018-07-19 12:55 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/7410cb248bbf

8207202: [Graal] compiler/graalunit/CoreTest.java fails
Reviewed-by: kvn

! src/hotspot/share/interpreter/interpreterRuntime.cpp

Changeset: c3a089b16cc9
Author:    igerasim
Date:      2018-07-19 13:41 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/c3a089b16cc9

8207753: Handle to process snapshot is leaked if Process32First() fails
Reviewed-by: rriggs

! src/java.base/windows/native/libjava/ProcessHandleImpl_win.c

Changeset: e443c637b238
Author:    vromero
Date:      2018-07-19 15:13 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/e443c637b238

8206874: Evaluate LoadClassFromJava6CreatedJarTest.java after dropping -source 6
Reviewed-by: darcy

- test/langtools/tools/javac/file/zip/8003512/LoadClassFromJava6CreatedJarTest.java

Changeset: 6c62929bd870
Author:    dtitov
Date:      2018-07-19 16:53 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/6c62929bd870

8204695: [Graal] vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java fails
Reviewed-by: sspitsyn, cjplummer

! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java

Changeset: bee24106cfc0
Author:    ctornqvi
Date:      2018-07-20 09:15 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/bee24106cfc0

8207855: Make applications/jcstress invoke tests in batches
Reviewed-by: kvn, iignatyev

! test/hotspot/jtreg/TEST.groups
! test/hotspot/jtreg/applications/jcstress/TestGenerator.java
+ test/hotspot/jtreg/applications/jcstress/accessAtomic.java
+ test/hotspot/jtreg/applications/jcstress/acqrel.java
- test/hotspot/jtreg/applications/jcstress/acqrel/Test.java
+ test/hotspot/jtreg/applications/jcstress/atomicity.java
- test/hotspot/jtreg/applications/jcstress/atomicity/Test.java
+ test/hotspot/jtreg/applications/jcstress/atomics.java
+ test/hotspot/jtreg/applications/jcstress/causality.java
+ test/hotspot/jtreg/applications/jcstress/coherence.java
+ test/hotspot/jtreg/applications/jcstress/copy.java
- test/hotspot/jtreg/applications/jcstress/copy/Test.java
+ test/hotspot/jtreg/applications/jcstress/countdownlatch.java
+ test/hotspot/jtreg/applications/jcstress/defaultValues.java
+ test/hotspot/jtreg/applications/jcstress/executors.java
+ test/hotspot/jtreg/applications/jcstress/fences.java
- test/hotspot/jtreg/applications/jcstress/fences/Test.java
+ test/hotspot/jtreg/applications/jcstress/future.java
+ test/hotspot/jtreg/applications/jcstress/init.java
+ test/hotspot/jtreg/applications/jcstress/initClass.java
+ test/hotspot/jtreg/applications/jcstress/initLen.java
+ test/hotspot/jtreg/applications/jcstress/interrupt.java
+ test/hotspot/jtreg/applications/jcstress/locks.java
+ test/hotspot/jtreg/applications/jcstress/memeffects.java
- test/hotspot/jtreg/applications/jcstress/memeffects/Test.java
- test/hotspot/jtreg/applications/jcstress/other/Test.java
+ test/hotspot/jtreg/applications/jcstress/seqcst.java
- test/hotspot/jtreg/applications/jcstress/seqcst.sync/Test.java
- test/hotspot/jtreg/applications/jcstress/seqcst.volatiles/Test.java
+ test/hotspot/jtreg/applications/jcstress/singletons.java
+ test/hotspot/jtreg/applications/jcstress/strings.java
+ test/hotspot/jtreg/applications/jcstress/tearing.java
+ test/hotspot/jtreg/applications/jcstress/unsafe.java
+ test/hotspot/jtreg/applications/jcstress/varhandles.java
+ test/hotspot/jtreg/applications/jcstress/volatiles.java

Changeset: 65556ae796ad
Author:    jcbeyler
Date:      2018-07-19 18:21 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/65556ae796ad

8207765: HeapMonitorStatIntervalTest.java fails with ZGC
Summary: Add a calculation of array sizes before test to satisfy ZGC support
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler at google.com

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitor.java
! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatIntervalTest.java
! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/libHeapMonitorTest.c

Changeset: 0d02393d9115
Author:    darcy
Date:      2018-07-18 00:16 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/0d02393d9115

8193214: Incorrect annotations.without.processors warnings with JDK 9
Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
+ test/langtools/tools/javac/processing/warnings/LintProcessing/TestAnnotationsWithoutProcessors.java
+ test/langtools/tools/javac/processing/warnings/LintProcessing/empty.out

Changeset: ae39ec0b0502
Author:    darcy
Date:      2018-07-18 00:23 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/ae39ec0b0502

8193462: Fix Filer handling of package-info initial elements
Reviewed-by: vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Enter.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacFiler.java
! test/langtools/tools/javac/processing/filer/TestPackageInfo.java

Changeset: 416a76fe8067
Author:    kvn
Date:      2018-07-20 11:55 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/416a76fe8067

8206075: On x86, assert on unbound assembler Labels used as branch targets
Reviewed-by: kvn, mdoerr, phh
Contributed-by: xxinliu at amazon.com

! src/hotspot/cpu/x86/interp_masm_x86.cpp
! src/hotspot/cpu/x86/templateTable_x86.cpp
! src/hotspot/share/asm/assembler.hpp
! src/hotspot/share/c1/c1_LIRAssembler.hpp

Changeset: 516acf6956a2
Author:    coleenp
Date:      2018-07-20 14:52 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/516acf6956a2

8207359: Make SymbolTable increment_refcount disallow zero
Summary: Use cmpxchg for non permanent symbol refcounting, and pack refcount and length into an int.
Reviewed-by: gziemski, kbarrett, iklam

! make/hotspot/src/native/dtrace/generateJvmOffsets.cpp
! src/hotspot/os/solaris/dtrace/jhelper.d
! src/hotspot/share/classfile/compactHashtable.inline.hpp
! src/hotspot/share/classfile/symbolTable.cpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/oops/symbol.cpp
! src/hotspot/share/oops/symbol.hpp
! src/hotspot/share/runtime/vmStructs.cpp
! src/java.base/solaris/native/libjvm_db/libjvm_db.c
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Symbol.java
! test/hotspot/gtest/classfile/test_symbolTable.cpp
+ test/hotspot/gtest/threadHelper.inline.hpp
! test/hotspot/gtest/utilities/test_concurrentHashtable.cpp
! test/hotspot/gtest/utilities/test_globalCounter.cpp
- test/hotspot/gtest/utilities/utilitiesHelper.inline.hpp

Changeset: b7eb9cc56277
Author:    iklam
Date:      2018-07-20 12:19 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/b7eb9cc56277

8203382: Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass
Reviewed-by: jiangli

! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/systemDictionary.hpp
! src/hotspot/share/jvmci/jvmciRuntime.cpp

Changeset: 01b8120f867a
Author:    darcy
Date:      2018-07-20 14:46 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/01b8120f867a

8208060: Additional corrections of serial-related declarations
Reviewed-by: rriggs, lancea

! src/java.base/share/classes/java/net/InetAddress.java
! src/java.management/share/classes/java/lang/management/MemoryType.java
! src/java.rmi/share/classes/java/rmi/activation/ActivationID.java
! src/java.rmi/share/classes/java/rmi/server/RemoteObject.java
! src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialArray.java
! src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialBlob.java
! src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialRef.java
! src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialStruct.java
! src/java.sql/share/classes/java/sql/BatchUpdateException.java

Changeset: b0fcf59be391
Author:    vromero
Date:      2018-07-20 14:48 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/b0fcf59be391

8205493: OptionSmokeTest.java uses hard-coded release values
Reviewed-by: darcy

! test/langtools/tools/javac/options/smokeTests/OptionSmokeTest.java

Changeset: bd2e3c3b4547
Author:    tschatzl
Date:      2018-07-23 17:32 +0200
URL:       http://hg.openjdk.java.net/jdk/client/rev/bd2e3c3b4547

8207953: Remove dead code in G1CopyingKeepAliveClosure
Reviewed-by: kbarrett

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

Changeset: 1edc62f9ba3a
Author:    tonyp
Date:      2018-07-23 11:38 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/1edc62f9ba3a

8207849: Allow the addition of more number to the Java version string
Reviewed-by: erikj

! make/autoconf/jdk-version.m4
! make/autoconf/spec.gmk.in
! make/autoconf/version-numbers

Changeset: e5cf42428787
Author:    dcubed
Date:      2018-07-23 14:41 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/e5cf42428787

8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
Reviewed-by: sspitsyn

! test/hotspot/jtreg/ProblemList.txt

Changeset: 22e1b5900d90
Author:    kvn
Date:      2018-07-23 18:29 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/22e1b5900d90

8207262: enable applications/ctw/modules/java_desktop_2.java test again
Reviewed-by: iignatyev

! test/hotspot/jtreg/ProblemList.txt

Changeset: e55d46250431
Author:    igerasim
Date:      2018-07-23 22:07 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/e55d46250431

8207314: Unnecessary reallocation when constructing WeakHashMap from a large Map
Reviewed-by: martin

! src/java.base/share/classes/java/util/WeakHashMap.java

Changeset: 630b5e06a947
Author:    mbaesken
Date:      2018-07-19 11:04 +0200
URL:       http://hg.openjdk.java.net/jdk/client/rev/630b5e06a947

8207395: jar has issues with UNC-path arguments for the jar -C parameter [windows]
Reviewed-by: goetz, sherman

! src/jdk.jartool/share/classes/sun/tools/jar/Main.java

Changeset: 0ce279d8c9cd
Author:    mbaesken
Date:      2018-07-24 09:27 +0200
URL:       http://hg.openjdk.java.net/jdk/client/rev/0ce279d8c9cd

8207941: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails on machines without Arial font [testbug]
Reviewed-by: goetz, psadhukhan

! test/jdk/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java

Changeset: fb4a7b894fac
Author:    jjg
Date:      2018-07-24 11:37 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/fb4a7b894fac

8207214: Broken links in JDK API serialized-form page
Reviewed-by: hannesw

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/TagletWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/Utils.java
+ test/langtools/jdk/javadoc/doclet/testSerializedFormWithSee/TestSerializedFormWithSee.java

Changeset: 96fae3a62612
Author:    shurailine
Date:      2018-07-24 08:58 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/96fae3a62612

8208157: requires.VMProps throws NPE for missing properties in "release" file
Reviewed-by: iignatyev, lancea

! test/jtreg-ext/requires/VMProps.java

Changeset: 499b873761d8
Author:    xyin
Date:      2018-07-25 11:03 +0800
URL:       http://hg.openjdk.java.net/jdk/client/rev/499b873761d8

8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
Reviewed-by: vtewari, rriggs

! test/jdk/com/sun/jndi/dns/AttributeTests/GetAny.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrs.dns
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrs.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrsBase.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrsEmptyAttrIds.dns
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrsEmptyAttrIds.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrsNonExistentAttrIds.dns
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrsNonExistentAttrIds.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrsNotFound.dns
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrsNotFound.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrsNullAttrIds.dns
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrsNullAttrIds.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrsSomeAttrIds.dns
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetAttrsSomeAttrIds.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetNonstandard.dns
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetNonstandard.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetNumericIRRs.dns
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetNumericIRRs.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetNumericRRs.dns
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetNumericRRs.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetRRs.dns
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetRRs.java
+ test/jdk/com/sun/jndi/dns/AttributeTests/GetRRsBase.java
! test/jdk/com/sun/jndi/dns/lib/DNSServer.java
+ test/jdk/com/sun/jndi/dns/lib/DNSTestBase.java
! test/jdk/com/sun/jndi/dns/lib/DNSTestUtils.java
! test/jdk/com/sun/jndi/dns/lib/DNSTracer.java
+ test/jdk/com/sun/jndi/dns/lib/Server.java
+ test/jdk/com/sun/jndi/dns/lib/TestBase.java

Changeset: f4f5f961a81f
Author:    dcubed
Date:      2018-07-25 12:32 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/f4f5f961a81f

8208189: ProblemList compiler/graalunit/JttThreadsTest.java
Reviewed-by: darcy

! test/hotspot/jtreg/ProblemList-graal.txt

Changeset: 766df90d6fb5
Author:    darcy
Date:      2018-07-25 12:32 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/766df90d6fb5

8190886: package-info handling in RoundEnvironment.getElementsAnnotatedWith
Reviewed-by: vromero, jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java
- test/langtools/tools/javac/processing/environment/round/AnnotatedElementInfo.java
! test/langtools/tools/javac/processing/environment/round/BuriedAnnotations.java
! test/langtools/tools/javac/processing/environment/round/C2.java
! test/langtools/tools/javac/processing/environment/round/ErroneousAnnotations.java
! test/langtools/tools/javac/processing/environment/round/ErroneousAnnotations.out
! test/langtools/tools/javac/processing/environment/round/Foo.java
! test/langtools/tools/javac/processing/environment/round/ParameterAnnotations.java
! test/langtools/tools/javac/processing/environment/round/Part1.java
! test/langtools/tools/javac/processing/environment/round/SurfaceAnnotations.java
! test/langtools/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java
! test/langtools/tools/javac/processing/environment/round/TypeParameterAnnotations.java
+ test/langtools/tools/javac/processing/environment/round/annot/AnnotatedElementInfo.java
+ test/langtools/tools/javac/processing/environment/round/annot/MarkerAnnot.java
+ test/langtools/tools/javac/processing/environment/round/mod/module-info.java
+ test/langtools/tools/javac/processing/environment/round/mod/quux/Quux.java
+ test/langtools/tools/javac/processing/environment/round/mod/quux/package-info.java
+ test/langtools/tools/javac/processing/environment/round/pkg/Foo.java
+ test/langtools/tools/javac/processing/environment/round/pkg/package-info.java

Changeset: 08d99d33e0aa
Author:    jcbeyler
Date:      2018-07-25 10:51 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/08d99d33e0aa

8207765: HeapMonitorTest.java intermittent failure
Summary: Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
Contributed-by: jcbeyler at google.com

! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorTest.java

Changeset: 6d9f7c323266
Author:    dcubed
Date:      2018-07-25 15:38 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/6d9f7c323266

8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
Reviewed-by: cjplummer

! test/hotspot/jtreg/ProblemList.txt

Changeset: 3a6be93c9660
Author:    rkennke
Date:      2018-07-25 21:47 +0200
URL:       http://hg.openjdk.java.net/jdk/client/rev/3a6be93c9660

8204970: Remaing object comparisons need to use oopDesc::equals()
Reviewed-by: eosterlund, zgu

! src/hotspot/share/ci/ciObjectFactory.hpp
! src/hotspot/share/classfile/modules.cpp

Changeset: 979e4708da65
Author:    darcy
Date:      2018-07-25 12:54 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/979e4708da65

8208201: Update SourceVersion.RELEASE_11 docs to mention var for lambda param
Reviewed-by: jjg

! src/java.compiler/share/classes/javax/lang/model/SourceVersion.java

Changeset: 9f200b5bd189
Author:    dcubed
Date:      2018-07-25 17:22 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/9f200b5bd189

8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
Reviewed-by: sspitsyn

! test/jdk/ProblemList.txt

Changeset: 628333cfee7a
Author:    darcy
Date:      2018-07-25 17:22 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/628333cfee7a

8208200: Add missing periods to sentences in RoundEnvironment specs
Reviewed-by: jjg

! src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java

Changeset: 21626dccd2ca
Author:    jjg
Date:      2018-07-25 17:26 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/21626dccd2ca

8208227: tools/jdeps/DotFileTest.java fails on Win-X64
Reviewed-by: darcy

! test/langtools/tools/jdeps/DotFileTest.java

Changeset: 59b0d8afc831
Author:    dbuck
Date:      2018-07-26 10:56 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/59b0d8afc831

8208183: update HSDIS plugin license to UPL
Reviewed-by: simonis, adinn, jrose

! src/utils/hsdis/Makefile
! src/utils/hsdis/README
! src/utils/hsdis/hsdis-demo.c
! src/utils/hsdis/hsdis.c
! src/utils/hsdis/hsdis.h

Changeset: 220c9188db4f
Author:    ysuenaga
Date:      2018-07-27 00:54 +0900
URL:       http://hg.openjdk.java.net/jdk/client/rev/220c9188db4f

8205992: jhsdb cannot attach to Java processes running in Docker containers
Reviewed-by: cjplummer, jgeorge

! src/jdk.hotspot.agent/linux/native/libsaproc/LinuxDebuggerLocal.c
! src/jdk.hotspot.agent/linux/native/libsaproc/libproc.h
! src/jdk.hotspot.agent/linux/native/libsaproc/ps_proc.c
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/LinuxDebuggerLocal.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/LinuxThread.java

Changeset: b257e2c3bc8d
Author:    prr
Date:      2018-07-26 09:30 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/b257e2c3bc8d

Added tag jdk-12+4 for changeset 499b873761d8

! .hgtags

Changeset: 7cfc6c381cfa
Author:    bulasevich
Date:      2018-07-19 21:46 +0300
URL:       http://hg.openjdk.java.net/jdk/client/rev/7cfc6c381cfa

8207584: ARM32: ShouldNotReachHere assertion on Test8168712 jtreg test
Reviewed-by: shade

! src/hotspot/cpu/arm/sharedRuntime_arm.cpp

Changeset: 14b870bda24f
Author:    kvn
Date:      2018-07-19 13:41 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/14b870bda24f

8207069: [AOT] we should check that VM uses the same GC as one used for AOT library generation.
Reviewed-by: twisti, dnsimon, never

! src/hotspot/share/aot/aotCodeHeap.cpp
! src/hotspot/share/aot/aotCodeHeap.hpp
! src/hotspot/share/gc/shared/gcConfig.cpp
! src/hotspot/share/gc/shared/gcConfig.hpp
! src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/BinaryContainer.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Main.java

Changeset: fc24da4898f1
Author:    erikj
Date:      2018-07-19 14:25 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/fc24da4898f1

8207243: Fix translation filtering to also support zh_HK and zh_TW
Reviewed-by: tbell

! make/CompileJavaModules.gmk
! make/conf/jib-profiles.js
! test/jdk/build/translations/VerifyTranslations.java
! test/jdk/java/util/logging/LocalizedLevelName.java

Changeset: 0d2e45b25c3d
Author:    zgu
Date:      2018-07-11 13:55 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/0d2e45b25c3d

8207056: Epsilon GC to support object pinning
Summary: Epsilon GC to use object pinning to avoid expensive GCLocker
Reviewed-by: shade, rkennke

! src/hotspot/share/gc/epsilon/epsilonHeap.hpp

Changeset: 4630bb315ec0
Author:    mli
Date:      2018-07-20 08:40 +0800
URL:       http://hg.openjdk.java.net/jdk/client/rev/4630bb315ec0

8207244: java/nio/channels/Selector/SelectWithConsumer.java testInterruptDuringSelect() fails intermittently
Reviewed-by: alanb

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

Changeset: e750c1a054fa
Author:    jcbeyler
Date:      2018-07-19 18:21 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/e750c1a054fa

8207765: HeapMonitorStatIntervalTest.java fails with ZGC
Summary: Add a calculation of array sizes before test to satisfy ZGC support
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler at google.com

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitor.java
! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatIntervalTest.java
! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/libHeapMonitorTest.c

Changeset: 6ed2290ba410
Author:    mli
Date:      2018-07-20 15:24 +0800
URL:       http://hg.openjdk.java.net/jdk/client/rev/6ed2290ba410

8207833: java/nio/channels/Selector/SelectWithConsumer.java testCancel() fails intermittently
Reviewed-by: alanb

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

Changeset: a138b5fe288d
Author:    rraghavan
Date:      2018-07-20 01:23 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/a138b5fe288d

8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
Summary: Added required uses statement
Reviewed-by: dnsimon, kvn

! src/jdk.internal.vm.compiler/share/classes/module-info.java

Changeset: 24c4780f69a5
Author:    goetz
Date:      2018-07-20 09:33 +0200
URL:       http://hg.openjdk.java.net/jdk/client/rev/24c4780f69a5

8207766: [testbug] Adapt tests for Aix.
Reviewed-by: clanger, mbaesken

! test/jdk/ProblemList.txt
! test/jdk/com/sun/jdi/EvalArraysAsList.sh
! test/jdk/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh
! test/jdk/sun/security/pkcs11/PKCS11Test.java
! test/jdk/sun/security/pkcs11/Secmod/TestNssDbSqlite.java
! test/jdk/tools/launcher/SourceMode.java

Changeset: 67736b4846a0
Author:    goetz
Date:      2018-07-20 09:46 +0200
URL:       http://hg.openjdk.java.net/jdk/client/rev/67736b4846a0

8207830: [aix] disable jfr in build and tests
Reviewed-by: kvn, erikj

! make/autoconf/hotspot.m4
! src/hotspot/share/prims/whitebox.cpp
! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/runtime/appcds/CDSandJFR.java
! test/hotspot/jtreg/runtime/appcds/TestWithProfiler.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/FlagCombo.java
! test/jdk/TEST.ROOT
! test/jdk/jdk/jfr/api/consumer/TestFieldAccess.java
! test/jdk/jdk/jfr/api/consumer/TestGetStackTrace.java
! test/jdk/jdk/jfr/api/consumer/TestHiddenMethod.java
! test/jdk/jdk/jfr/api/consumer/TestMethodGetModifiers.java
! test/jdk/jdk/jfr/api/consumer/TestReadTwice.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedClassLoader.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedEvent.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedEventGetThread.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedEventGetThreadOther.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedFrame.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedFullStackTrace.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedInstantEventTimestamp.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedMethodDescriptor.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedObject.java
! test/jdk/jdk/jfr/api/consumer/TestRecordedThreadGroupParent.java
! test/jdk/jdk/jfr/api/consumer/TestRecordingFile.java
! test/jdk/jdk/jfr/api/consumer/TestRecordingFileReadEventEof.java
! test/jdk/jdk/jfr/api/consumer/TestRecordingInternals.java
! test/jdk/jdk/jfr/api/consumer/TestSingleRecordedEvent.java
! test/jdk/jdk/jfr/api/consumer/TestToString.java
! test/jdk/jdk/jfr/api/consumer/TestValueDescriptorRecorded.java
! test/jdk/jdk/jfr/api/event/TestAbstractEvent.java
! test/jdk/jdk/jfr/api/event/TestBeginEnd.java
! test/jdk/jdk/jfr/api/event/TestClinitRegistration.java
! test/jdk/jdk/jfr/api/event/TestClonedEvent.java
! test/jdk/jdk/jfr/api/event/TestEnableDisable.java
! test/jdk/jdk/jfr/api/event/TestEventFactory.java
! test/jdk/jdk/jfr/api/event/TestEventFactoryRegisterTwice.java
! test/jdk/jdk/jfr/api/event/TestEventFactoryRegistration.java
! test/jdk/jdk/jfr/api/event/TestExtends.java
! test/jdk/jdk/jfr/api/event/TestGetDuration.java
! test/jdk/jdk/jfr/api/event/TestIsEnabled.java
! test/jdk/jdk/jfr/api/event/TestIsEnabledMultiple.java
! test/jdk/jdk/jfr/api/event/TestOwnCommit.java
! test/jdk/jdk/jfr/api/event/TestShouldCommit.java
! test/jdk/jdk/jfr/api/event/TestStaticEnable.java
! test/jdk/jdk/jfr/api/event/dynamic/TestDynamicAnnotations.java
! test/jdk/jdk/jfr/api/event/dynamic/TestEventFactory.java
! test/jdk/jdk/jfr/api/flightrecorder/TestAddListenerTwice.java
! test/jdk/jdk/jfr/api/flightrecorder/TestAddPeriodicEvent.java
! test/jdk/jdk/jfr/api/flightrecorder/TestFlightRecorderListenerRecorderInitialized.java
! test/jdk/jdk/jfr/api/flightrecorder/TestGetEventTypes.java
! test/jdk/jdk/jfr/api/flightrecorder/TestGetPlatformRecorder.java
! test/jdk/jdk/jfr/api/flightrecorder/TestGetRecordings.java
! test/jdk/jdk/jfr/api/flightrecorder/TestGetSettings.java
! test/jdk/jdk/jfr/api/flightrecorder/TestIsAvailable.java
! test/jdk/jdk/jfr/api/flightrecorder/TestIsInitialized.java
! test/jdk/jdk/jfr/api/flightrecorder/TestListener.java
! test/jdk/jdk/jfr/api/flightrecorder/TestListenerNull.java
! test/jdk/jdk/jfr/api/flightrecorder/TestPeriodicEventsSameHook.java
! test/jdk/jdk/jfr/api/flightrecorder/TestRecorderInitializationCallback.java
! test/jdk/jdk/jfr/api/flightrecorder/TestRegisterUnregisterEvent.java
! test/jdk/jdk/jfr/api/flightrecorder/TestSettingsControl.java
! test/jdk/jdk/jfr/api/flightrecorder/TestSnapshot.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestCategory.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestContentType.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestDescription.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestDynamicAnnotation.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestEnabled.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestExperimental.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestFieldAnnotations.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestHasValue.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestInheritedAnnotations.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestLabel.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestMetadata.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestName.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestPeriod.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestRegistered.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestRegisteredFalseAndRunning.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestRelational.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestSimpleMetadataEvent.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestStackTrace.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestThreshold.java
! test/jdk/jdk/jfr/api/metadata/annotations/TestTypesIdentical.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetAnnotation.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetAnnotationElements.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetAnnotations.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetCategory.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetDefaultValues.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetDescription.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetEventType.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetField.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetFields.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestGetSettings.java
! test/jdk/jdk/jfr/api/metadata/eventtype/TestUnloadingEventClass.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestDefaultValue.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetAnnotation.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetAnnotationElement.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetContentType.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetDescription.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetLabel.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetName.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetTypeId.java
! test/jdk/jdk/jfr/api/metadata/settingdescriptor/TestGetTypeName.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestClasses.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestConstructor.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestGetAnnotations.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestGetFields.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestIsArray.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestSimpleTypes.java
! test/jdk/jdk/jfr/api/metadata/valuedescriptor/TestValueDescriptorContentType.java
! test/jdk/jdk/jfr/api/recorder/TestRecorderInitialized.java
! test/jdk/jdk/jfr/api/recorder/TestRecorderListener.java
! test/jdk/jdk/jfr/api/recorder/TestStartStopRecording.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestFileExist.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestFileReadOnly.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestInvalid.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestLongPath.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestMultiple.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestReadOnly.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestState.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestToDiskFalse.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestToDiskTrue.java
! test/jdk/jdk/jfr/api/recording/destination/TestDestWithDuration.java
! test/jdk/jdk/jfr/api/recording/dump/TestDump.java
! test/jdk/jdk/jfr/api/recording/dump/TestDumpInvalid.java
! test/jdk/jdk/jfr/api/recording/dump/TestDumpLongPath.java
! test/jdk/jdk/jfr/api/recording/dump/TestDumpMultiple.java
! test/jdk/jdk/jfr/api/recording/dump/TestDumpReadOnly.java
! test/jdk/jdk/jfr/api/recording/dump/TestDumpState.java
! test/jdk/jdk/jfr/api/recording/event/TestChunkPeriod.java
! test/jdk/jdk/jfr/api/recording/event/TestEnableClass.java
! test/jdk/jdk/jfr/api/recording/event/TestEnableName.java
! test/jdk/jdk/jfr/api/recording/event/TestEventTime.java
! test/jdk/jdk/jfr/api/recording/event/TestLoadEventAfterStart.java
! test/jdk/jdk/jfr/api/recording/event/TestPeriod.java
! test/jdk/jdk/jfr/api/recording/event/TestReEnableClass.java
! test/jdk/jdk/jfr/api/recording/event/TestReEnableMultiple.java
! test/jdk/jdk/jfr/api/recording/event/TestReEnableName.java
! test/jdk/jdk/jfr/api/recording/event/TestRecordingEnableDisable.java
! test/jdk/jdk/jfr/api/recording/event/TestThreshold.java
! test/jdk/jdk/jfr/api/recording/misc/TestGetId.java
! test/jdk/jdk/jfr/api/recording/misc/TestGetSize.java
! test/jdk/jdk/jfr/api/recording/misc/TestGetSizeToMem.java
! test/jdk/jdk/jfr/api/recording/misc/TestGetStream.java
! test/jdk/jdk/jfr/api/recording/misc/TestRecordingBase.java
! test/jdk/jdk/jfr/api/recording/misc/TestRecordingCopy.java
! test/jdk/jdk/jfr/api/recording/options/TestDuration.java
! test/jdk/jdk/jfr/api/recording/options/TestName.java
! test/jdk/jdk/jfr/api/recording/settings/TestConfigurationGetContents.java
! test/jdk/jdk/jfr/api/recording/settings/TestCreateConfigFromPath.java
! test/jdk/jdk/jfr/api/recording/settings/TestCreateConfigFromReader.java
! test/jdk/jdk/jfr/api/recording/settings/TestGetConfigurations.java
! test/jdk/jdk/jfr/api/recording/settings/TestSettingsAvailability.java
! test/jdk/jdk/jfr/api/recording/state/TestOptionState.java
! test/jdk/jdk/jfr/api/recording/state/TestState.java
! test/jdk/jdk/jfr/api/recording/state/TestStateDuration.java
! test/jdk/jdk/jfr/api/recording/state/TestStateIdenticalListeners.java
! test/jdk/jdk/jfr/api/recording/state/TestStateInvalid.java
! test/jdk/jdk/jfr/api/recording/state/TestStateMultiple.java
! test/jdk/jdk/jfr/api/recording/state/TestStateScheduleStart.java
! test/jdk/jdk/jfr/api/recording/time/TestTime.java
! test/jdk/jdk/jfr/api/recording/time/TestTimeDuration.java
! test/jdk/jdk/jfr/api/recording/time/TestTimeMultiple.java
! test/jdk/jdk/jfr/api/recording/time/TestTimeScheduleStart.java
! test/jdk/jdk/jfr/api/settings/TestFilterEvents.java
! test/jdk/jdk/jfr/cmd/TestHelp.java
! test/jdk/jdk/jfr/cmd/TestPrint.java
! test/jdk/jdk/jfr/cmd/TestPrintDefault.java
! test/jdk/jdk/jfr/cmd/TestPrintJSON.java
! test/jdk/jdk/jfr/cmd/TestPrintXML.java
! test/jdk/jdk/jfr/cmd/TestReconstruct.java
! test/jdk/jdk/jfr/cmd/TestSplit.java
! test/jdk/jdk/jfr/cmd/TestSummary.java
! test/jdk/jdk/jfr/event/compiler/TestAllocInNewTLAB.java
! test/jdk/jdk/jfr/event/compiler/TestAllocOutsideTLAB.java
! test/jdk/jdk/jfr/event/compiler/TestCodeCacheConfig.java
! test/jdk/jdk/jfr/event/compiler/TestCodeCacheFull.java
! test/jdk/jdk/jfr/event/compiler/TestCodeCacheStats.java
! test/jdk/jdk/jfr/event/compiler/TestCodeSweeper.java
! test/jdk/jdk/jfr/event/compiler/TestCodeSweeperConfig.java
! test/jdk/jdk/jfr/event/compiler/TestCodeSweeperStats.java
! test/jdk/jdk/jfr/event/compiler/TestCompilerCompile.java
! test/jdk/jdk/jfr/event/compiler/TestCompilerConfig.java
! test/jdk/jdk/jfr/event/compiler/TestCompilerInlining.java
! test/jdk/jdk/jfr/event/compiler/TestCompilerPhase.java
! test/jdk/jdk/jfr/event/compiler/TestCompilerStats.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithCMSConcurrent.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithCMSMarkSweep.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithG1ConcurrentMark.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithPSMarkSweep.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithParallelOld.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithSerial.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithCMSConcurrent.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithCMSMarkSweep.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithG1ConcurrentMark.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithG1FullCollection.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithPSMarkSweep.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithParNew.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithParallelOld.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithSerial.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCGarbageCollectionEvent.java
! test/jdk/jdk/jfr/event/gc/collection/TestGCWithFasttime.java
! test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithDefNew.java
! test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithG1New.java
! test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithParNew.java
! test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithParallelScavenge.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCConfigurationEvent.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCConfigurationEventWithDefaultPauseTarget.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWith32BitOops.sh
! test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithHeapBasedOops.sh
! test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithZeroBasedOops.sh
! test/jdk/jdk/jfr/event/gc/configuration/TestGCSurvivorConfigurationEvent.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCTLABConfigurationEvent.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCYoungGenerationConfigurationEventWithMinAndMaxSize.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCYoungGenerationConfigurationEventWithNewRatio.java
! test/jdk/jdk/jfr/event/gc/detailed/TestCMSConcurrentModeFailureEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestEvacuationInfoEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1AIHOPEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1ConcurrentModeFailureEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1EvacMemoryStatsEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1HeapRegionTypeChangeEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1IHOPEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestG1MMUEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestPromotionEventWithG1.java
! test/jdk/jdk/jfr/event/gc/detailed/TestPromotionEventWithParallelScavenge.java
! test/jdk/jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithDefNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParallelScavenge.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithCMS.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithDefNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithG1.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithParNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithParallel.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithCMS.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithDefNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithG1.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithParNew.java
! test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithParallel.java
! test/jdk/jdk/jfr/event/gc/detailed/TestTenuringDistributionEvent.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryCommittedSize.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventConcurrentCMS.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventDefNewSerial.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventPSParOld.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventPSSerial.java
! test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventParNewCMS.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithCMSConcurrent.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithCMSMarkSweep.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1ConcurrentMark.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1FullCollection.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithPSMarkSweep.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithParallelOld.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithSerial.java
! test/jdk/jdk/jfr/event/gc/objectcount/TestObjectCountEvent.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithCMSConcurrent.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithCMSMarkSweep.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithDefNew.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithG1ConcurrentMark.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithG1FullCollection.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithG1New.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithPSMarkSweep.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithParallelOld.java
! test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithParallelScavenge.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestConcMarkSweepAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestDefNewAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestG1HumongousAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestG1OldAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestG1YoungAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMarkSweepCompactAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceConcMarkSweepGCAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceG1GCAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceParallelGCAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestMetaspaceSerialGCAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestParNewAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/gc/stacktrace/TestParallelScavengeAllocationPendingStackTrace.java
! test/jdk/jdk/jfr/event/io/EvilInstrument.java
! test/jdk/jdk/jfr/event/io/TestDisabledEvents.java
! test/jdk/jdk/jfr/event/io/TestFileChannelEvents.java
! test/jdk/jdk/jfr/event/io/TestFileReadOnly.java
! test/jdk/jdk/jfr/event/io/TestFileStreamEvents.java
! test/jdk/jdk/jfr/event/io/TestInstrumentation.java
! test/jdk/jdk/jfr/event/io/TestRandomAccessFileEvents.java
! test/jdk/jdk/jfr/event/io/TestRandomAccessFileThread.java
! test/jdk/jdk/jfr/event/io/TestSocketChannelEvents.java
! test/jdk/jdk/jfr/event/io/TestSocketEvents.java
! test/jdk/jdk/jfr/event/metadata/TestDefaultConfigurations.java
! test/jdk/jdk/jfr/event/metadata/TestEventMetadata.java
! test/jdk/jdk/jfr/event/oldobject/TestAllocationTime.java
! test/jdk/jdk/jfr/event/oldobject/TestArrayInformation.java
! test/jdk/jdk/jfr/event/oldobject/TestCMS.java
! test/jdk/jdk/jfr/event/oldobject/TestCircularReference.java
! test/jdk/jdk/jfr/event/oldobject/TestClassLoaderLeak.java
! test/jdk/jdk/jfr/event/oldobject/TestFieldInformation.java
! test/jdk/jdk/jfr/event/oldobject/TestG1.java
! test/jdk/jdk/jfr/event/oldobject/TestHeapDeep.java
! test/jdk/jdk/jfr/event/oldobject/TestHeapShallow.java
! test/jdk/jdk/jfr/event/oldobject/TestLargeRootSet.java
! test/jdk/jdk/jfr/event/oldobject/TestLastKnownHeapUsage.java
! test/jdk/jdk/jfr/event/oldobject/TestListenerLeak.java
! test/jdk/jdk/jfr/event/oldobject/TestMetadataRetention.java
! test/jdk/jdk/jfr/event/oldobject/TestObjectDescription.java
! test/jdk/jdk/jfr/event/oldobject/TestParallel.java
! test/jdk/jdk/jfr/event/oldobject/TestParallelOld.java
! test/jdk/jdk/jfr/event/oldobject/TestReferenceChainLimit.java
! test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.java
! test/jdk/jdk/jfr/event/oldobject/TestSerial.java
! test/jdk/jdk/jfr/event/oldobject/TestThreadLocalLeak.java
! test/jdk/jdk/jfr/event/os/TestCPUInformation.java
! test/jdk/jdk/jfr/event/os/TestCPULoad.java
! test/jdk/jdk/jfr/event/os/TestCPUTimeStampCounter.java
! test/jdk/jdk/jfr/event/os/TestInitialEnvironmentVariable.sh
! test/jdk/jdk/jfr/event/os/TestOSInfo.java
! test/jdk/jdk/jfr/event/os/TestPhysicalMemoryEvent.java
! test/jdk/jdk/jfr/event/os/TestSystemProcess.java
! test/jdk/jdk/jfr/event/os/TestThreadContextSwitches.java
! test/jdk/jdk/jfr/event/profiling/TestFullStackTrace.java
! test/jdk/jdk/jfr/event/runtime/TestActiveRecordingEvent.java
! test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java
! test/jdk/jdk/jfr/event/runtime/TestBiasedLockRevocationEvents.java
! test/jdk/jdk/jfr/event/runtime/TestClassDefineEvent.java
! test/jdk/jdk/jfr/event/runtime/TestClassLoadEvent.java
! test/jdk/jdk/jfr/event/runtime/TestClassLoaderStatsEvent.java
! test/jdk/jdk/jfr/event/runtime/TestClassLoadingStatisticsEvent.java
! test/jdk/jdk/jfr/event/runtime/TestClassUnloadEvent.java
! test/jdk/jdk/jfr/event/runtime/TestExceptionEvents.java
! test/jdk/jdk/jfr/event/runtime/TestExceptionSubclass.java
! test/jdk/jdk/jfr/event/runtime/TestJavaBlockedEvent.java
! test/jdk/jdk/jfr/event/runtime/TestJavaMonitorInflateEvent.java
! test/jdk/jdk/jfr/event/runtime/TestJavaMonitorWaitEvent.java
! test/jdk/jdk/jfr/event/runtime/TestJavaMonitorWaitTimeOut.java
! test/jdk/jdk/jfr/event/runtime/TestJavaThreadStatisticsEvent.java
! test/jdk/jdk/jfr/event/runtime/TestJavaThreadStatisticsEventBean.java
! test/jdk/jdk/jfr/event/runtime/TestModuleEvents.java
! test/jdk/jdk/jfr/event/runtime/TestNativeLibrariesEvent.java
! test/jdk/jdk/jfr/event/runtime/TestNetworkUtilizationEvent.java
! test/jdk/jdk/jfr/event/runtime/TestSafepointEvents.java
! test/jdk/jdk/jfr/event/runtime/TestSizeTFlags.java
! test/jdk/jdk/jfr/event/runtime/TestSystemPropertyEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadAllocationEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadCpuTimeEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadDumpEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadParkEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadSleepEvent.java
! test/jdk/jdk/jfr/event/runtime/TestThreadStartEndEvents.java
! test/jdk/jdk/jfr/event/runtime/TestThrowableInstrumentation.java
! test/jdk/jdk/jfr/event/runtime/TestVMInfoEvent.sh
! test/jdk/jdk/jfr/event/runtime/TestVMOperation.java
! test/jdk/jdk/jfr/event/runtime/TestVmFlagChangedEvent.java
! test/jdk/jdk/jfr/event/sampling/TestNative.java
! test/jdk/jdk/jfr/jcmd/TestJcmdChangeLogLevel.java
! test/jdk/jdk/jfr/jcmd/TestJcmdConfigure.java
! test/jdk/jdk/jfr/jcmd/TestJcmdDump.java
! test/jdk/jdk/jfr/jcmd/TestJcmdDumpGeneratedFilename.java
! test/jdk/jdk/jfr/jcmd/TestJcmdDumpLimited.java
! test/jdk/jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java
! test/jdk/jdk/jfr/jcmd/TestJcmdLegacy.java
! test/jdk/jdk/jfr/jcmd/TestJcmdSaveToFile.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartDirNotExist.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartInvaldFile.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartPathToGCRoots.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartReadOnlyFile.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartStopDefault.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartWithOptions.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStartWithSettings.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStopInvalidFile.java
! test/jdk/jdk/jfr/jcmd/TestJcmdStopReadOnlyFile.java
! test/jdk/jdk/jfr/jmx/TestClone.java
! test/jdk/jdk/jfr/jmx/TestCloneRepeat.java
! test/jdk/jdk/jfr/jmx/TestConfigurationInfo.java
! test/jdk/jdk/jfr/jmx/TestCopyTo.java
! test/jdk/jdk/jfr/jmx/TestCopyToInvalidPath.java
! test/jdk/jdk/jfr/jmx/TestCopyToReadOnlyDir.java
! test/jdk/jdk/jfr/jmx/TestCopyToRunning.java
! test/jdk/jdk/jfr/jmx/TestEventTypes.java
! test/jdk/jdk/jfr/jmx/TestGetRecordings.java
! test/jdk/jdk/jfr/jmx/TestGetRecordingsMultiple.java
! test/jdk/jdk/jfr/jmx/TestMultipleRecordings.java
! test/jdk/jdk/jfr/jmx/TestNotificationListener.java
! test/jdk/jdk/jfr/jmx/TestPredefinedConfiguration.java
! test/jdk/jdk/jfr/jmx/TestPredefinedConfigurationInvalid.java
! test/jdk/jdk/jfr/jmx/TestRecordingOptions.java
! test/jdk/jdk/jfr/jmx/TestRecordingSettings.java
! test/jdk/jdk/jfr/jmx/TestRecordingSettingsInvalid.java
! test/jdk/jdk/jfr/jmx/TestRecordingSettingsMultiple.java
! test/jdk/jdk/jfr/jmx/TestRecordingState.java
! test/jdk/jdk/jfr/jmx/TestRecordingStateInvalid.java
! test/jdk/jdk/jfr/jmx/TestSetConfiguration.java
! test/jdk/jdk/jfr/jmx/TestSetConfigurationInvalid.java
! test/jdk/jdk/jfr/jmx/TestSnapshot.java
! test/jdk/jdk/jfr/jmx/TestStartRecording.java
! test/jdk/jdk/jfr/jmx/TestStream.java
! test/jdk/jdk/jfr/jmx/TestStreamClosed.java
! test/jdk/jdk/jfr/jmx/TestStreamMultiple.java
! test/jdk/jdk/jfr/jmx/TestWrongId.java
! test/jdk/jdk/jfr/jmx/info/TestConfigurationInfo.java
! test/jdk/jdk/jfr/jmx/info/TestEventTypeInfo.java
! test/jdk/jdk/jfr/jmx/info/TestRecordingInfo.java
! test/jdk/jdk/jfr/jmx/info/TestSettingDescriptorInfo.java
! test/jdk/jdk/jfr/jmx/security/TestEnoughPermission.java
! test/jdk/jdk/jfr/jmx/security/TestNoControlPermission.java
! test/jdk/jdk/jfr/jmx/security/TestNoMonitorPermission.java
! test/jdk/jdk/jfr/jmx/security/TestNotificationListenerPermission.java
! test/jdk/jdk/jfr/jvm/TestBeginAndEnd.java
! test/jdk/jdk/jfr/jvm/TestClassId.java
! test/jdk/jdk/jfr/jvm/TestCounterTime.java
! test/jdk/jdk/jfr/jvm/TestCreateNative.java
! test/jdk/jdk/jfr/jvm/TestDumpOnCrash.java
! test/jdk/jdk/jfr/jvm/TestGetAllEventClasses.java
! test/jdk/jdk/jfr/jvm/TestGetEventWriter.java
! test/jdk/jdk/jfr/jvm/TestGetStackTraceId.java
! test/jdk/jdk/jfr/jvm/TestJFRIntrinsic.java
! test/jdk/jdk/jfr/jvm/TestJavaEvent.java
! test/jdk/jdk/jfr/jvm/TestJfrJavaBase.java
! test/jdk/jdk/jfr/jvm/TestLargeJavaEvent512k.java
! test/jdk/jdk/jfr/jvm/TestLargeJavaEvent64k.java
! test/jdk/jdk/jfr/jvm/TestLogImplementation.java
! test/jdk/jdk/jfr/jvm/TestLogOutput.java
! test/jdk/jdk/jfr/jvm/TestPid.java
! test/jdk/jdk/jfr/jvm/TestUnloadEventClassCount.java
! test/jdk/jdk/jfr/jvm/TestUnsupportedVM.java
! test/jdk/jdk/jfr/startupargs/TestBadOptionValues.java
! test/jdk/jdk/jfr/startupargs/TestDumpOnExit.java
! test/jdk/jdk/jfr/startupargs/TestMemoryOptions.java
! test/jdk/jdk/jfr/startupargs/TestMultipleStartupRecordings.java
! test/jdk/jdk/jfr/startupargs/TestOldObjectQueueSize.java
! test/jdk/jdk/jfr/startupargs/TestRepositoryPath.java
! test/jdk/jdk/jfr/startupargs/TestRepositoryPathLong.java
! test/jdk/jdk/jfr/startupargs/TestRetransform.java
! test/jdk/jdk/jfr/startupargs/TestRetransformUsingLog.java
! test/jdk/jdk/jfr/startupargs/TestStartDelay.java
! test/jdk/jdk/jfr/startupargs/TestStartDelayRunning.java
! test/jdk/jdk/jfr/startupargs/TestStartDuration.java
! test/jdk/jdk/jfr/startupargs/TestStartMaxAgeSize.java
! test/jdk/jdk/jfr/startupargs/TestStartName.java
! test/jdk/jdk/jfr/startupargs/TestStartRecording.java
! test/jtreg-ext/requires/VMProps.java
! test/lib/sun/hotspot/WhiteBox.java

Changeset: 936823fcf202
Author:    erikj
Date:      2018-07-20 09:07 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/936823fcf202

8207365: Make man pages optional
Reviewed-by: tbell

! make/Images.gmk
! make/autoconf/configure.ac
! make/autoconf/jdk-options.m4
! make/autoconf/spec.gmk.in
! make/conf/jib-profiles.js

Changeset: e429a304c97d
Author:    ascarpino
Date:      2018-07-20 09:55 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/e429a304c97d

8204196: integer cleanup
Reviewed-by: xuelei

! src/java.base/share/classes/com/sun/crypto/provider/RSACipher.java
! src/java.base/share/classes/javax/crypto/Cipher.java
! src/java.base/share/classes/sun/security/provider/DSA.java
! src/java.base/share/classes/sun/security/x509/AlgorithmId.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Signature.java
! src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/RSASignature.java
! src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/NativeRSASignature.java

Changeset: 79926aa725f7
Author:    naoto
Date:      2018-07-20 10:12 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/79926aa725f7

8206886: Java does not set the default format locale correctly on mac10.13
Reviewed-by: rriggs

! src/java.base/macosx/native/libjava/java_props_macosx.c

Changeset: bfcdf06f97fa
Author:    iignatyev
Date:      2018-07-20 11:39 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/bfcdf06f97fa

8207915: [AOT] jaotc w/ '--ignore-errors' should ignore illegal class files
Reviewed-by: kvn

! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Collector.java
! src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/ClassSearch.java
+ test/hotspot/jtreg/compiler/aot/cli/jaotc/IgnoreErrorsTest.java
+ test/hotspot/jtreg/compiler/aot/cli/jaotc/IllegalClass.jasm

Changeset: e5c3953c5f88
Author:    epavlova
Date:      2018-07-20 11:39 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/e5c3953c5f88

8206241: compiler/graalunit/PhasesCommonTest.java fails with java.lang.Error: TESTBUG: no tests found for prefix org.graalvm.compiler.phases.common.test
Reviewed-by: kvn

! test/hotspot/jtreg/compiler/graalunit/common/GraalUnitTestLauncher.java

Changeset: 23167d80e0f2
Author:    smarks
Date:      2018-07-20 14:34 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/23167d80e0f2

8206865: RMI activation tests fail with InvalidClassException
Reviewed-by: darcy, alanb, mchung

! src/java.base/share/classes/jdk/internal/reflect/ReflectionFactory.java
! test/jdk/ProblemList.txt

Changeset: b65916c52e3c
Author:    coleenp
Date:      2018-07-20 18:03 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/b65916c52e3c

8203820: [TESTBUG] vmTestbase/metaspace/staticReferences/StaticReferences.java timed out
Summary: Moved InMemoryJavaCompiler out of loops or reduced loops with InMemoryJavaCompiler
Reviewed-by: vromero, jiangli

! test/hotspot/jtreg/vmTestbase/metaspace/staticReferences/StaticReferences.java
! test/hotspot/jtreg/vmTestbase/metaspace/stressDictionary/StressDictionary.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine.java

Changeset: d5138f8da1ba
Author:    weijun
Date:      2018-07-21 21:46 +0800
URL:       http://hg.openjdk.java.net/jdk/client/rev/d5138f8da1ba

8207223: SSL Handshake failures are reported with more generic SSLException
Reviewed-by: xuelei

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

Changeset: 7efacf6d4cc6
Author:    xiaofeya
Date:      2018-07-23 10:02 +0800
URL:       http://hg.openjdk.java.net/jdk/client/rev/7efacf6d4cc6

8207952: Problem-list 3 sctp tests
Reviewed-by: chegar

! test/jdk/ProblemList.txt

Changeset: dd1aa4229fd4
Author:    jcbeyler
Date:      2018-07-22 20:00 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/dd1aa4229fd4

8207252: C1 still does eden allocations when TLAB is enabled
Summary: Only do eden allocations when TLAB is disabled
Reviewed-by: kbarrett, jrose, tschatzl, iveresov
Contributed-by: jcbeyler at google.com

! src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp
! src/hotspot/cpu/arm/c1_Runtime1_arm.cpp
! src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp
! src/hotspot/cpu/x86/c1_Runtime1_x86.cpp

Changeset: 50eb2c0f252b
Author:    gromero
Date:      2018-07-19 16:56 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/50eb2c0f252b

8189922: UseNUMA memory interleaving vs membind
Reviewed-by: gromero, drwhite, dholmes, tschatzl
Contributed-by: Swati Sharma <swatibits14 at gmail.com>

! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/linux/os_linux.hpp

Changeset: d9b22cbe3e7a
Author:    sdama
Date:      2018-07-23 19:58 +0530
URL:       http://hg.openjdk.java.net/jdk/client/rev/d9b22cbe3e7a

8206445: JImageListTest.java failed in Windows
Summary: Added System.gc() call to address unmapped jimage files
Reviewed-by: alanb

! test/jdk/ProblemList.txt
! test/jdk/tools/jimage/JImageListTest.java

Changeset: ed66516bab5b
Author:    dcubed
Date:      2018-07-23 14:41 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/ed66516bab5b

8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
Reviewed-by: sspitsyn

! test/hotspot/jtreg/ProblemList.txt

Changeset: 087c3ba2d138
Author:    dlong
Date:      2018-07-23 12:01 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/087c3ba2d138

8207383: [Graal] SelfChangedCDS.java fails with "guarantee(disp == (intptr_t)(jint)disp) failed: must be 32-bit offset"
Reviewed-by: kvn

! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.amd64/src/org/graalvm/compiler/hotspot/amd64/AMD64HotSpotReturnOp.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/AMD64Call.java

Changeset: 17b7d7034e8e
Author:    valeriep
Date:      2018-07-23 23:18 +0000
URL:       http://hg.openjdk.java.net/jdk/client/rev/17b7d7034e8e

8206171: Signature#getParameters for RSASSA-PSS throws ProviderException when not initialized
Summary: Changed SunRsaSign and SunMSCAPI provider to return null and updated javadoc
Reviewed-by: weijun, mullan

! src/java.base/share/classes/java/security/Signature.java
! src/java.base/share/classes/java/security/SignatureSpi.java
! src/java.base/share/classes/sun/security/rsa/RSAPSSSignature.java
! src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/RSASignature.java

Changeset: 9c1d9d1fb543
Author:    mli
Date:      2018-07-24 13:55 +0800
URL:       http://hg.openjdk.java.net/jdk/client/rev/9c1d9d1fb543

8208111: Problem list java/nio/channels/Selector/RacyDeregister.java
Reviewed-by: alanb

! test/jdk/ProblemList.txt

Changeset: 1d8b1d4eae6a
Author:    chegar
Date:      2018-07-23 11:47 +0100
URL:       http://hg.openjdk.java.net/jdk/client/rev/1d8b1d4eae6a

8207959: The initial value of SETTINGS_MAX_CONCURRENT_STREAMS should have no limit
Reviewed-by: michaelm

! src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java
! src/java.net.http/share/classes/jdk/internal/net/http/frame/SettingsFrame.java
! test/jdk/java/net/httpclient/http2/server/Http2TestServerConnection.java

Changeset: ad1fa1db73d9
Author:    chegar
Date:      2018-07-24 10:07 +0100
URL:       http://hg.openjdk.java.net/jdk/client/rev/ad1fa1db73d9

8207960: Non-negative WINDOW_UPDATE increments may leave the stream window size negative
Reviewed-by: michaelm

! src/java.net.http/share/classes/jdk/internal/net/http/WindowController.java
+ test/jdk/java/net/httpclient/whitebox/WindowControllerTestDriver.java
+ test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/WindowControllerTest.java

Changeset: ceebbc92b3b0
Author:    ghaug
Date:      2018-07-24 12:57 +0200
URL:       http://hg.openjdk.java.net/jdk/client/rev/ceebbc92b3b0

8207392: [PPC64] Implement JFR profiling.
Reviewed-by: simonis, goetz

! src/hotspot/cpu/ppc/frame_ppc.cpp
! src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp

Changeset: 5cff3e41d003
Author:    cjplummer
Date:      2018-07-24 10:35 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/5cff3e41d003

8208075: Quarantine vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
Summary: add test to ProblemsList.txt
Reviewed-by: sspitsyn

! test/hotspot/jtreg/ProblemList.txt

Changeset: 049b2037b5d8
Author:    rhalade
Date:      2018-07-24 12:12 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/049b2037b5d8

8203230: update VerifyCACerts test
Reviewed-by: mullan

! test/jdk/lib/security/cacerts/VerifyCACerts.java

Changeset: a90d8198d7e4
Author:    chegar
Date:      2018-07-25 10:08 +0100
URL:       http://hg.openjdk.java.net/jdk/client/rev/a90d8198d7e4

8207846: Generalize the jdk.net.includeInExceptions security property
Reviewed-by: alanb, michaelm, rriggs, mullan

! src/java.base/share/classes/sun/net/util/SocketExceptions.java
! src/java.base/share/conf/security/java.security
! test/jdk/java/net/Socket/ExceptionText.java

Changeset: ea900a7dc7d7
Author:    erikj
Date:      2018-07-25 08:36 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/ea900a7dc7d7

8208096: Update build documentation to reflect compiler upgrades at Oracle
Reviewed-by: tbell

! doc/building.html
! doc/building.md

Changeset: 628718bf8970
Author:    dcubed
Date:      2018-07-25 12:32 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/628718bf8970

8208189: ProblemList compiler/graalunit/JttThreadsTest.java
Reviewed-by: darcy

! test/hotspot/jtreg/ProblemList-graal.txt

Changeset: 7087c6657f35
Author:    jnimeh
Date:      2018-07-25 09:48 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/7087c6657f35

8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
Reviewed-by: xuelei

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

Changeset: 224c202c02a5
Author:    jcbeyler
Date:      2018-07-25 10:51 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/224c202c02a5

8207765: HeapMonitorTest.java intermittent failure
Summary: Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
Contributed-by: jcbeyler at google.com

! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorTest.java

Changeset: ec6d5843068a
Author:    dcubed
Date:      2018-07-25 15:38 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/ec6d5843068a

8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
Reviewed-by: cjplummer

! test/hotspot/jtreg/ProblemList.txt

Changeset: f6c70dedae1a
Author:    cjplummer
Date:      2018-07-25 13:15 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/f6c70dedae1a

8151259: [TESTBUG] nsk/jvmti/RedefineClasses/redefclass030 fails with "unexpected values of outer fields of the class" when running with -Xcomp
Summary: do a better job of handling compilations before execution
Reviewed-by: sspitsyn, amenkov

! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/redefclass028.c
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/redefclass029.c
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/redefclass030.c

Changeset: 9e04723f53c7
Author:    dcubed
Date:      2018-07-25 17:22 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/9e04723f53c7

8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
Reviewed-by: sspitsyn

! test/jdk/ProblemList.txt

Changeset: d31dcfaa96f3
Author:    xuelei
Date:      2018-07-25 17:21 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/d31dcfaa96f3

8208166: Still unable to use custom SSLEngine with default TrustManagerFactory after JDK-8207029
Reviewed-by: ascarpino

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

Changeset: f095e3bc2d41
Author:    jjiang
Date:      2018-07-26 08:46 +0800
URL:       http://hg.openjdk.java.net/jdk/client/rev/f095e3bc2d41

8206258: [Test Error] sun/security/pkcs11 tests fail if NSS libs not found
Summary: Improve the logics on skipping test
Reviewed-by: valeriep

! test/jdk/sun/security/pkcs11/PKCS11Test.java
! test/jdk/sun/security/pkcs11/Secmod/TestNssDbSqlite.java
! test/jdk/sun/security/pkcs11/Signature/TestDSAKeyLength.java
! test/jdk/sun/security/pkcs11/ec/TestCurves.java
! test/jdk/sun/security/pkcs11/ec/TestECDH.java
! test/jdk/sun/security/pkcs11/ec/TestECDH2.java
! test/jdk/sun/security/pkcs11/ec/TestECDSA.java
! test/jdk/sun/security/pkcs11/ec/TestECDSA2.java
! test/jdk/sun/security/pkcs11/ec/TestECGenSpec.java

Changeset: 73f3487f271d
Author:    ljiang
Date:      2018-07-25 22:48 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/73f3487f271d

8207948: JDK 11 L10n resource file update msg drop 10
Reviewed-by: naoto

! src/demo/share/jfc/SwingSet2/resources/swingset_ja.properties
! src/demo/share/jfc/SwingSet2/resources/swingset_zh_CN.properties
! src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource_ja.java
! src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource_zh_CN.java
! src/java.base/share/classes/sun/launcher/resources/launcher_ja.properties
! src/java.base/share/classes/sun/launcher/resources/launcher_zh_CN.properties
! src/java.base/share/classes/sun/security/tools/keytool/Resources_ja.java
! src/java.base/share/classes/sun/security/tools/keytool/Resources_zh_CN.java
! src/java.rmi/share/classes/sun/rmi/server/resources/rmid_ja.properties
! src/java.rmi/share/classes/sun/rmi/server/resources/rmid_zh_CN.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_zh_CN.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac_ja.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac_zh_CN.properties
+ src/jdk.compiler/share/classes/com/sun/tools/javac/resources/launcher_ja.properties
+ src/jdk.compiler/share/classes/com/sun/tools/javac/resources/launcher_zh_CN.properties
! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources_ja.java
! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources_zh_CN.java
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_ja.properties
! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar_zh_CN.properties
! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc_ja.properties
! src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc_zh_CN.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_ja.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard_zh_CN.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets_ja.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets_zh_CN.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc_ja.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc_zh_CN.properties
! src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap_ja.properties
! src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap_zh_CN.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan_ja.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan_zh_CN.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps_ja.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps_zh_CN.properties
! src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources_ja.java
! src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources_zh_CN.java
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink_ja.properties
! src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink_zh_CN.properties
! src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod_ja.properties
! src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod_zh_CN.properties
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n_ja.properties
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n_zh_CN.properties
! src/jdk.rmic/share/classes/sun/rmi/rmic/resources/rmic_ja.properties
! src/jdk.rmic/share/classes/sun/rmi/rmic/resources/rmic_zh_CN.properties

Changeset: 13e816d02c25
Author:    rgoel
Date:      2018-07-26 14:15 +0530
URL:       http://hg.openjdk.java.net/jdk/client/rev/13e816d02c25

8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
Summary: generated display names for missing timezones at run time.
Reviewed-by: naoto

! src/java.base/share/classes/sun/util/locale/provider/LocaleResources.java
! src/java.base/share/classes/sun/util/resources/TimeZoneNames.java
! test/jdk/java/util/TimeZone/Bug8149452.java

Changeset: 21ce0a9e592a
Author:    simonis
Date:      2018-07-23 15:17 +0200
URL:       http://hg.openjdk.java.net/jdk/client/rev/21ce0a9e592a

8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior
Reviewed-by: sspitsyn, cjplummer

! src/jdk.jdwp.agent/share/native/libjdwp/ThreadReferenceImpl.c
+ test/jdk/com/sun/jdi/Frames2Test.java

Changeset: 3fe0329588b8
Author:    jlaskey
Date:      2018-07-26 10:25 -0300
URL:       http://hg.openjdk.java.net/jdk/client/rev/3fe0329588b8

8208164: (str) improve specification of String::lines
Reviewed-by: smarks

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

Changeset: a87d1966c35c
Author:    prr
Date:      2018-07-26 09:27 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/a87d1966c35c

Added tag jdk-11+24 for changeset ea900a7dc7d7

! .hgtags

Changeset: 0a7a0a6dfa22
Author:    prr
Date:      2018-07-26 10:00 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/0a7a0a6dfa22

Merge

! .hgtags
! make/autoconf/spec.gmk.in
! src/hotspot/os/linux/os_linux.cpp
! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/ProblemList.txt
! test/jtreg-ext/requires/VMProps.java

Changeset: 80afb5e16bd1
Author:    dcubed
Date:      2018-07-26 13:08 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/80afb5e16bd1

8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
Reviewed-by: hseigel, kvn

! test/hotspot/jtreg/ProblemList.txt

Changeset: 35ca229c7f6f
Author:    amenkov
Date:      2018-07-26 11:31 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/35ca229c7f6f

8199155: Accessibility issues in jdk.jdi
Reviewed-by: dtitov, sspitsyn

! make/jdk/src/classes/build/tools/jdwpgen/RootNode.java
! src/hotspot/share/prims/jvmti.xsl
! src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html

Changeset: 448cd909c9e2
Author:    jcbeyler
Date:      2018-07-26 11:53 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/448cd909c9e2

8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
Summary: Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
Contributed-by: jcbeyler at google.com

! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCTest.java

Changeset: 65fc31d1042b
Author:    dtitov
Date:      2018-07-26 16:22 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/65fc31d1042b

8207364: nsk/jvmti/ResourceExhausted/resexhausted003 fails to start
Reviewed-by: sspitsyn, cjplummer

! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003/TestDescription.java

Changeset: 604581924221
Author:    tschatzl
Date:      2018-07-27 09:49 +0200
URL:       http://hg.openjdk.java.net/jdk/client/rev/604581924221

8208297: Allow printing of taskqueue stats if compiled in in product builds
Reviewed-by: kbarrett

! src/hotspot/share/gc/cms/parNewGeneration.cpp
! src/hotspot/share/gc/parallel/psPromotionManager.cpp

Changeset: 979e349059eb
Author:    nishjain
Date:      2018-07-27 14:20 +0530
URL:       http://hg.openjdk.java.net/jdk/client/rev/979e349059eb

8021322: [Fmt-Ch] Implementation of ChoiceFormat math methods should delegate to java.lang.Math methods
Reviewed-by: naoto, darcy

! src/java.base/share/classes/java/text/ChoiceFormat.java

Changeset: 2ce72467c4e8
Author:    dcubed
Date:      2018-07-27 16:29 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/2ce72467c4e8

8171157: Convert ObjectMonitor_test to GTest
Summary: Migration of the ObjectMonitor test to GTest. Two GTests were actually created, one for ObjectMonitor and one for ObjectSynchronizer.
Reviewed-by: dcubed, hseigel
Contributed-by: patricio.chilano.mateo at oracle.com

! src/hotspot/share/runtime/objectMonitor.cpp
! src/hotspot/share/runtime/objectMonitor.hpp
! src/hotspot/share/runtime/synchronizer.cpp
! src/hotspot/share/runtime/synchronizer.hpp
! src/hotspot/share/utilities/internalVMTests.cpp
+ test/hotspot/gtest/runtime/test_objectMonitor.cpp
+ test/hotspot/gtest/runtime/test_synchronizer.cpp

Changeset: 5fd711ba43f5
Author:    xyin
Date:      2018-07-30 09:06 +0800
URL:       http://hg.openjdk.java.net/jdk/client/rev/5fd711ba43f5

8208363: test/jdk/java/lang/Package/PackageFromManifest.java missing module dependencies declaration
Reviewed-by: lancea, mchung

! test/jdk/java/lang/Package/PackageFromManifest.java

Changeset: b7a307084247
Author:    pmuthuswamy
Date:      2018-07-30 11:52 +0530
URL:       http://hg.openjdk.java.net/jdk/client/rev/b7a307084247

8203791: Remove "compatibility" features from Table.java
Reviewed-by: jjg

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AllClassesIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AnnotationTypeFieldWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AnnotationTypeRequiredMemberWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ConstructorWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/EnumConstantWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/FieldWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/MethodWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/NestedClassWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PropertyWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Table.java
! test/langtools/jdk/javadoc/doclet/testJavaFX/TestJavaFX.java
! test/langtools/jdk/javadoc/doclet/testMethodTypes/TestMethodTypes.java
! test/langtools/jdk/javadoc/doclet/testProperty/TestProperty.java
! test/langtools/jdk/javadoc/doclet/testUnnamedPackage/TestUnnamedPackage.java

Changeset: 0a4916c1418c
Author:    dcubed
Date:      2018-07-30 14:22 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/0a4916c1418c

8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
Reviewed-by: cjplummer

! test/hotspot/jtreg/ProblemList.txt

Changeset: d4b9a434af84
Author:    mvala
Date:      2018-07-30 14:08 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/d4b9a434af84

8208084: Windows build failure - "'snprintf': identifier not found"
Reviewed-by: kbarrett, coleenp

! test/hotspot/gtest/classfile/test_symbolTable.cpp

Changeset: b5aac518b097
Author:    hseigel
Date:      2018-07-30 16:35 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/b5aac518b097

8207779: Method::is_valid_method() compares 'this' with NULL
Summary: Add Method* parameter and make method static to avoid 'thi's comparison with NULL
Reviewed-by: lfoltan, coleenp

! src/hotspot/cpu/aarch64/frame_aarch64.cpp
! src/hotspot/cpu/arm/frame_arm.cpp
! src/hotspot/cpu/sparc/frame_sparc.cpp
! src/hotspot/cpu/x86/frame_x86.cpp
! src/hotspot/share/jfr/periodic/sampling/jfrCallTrace.cpp
! src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp
! src/hotspot/share/oops/method.cpp
! src/hotspot/share/oops/method.hpp
! src/hotspot/share/prims/forte.cpp

Changeset: cf34c71ca27c
Author:    zgu
Date:      2018-07-31 07:35 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/cf34c71ca27c

8208499: NMT: Missing memory tag for Safepoint polling page
Summary: Added missing memory tag and cleanup memory type enum
Reviewed-by: shade, coleenp

! src/hotspot/share/memory/allocation.hpp
! src/hotspot/share/runtime/safepointMechanism.cpp
! src/hotspot/share/services/memTracker.cpp
! src/hotspot/share/services/nmtCommon.cpp
+ test/hotspot/jtreg/runtime/NMT/SafepointPollingPages.java

Changeset: 8329bfbe1b30
Author:    hseigel
Date:      2018-07-31 09:55 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/8329bfbe1b30

8208399: Metadata methods print_(value_)on_maybe_null() compare 'this' to NULL
Summary: Add Method* parameter and make method static to avoid 'this' comparison with NULL
Reviewed-by: lfoltan, gziemski, coleenp

! src/hotspot/share/code/nmethod.cpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/metadata.hpp

Changeset: f8696e0ab9b7
Author:    mcimadamore
Date:      2018-07-31 16:49 +0100
URL:       http://hg.openjdk.java.net/jdk/client/rev/f8696e0ab9b7

8208524: IntelliJ support broken since 2018.2
Summary: Move build.xml out of .idea folder
Reviewed-by: stuefe

! bin/idea.sh
! make/idea/template/ant.xml
! make/idea/template/build.xml
! make/idea/template/misc.xml
! make/langtools/build.xml
! make/langtools/intellij/ant.xml
! make/langtools/intellij/build.xml
! make/langtools/intellij/misc.xml

Changeset: 2cd8bbccbd2d
Author:    zgu
Date:      2018-07-31 13:12 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/2cd8bbccbd2d

8199868: Support JNI critical functions in object pinning API
Summary: Pin/unpin incoming array arguments of critical native JNI call
Reviewed-by: shade, adinn

! src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! src/hotspot/share/runtime/sharedRuntime.hpp
+ test/hotspot/jtreg/gc/epsilon/CriticalNativeArgs.java
+ test/hotspot/jtreg/gc/epsilon/CriticalNativeStress.java
+ test/hotspot/jtreg/gc/epsilon/libCriticalNative.c

Changeset: 4ac20e5f96ce
Author:    hseigel
Date:      2018-07-31 14:24 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/4ac20e5f96ce

8202171: Some oopDesc functions compare this with NULL
Summary: Add Method* parameter and made verify* methods static to avoid 'this' comparison with NULL, Added NULL checks before calling print_on() methods.
Reviewed-by: kbarrett, coleenp

! src/hotspot/share/classfile/dictionary.hpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/code/debugInfo.cpp
! src/hotspot/share/code/nmethod.cpp
! src/hotspot/share/gc/cms/compactibleFreeListSpace.cpp
! src/hotspot/share/gc/parallel/immutableSpace.cpp
! src/hotspot/share/gc/parallel/mutableSpace.cpp
! src/hotspot/share/gc/shared/space.cpp
! src/hotspot/share/gc/shared/threadLocalAllocBuffer.cpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/objArrayKlass.cpp
! src/hotspot/share/oops/oop.cpp
! src/hotspot/share/oops/oop.hpp
! src/hotspot/share/runtime/fieldDescriptor.cpp
! src/hotspot/share/runtime/jniHandles.cpp

Changeset: b53d1f96b8c4
Author:    coleenp
Date:      2018-07-31 15:57 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/b53d1f96b8c4

8208074: [TESTBUG] vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java failed with NullPointerException
Summary: fixed refactoring caused by JDK-8203820
Reviewed-by: dholmes, sspitsyn, cjplummer

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine.java

Changeset: 15486bed8a5f
Author:    dcubed
Date:      2018-07-31 17:07 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/15486bed8a5f

8208605: Fix for 8199868 breaks tier1 build
Summary: Move variable declarations to make studio compiler happy.
Reviewed-by: kbarrett

! test/hotspot/jtreg/gc/epsilon/libCriticalNative.c

Changeset: b6e0bfe4a6ec
Author:    dbuck
Date:      2018-08-01 01:40 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/b6e0bfe4a6ec

8208541: non-ASCII characters in hsdis UPL text
Summary: replace Unicode left/right double quote pair with normal ASCII double quotes
Reviewed-by: jrose

! src/utils/hsdis/Makefile
! src/utils/hsdis/README
! src/utils/hsdis/hsdis-demo.c
! src/utils/hsdis/hsdis.c
! src/utils/hsdis/hsdis.h

Changeset: 9d92ff04a29c
Author:    weijun
Date:      2018-08-01 13:35 +0800
URL:       http://hg.openjdk.java.net/jdk/client/rev/9d92ff04a29c

8208602: Cannot read PEM X.509 cert if there is whitespace after the header or footer
Reviewed-by: xuelei

! src/java.base/share/classes/sun/security/provider/X509Factory.java
! test/jdk/sun/security/provider/X509Factory/BadPem.java

Changeset: 5064f30ac015
Author:    dbuck
Date:      2018-08-01 02:21 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/5064f30ac015

8191006: hsdis disassembler plugin does not compile with binutils 2.29+
Summary: update call to disassembler() function to match new signature used by Binutils
Reviewed-by: gromero, kvn

! src/utils/hsdis/README
! src/utils/hsdis/hsdis.c

Changeset: 24904e14794b
Author:    pmuthuswamy
Date:      2018-08-01 12:36 +0530
URL:       http://hg.openjdk.java.net/jdk/client/rev/24904e14794b

8208484: color contrast issues in a couple of spec files
Reviewed-by: jjg, ihse

! make/data/docs-resources/resources/jdk-default.css

Changeset: b095f437af22
Author:    nishjain
Date:      2018-08-01 18:02 +0530
URL:       http://hg.openjdk.java.net/jdk/client/rev/b095f437af22

8208560: ChoiceFormat class has unused constants needs cleanup
Reviewed-by: rriggs, naoto

! src/java.base/share/classes/java/text/ChoiceFormat.java

Changeset: 04183bf08bff
Author:    naoto
Date:      2018-08-01 09:33 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/04183bf08bff

8208080: Locale extensions via Service provider is not working for region extensions
Reviewed-by: rriggs, nishjain

! src/java.base/share/classes/sun/util/locale/provider/CalendarDataUtility.java
! src/java.base/share/classes/sun/util/locale/provider/SPILocaleProviderAdapter.java
+ test/jdk/java/util/Locale/bcp47u/spi/DateFormatSymbolsProviderTests.java
+ test/jdk/java/util/Locale/bcp47u/spi/provider/foo/DateFormatSymbolsProviderImpl.java
! test/jdk/java/util/Locale/bcp47u/spi/provider/module-info.java

Changeset: dfe1cff5c2f6
Author:    iignatyev
Date:      2018-08-01 10:04 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/dfe1cff5c2f6

8174691: [TESTBUG] A number of native hotspot unit tests fail when executed in stand-alone mode
Reviewed-by: kvn, tschatzl

! src/hotspot/share/gc/g1/g1Arguments.hpp
! test/hotspot/gtest/gc/g1/test_g1HeapVerifier.cpp
! test/hotspot/gtest/runtime/test_os.cpp
! test/hotspot/gtest/utilities/test_spinYield.cpp

Changeset: d56dd9798d54
Author:    kbarrett
Date:      2018-08-01 19:14 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/d56dd9798d54

8208611: Refactor SATBMarkQueue filtering to allow GC-specific filters
Summary: Add SATBMarkQueueFilter.
Reviewed-by: tschatzl, eosterlund, rkennke

! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
+ src/hotspot/share/gc/g1/g1SATBMarkQueueFilter.cpp
+ src/hotspot/share/gc/g1/g1SATBMarkQueueFilter.hpp
! src/hotspot/share/gc/g1/satbMarkQueue.cpp
! src/hotspot/share/gc/g1/satbMarkQueue.hpp

Changeset: 5cc6acb1d6b6
Author:    mseledtsov
Date:      2018-08-01 19:07 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/5cc6acb1d6b6

8185531: [TESTBUG] Improve test configuration for shared strings
Summary: Added extra test configurations to the tests
Reviewed-by: iklam, gziemski

! test/hotspot/jtreg/runtime/appcds/sharedStrings/ExerciseGC.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/IncompatibleOptions.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/InternSharedString.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/InvalidFileFormat.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/LargePages.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/LockSharedStrings.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsBasic.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsBasicPlus.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsStress.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/SharedStringsWbTest.java
! test/hotspot/jtreg/runtime/appcds/sharedStrings/SysDictCrash.java

Changeset: a306c84e40fa
Author:    iignatyev
Date:      2018-08-01 23:06 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/a306c84e40fa

8208647: switch jtreg to 4.2b13
Reviewed-by: kvn, dholmes, ihse

! make/conf/jib-profiles.js
! test/failure_handler/src/share/classes/jdk/test/failurehandler/jtreg/GatherDiagnosticInfoObserver.java

Changeset: 3bd8d0a0e28c
Author:    jcbeyler
Date:      2018-07-31 10:20 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/3bd8d0a0e28c

8208246: flags duplications in vmTestbase_vm_g1classunloading tests
Summary: Remove duplicate flags for the classunloading tests
Reviewed-by: tschatzl, iignatyev

! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_anonclassloader_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level1_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level2_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level3_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_compilation_level4_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_humongous_class_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_jni_classloading_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_global_ref_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_jni_local_ref_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_stackLocal_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_staticField_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_strongRef_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_keepRef_threadItself_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_phantom_ref_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_prot_domains_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_redefinition_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_reflection_classloading_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_inMemoryCompilation_keep_obj/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_cl/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_class/TestDescription.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/tests/unloading_weak_ref_keep_obj/TestDescription.java

Changeset: 1c8cdf3d4c9e
Author:    jcbeyler
Date:      2018-08-01 09:23 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/1c8cdf3d4c9e

8069343: Improve gc/g1/TestHumongousCodeCacheRoots.java to use jtreg @requires
Summary: Remove client test entirely and clean up test
Reviewed-by: tschatzl, iignatyev

! test/hotspot/jtreg/gc/g1/TestHumongousCodeCacheRoots.java

Changeset: ac4f5ef0edd9
Author:    jcbeyler
Date:      2018-07-31 12:24 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/ac4f5ef0edd9

8169004: Fix redundant @requires tags in tests
Reviewed-by: tschatzl, iignatyev

! test/hotspot/jtreg/gc/TestNUMAPageSize.java
! test/hotspot/jtreg/gc/arguments/TestTargetSurvivorRatioFlag.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData00.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData05.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData10.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData15.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData20.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData25.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData30.java
! test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTest.java
! test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTestCompiler.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack001.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack002.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack003.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack004.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack005.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack006.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack007.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack008.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack009.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack010.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack011.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack012.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack013.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack014.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack015.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack016.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack017.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack018.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack019.java

Changeset: 3528ba05663a
Author:    jcbeyler
Date:      2018-07-31 10:16 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/3528ba05663a

8208249: TriggerUnloadingByFillingMetaspace generates garbage class names
Summary: Put a ThreadLocal around the object to be thread safe
Reviewed-by: tschatzl, iignatyev

! test/hotspot/jtreg/vmTestbase/vm/share/gc/TriggerUnloadingByFillingMetaspace.java

Changeset: 1129f9833589
Author:    zgu
Date:      2018-08-02 11:13 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/1129f9833589

8208635: Minimal VM build is broken after JDK-8199868 (Support JNI critical functions in object pinning API)
Summary: Added missing header file
Reviewed-by: shade, gziemski

! src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp

Changeset: 744f731e9e8c
Author:    prr
Date:      2018-08-02 09:27 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/744f731e9e8c

Added tag jdk-12+5 for changeset f8696e0ab9b7

! .hgtags

Changeset: 7b1ddbafa134
Author:    iignatyev
Date:      2018-08-02 14:40 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/7b1ddbafa134

8208655: use JTreg skipped status in hotspot tests
Reviewed-by: kvn, hseigel, iklam

! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/compiler/codecache/dtrace/SegmentedCodeCacheDtraceTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java
! test/hotspot/jtreg/compiler/tiered/ConstantGettersTransitionsTest.java
! test/hotspot/jtreg/compiler/tiered/LevelTransitionTest.java
! test/hotspot/jtreg/compiler/tiered/NonTieredLevelsTest.java
! test/hotspot/jtreg/compiler/tiered/TieredLevelsTest.java
! test/hotspot/jtreg/gc/arguments/TestAggressiveHeap.java
! test/hotspot/jtreg/gc/g1/TestHumongousShrinkHeap.java
! test/hotspot/jtreg/gc/g1/TestLargePageUseForAuxMemory.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData.java
! test/hotspot/jtreg/runtime/6819213/TestBootNativeLibraryPath.java
! test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java
! test/hotspot/jtreg/runtime/CompressedOops/CompressedKlassPointerAndOops.java
! test/hotspot/jtreg/runtime/ErrorHandling/TestOnError.java
! test/hotspot/jtreg/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java
! test/hotspot/jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java
! test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java
! test/hotspot/jtreg/runtime/libadimalloc.solaris.sparc/Testlibadimalloc.java
! test/hotspot/jtreg/runtime/memory/LargePages/TestLargePagesFlags.java
! test/hotspot/jtreg/runtime/os/AvailableProcessors.java
! test/hotspot/jtreg/runtime/signal/SigTestDriver.java
! test/hotspot/jtreg/serviceability/jvmti/GetObjectSizeOverflow.java
! test/hotspot/jtreg/serviceability/jvmti/NotifyFramePop/NotifyFramePopTest.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbCDSJstackPrintAll.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbInspect.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbJdis.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbLongConstant.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbPrintAs.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbRegionDetailsScanOopsForG1.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbScanOops.java
! test/hotspot/jtreg/serviceability/sa/DeadlockDetectionTest.java
! test/hotspot/jtreg/serviceability/sa/TestJmapCore.java
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/UnloadingTest.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/TestDriver.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace001.java
+ test/lib/jtreg/SkippedException.java

Changeset: 8e2f5dad68a0
Author:    iignatyev
Date:      2018-08-02 16:15 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/8e2f5dad68a0

8208699: remove unneeded imports from runtime tests
Reviewed-by: iklam

! test/hotspot/jtreg/runtime/SharedArchiveFile/CdsSameObjectAlignment.java
! test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java

Changeset: 531de4cbaa4f
Author:    iignatyev
Date:      2018-08-02 16:16 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/531de4cbaa4f

8208701: Fix for JDK-8208655 causes test failures in CI tier1
Reviewed-by: dholmes, dcubed

! test/hotspot/jtreg/runtime/6819213/TestBootNativeLibraryPath.java
! test/hotspot/jtreg/runtime/CompressedOops/CompressedKlassPointerAndOops.java
! test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java
! test/hotspot/jtreg/runtime/memory/LargePages/TestLargePagesFlags.java

Changeset: 5afd528675f6
Author:    dcubed
Date:      2018-08-02 22:14 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/5afd528675f6

8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
Reviewed-by: dholmes

! test/hotspot/jtreg/compiler/tiered/ConstantGettersTransitionsTest.java

Changeset: 57aa80913140
Author:    coffeys
Date:      2018-08-03 09:57 +0100
URL:       http://hg.openjdk.java.net/jdk/client/rev/57aa80913140

8207775: Better management of CipherCore buffers
Reviewed-by: ascarpino

! src/java.base/share/classes/com/sun/crypto/provider/CipherCore.java

Changeset: 0538a5cdb474
Author:    zgu
Date:      2018-08-03 11:06 +0200
URL:       http://hg.openjdk.java.net/jdk/client/rev/0538a5cdb474

8205921: Optimizing best-of-2 work stealing queue selection
Summary: Bias towards stealing from queues that we recently successfully stole from to decrease the number of unsuccessful steal attempts.
Reviewed-by: eosterlund, kbarrett
Contributed-by: Zhengyu Gu <zgu at redhat.com>, Thomas Schatzl <thomas.schatzl at oracle.com>

! src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp
! src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.hpp
! src/hotspot/share/gc/cms/parNewGeneration.cpp
! src/hotspot/share/gc/cms/parNewGeneration.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
! src/hotspot/share/gc/g1/g1FullGCMarker.cpp
! src/hotspot/share/gc/g1/g1ParScanThreadState.cpp
! src/hotspot/share/gc/g1/g1ParScanThreadState.hpp
! src/hotspot/share/gc/g1/g1ParScanThreadState.inline.hpp
! src/hotspot/share/gc/parallel/pcTasks.cpp
! src/hotspot/share/gc/parallel/psCompactionManager.hpp
! src/hotspot/share/gc/parallel/psCompactionManager.inline.hpp
! src/hotspot/share/gc/parallel/psPromotionManager.hpp
! src/hotspot/share/gc/parallel/psPromotionManager.inline.hpp
! src/hotspot/share/gc/parallel/psTasks.cpp
! src/hotspot/share/gc/shared/taskqueue.cpp
! src/hotspot/share/gc/shared/taskqueue.hpp
! src/hotspot/share/gc/shared/taskqueue.inline.hpp

Changeset: 53c3b460503c
Author:    coffeys
Date:      2018-08-03 14:14 +0100
URL:       http://hg.openjdk.java.net/jdk/client/rev/53c3b460503c

8208583: Better management of internal KeyStore buffers
Reviewed-by: weijun

! src/java.base/share/classes/com/sun/crypto/provider/KeyProtector.java
! src/java.base/share/classes/com/sun/crypto/provider/PBEKey.java
! src/java.base/share/classes/com/sun/crypto/provider/PBEKeyFactory.java
! src/java.base/share/classes/javax/crypto/spec/PBEKeySpec.java
! src/java.base/share/classes/sun/security/provider/JavaKeyStore.java
! src/java.base/share/classes/sun/security/provider/KeyProtector.java

Changeset: 38cbdf8f383f
Author:    dcubed
Date:      2018-07-26 13:08 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/38cbdf8f383f

8208305: ProblemList compiler/jvmci/compilerToVM/GetFlagValueTest.java
Reviewed-by: hseigel, kvn

! test/hotspot/jtreg/ProblemList.txt

Changeset: 76ffdd60d5bc
Author:    epavlova
Date:      2018-07-26 10:23 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/76ffdd60d5bc

8195156: [Graal] serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java fails with Graal in Xcomp mode
Reviewed-by: kvn, sspitsyn

! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java

Changeset: d64013e38c11
Author:    jcbeyler
Date:      2018-07-26 11:53 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/d64013e38c11

8208251: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCCMSTest.java fails intermittently on Linux-X64
Summary: Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
Contributed-by: jcbeyler at google.com

! test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorGCTest.java

Changeset: 9d49099287b1
Author:    hseigel
Date:      2018-07-26 15:56 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/9d49099287b1

8207944: java.lang.ClassFormatError: Extra bytes at the end of class file test" possibly violation of JVMS 4.7.1
Summary: Add code to skip over unknown attributes when class file version >= 11.
Reviewed-by: lfoltan

! src/hotspot/share/classfile/classFileParser.cpp
+ test/hotspot/jtreg/runtime/classFileParserBug/UnknownAttr.jcod
+ test/hotspot/jtreg/runtime/classFileParserBug/UnknownAttrTest.java

Changeset: 3e08503ad77e
Author:    iignatyev
Date:      2018-07-26 23:59 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/3e08503ad77e

8208358: update bug ids mentioned in tests
Reviewed-by: kvn

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/vmTestbase/jit/escape/LockCoarsening/LockCoarsening001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/jit/escape/LockCoarsening/LockCoarsening002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_10m/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_50m/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_99m/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_default/TestDescription.java
! test/hotspot/jtreg/vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attachnosuspend/attachnosuspend001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/resume001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses023/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/stress/ClassPrepareEvents/ClassPrepareEvents001/ClassPrepareEvents001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsage/getusage004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi001/Multi001.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/stress/jni/gclocker/gcl001.java
! test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/subcommon/subcommon02/subcommon02.java
! test/hotspot/jtreg/vmTestbase/vm/gc/containers/TreeMap_Arrays/TestDescription.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/java/throwException/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/jdi/breakpointOtherStratum/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/i2c_c2i/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/sequences/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/java/sequences/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java

Changeset: 24517a097dc1
Author:    iignatyev
Date:      2018-07-27 00:00 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/24517a097dc1

8208370: fix typo in ReservedStack tests' @requires
Reviewed-by: kvn

! test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTest.java
! test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTestCompiler.java

Changeset: 93bee498934c
Author:    dcubed
Date:      2018-07-30 14:22 -0400
URL:       http://hg.openjdk.java.net/jdk/client/rev/93bee498934c

8208521: ProblemList more tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
Reviewed-by: cjplummer

! test/hotspot/jtreg/ProblemList.txt

Changeset: ea972a176435
Author:    epavlova
Date:      2018-07-31 09:48 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/ea972a176435

8208347: ProblemList compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
Reviewed-by: kvn

! test/hotspot/jtreg/ProblemList.txt

Changeset: 6ada313454e9
Author:    dsamersoff
Date:      2018-07-31 21:23 +0300
URL:       http://hg.openjdk.java.net/jdk/client/rev/6ada313454e9

8207046: arm32 vm crash: C1 arm32 platform functions parameters type mismatch
Summary: fixed unexpected parameter location in arm32 LIR_Assembler
Reviewed-by: dsamersoff, kvn

! src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp

Changeset: 0eeff620cdf5
Author:    prr
Date:      2018-07-31 12:23 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/0eeff620cdf5

8208466: Fix potential memory leak in harfbuzz shaping.
Reviewed-by: jdv, kaddepalli

! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ft.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape.cc

Changeset: 66d9993dd4ad
Author:    prr
Date:      2018-07-31 14:03 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/66d9993dd4ad

8208353: Upgrade JDK 11 to libpng 1.6.35
Reviewed-by: jdv, kaddepalli

! src/java.desktop/share/legal/libpng.md
! src/java.desktop/share/native/libsplashscreen/libpng/CHANGES
! src/java.desktop/share/native/libsplashscreen/libpng/LICENSE
! src/java.desktop/share/native/libsplashscreen/libpng/README
+ src/java.desktop/share/native/libsplashscreen/libpng/UPDATING.txt
! src/java.desktop/share/native/libsplashscreen/libpng/png.c
! src/java.desktop/share/native/libsplashscreen/libpng/png.h
! src/java.desktop/share/native/libsplashscreen/libpng/pngconf.h
! src/java.desktop/share/native/libsplashscreen/libpng/pngget.c
! src/java.desktop/share/native/libsplashscreen/libpng/pnginfo.h
! src/java.desktop/share/native/libsplashscreen/libpng/pnglibconf.h
! src/java.desktop/share/native/libsplashscreen/libpng/pngpread.c
! src/java.desktop/share/native/libsplashscreen/libpng/pngpriv.h
! src/java.desktop/share/native/libsplashscreen/libpng/pngread.c
! src/java.desktop/share/native/libsplashscreen/libpng/pngrio.c
! src/java.desktop/share/native/libsplashscreen/libpng/pngrtran.c
! src/java.desktop/share/native/libsplashscreen/libpng/pngrutil.c
! src/java.desktop/share/native/libsplashscreen/libpng/pngset.c
! src/java.desktop/share/native/libsplashscreen/libpng/pngstruct.h
! src/java.desktop/share/native/libsplashscreen/libpng/pngtrans.c

Changeset: 331888ea4a78
Author:    prr
Date:      2018-07-31 14:04 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/331888ea4a78

8204931: Colors with alpha are painted incorrectly on Linux
Reviewed-by: jdv, psadhukhan

! src/java.desktop/unix/classes/sun/java2d/xr/XRGraphicsConfig.java
! src/java.desktop/unix/classes/sun/java2d/xr/XRSurfaceData.java
+ test/jdk/java/awt/Color/AlphaColorTest.java

Changeset: 26cca23c165a
Author:    mgronlun
Date:      2018-08-02 09:49 +0200
URL:       http://hg.openjdk.java.net/jdk/client/rev/26cca23c165a

8207139: NMT is not enabled on Windows 2016/10
Reviewed-by: dcubed, zgu, dholmes

! src/hotspot/share/services/memTracker.cpp

Changeset: 4322ef0c1684
Author:    prr
Date:      2018-08-02 09:26 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/4322ef0c1684

Added tag jdk-11+25 for changeset 331888ea4a78

! .hgtags

Changeset: acf02a6f369e
Author:    prr
Date:      2018-08-03 09:42 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/acf02a6f369e

Merge

! .hgtags
! src/hotspot/share/classfile/classFileParser.cpp
! src/hotspot/share/services/memTracker.cpp
! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java

Changeset: 13e2e64337be
Author:    bpb
Date:      2018-08-03 12:45 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/13e2e64337be

8186766: UnixNativeDispatcher::readlink() may truncate overlong paths
Reviewed-by: alanb

! src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c

Changeset: f91e995f6d5c
Author:    prr
Date:      2018-08-03 12:52 -0700
URL:       http://hg.openjdk.java.net/jdk/client/rev/f91e995f6d5c

Merge

- test/hotspot/gtest/utilities/utilitiesHelper.inline.hpp
- test/hotspot/jtreg/applications/jcstress/acqrel/Test.java
- test/hotspot/jtreg/applications/jcstress/atomicity/Test.java
- test/hotspot/jtreg/applications/jcstress/copy/Test.java
- test/hotspot/jtreg/applications/jcstress/fences/Test.java
- test/hotspot/jtreg/applications/jcstress/memeffects/Test.java
- test/hotspot/jtreg/applications/jcstress/other/Test.java
- test/hotspot/jtreg/applications/jcstress/seqcst.sync/Test.java
- test/hotspot/jtreg/applications/jcstress/seqcst.volatiles/Test.java
- test/langtools/tools/javac/file/zip/8003512/LoadClassFromJava6CreatedJarTest.java
- test/langtools/tools/javac/processing/environment/round/AnnotatedElementInfo.java



More information about the jdk-client-changes mailing list