hg: amber/amber: 153 new changesets

maurizio.cimadamore at oracle.com maurizio.cimadamore at oracle.com
Thu Jul 12 19:58:01 UTC 2018


Changeset: e8d55141afd2
Author:    jwilhelm
Date:      2018-06-28 22:28 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/e8d55141afd2

8206006: Build failed on Windows
Reviewed-by: jwilhelm, dcubed
Contributed-by: robin.westberg at oracle.com

! test/hotspot/gtest/jfr/test_networkUtilization.cpp

Changeset: 83ed34655f59
Author:    jjg
Date:      2018-06-28 15:46 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/83ed34655f59

8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages
Reviewed-by: darcy, jjg
Contributed-by: bhavesh.x.patel at oracle.com, jonathan.gibbons at oracle.com

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AllClassesFrameWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HelpWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Navigation.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/stylesheet.css
! test/langtools/jdk/javadoc/doclet/WindowTitles/WindowTitles.java
! test/langtools/jdk/javadoc/doclet/testFramesNoFrames/TestFramesNoFrames.java
! test/langtools/jdk/javadoc/doclet/testGeneratedBy/TestGeneratedBy.java
! test/langtools/jdk/javadoc/doclet/testHtmlVersion/TestHtmlVersion.java
! test/langtools/jdk/javadoc/doclet/testModuleDirs/TestModuleDirs.java
! test/langtools/jdk/javadoc/doclet/testModules/TestModules.java
! test/langtools/jdk/javadoc/doclet/testNavigation/TestModuleNavigation.java
! test/langtools/jdk/javadoc/doclet/testNavigation/TestNavigation.java
! test/langtools/jdk/javadoc/doclet/testOrdering/TestOrdering.java
! test/langtools/jdk/javadoc/tool/api/basic/APITest.java
! test/langtools/tools/javadoc/api/basic/APITest.java

Changeset: 1308189b0848
Author:    mikael
Date:      2018-06-28 17:45 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/1308189b0848

8206022: Add test to check that the JVM accepts class files with version 56
Reviewed-by: hseigel, hseigel

+ test/hotspot/jtreg/runtime/classFileParserBug/Class56.jasm

Changeset: a4d7eaf58623
Author:    darcy
Date:      2018-06-28 17:49 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/a4d7eaf58623

8206083: Make tools/javac/api/T6265137.java robust to JDK version changes
Reviewed-by: jjg

! test/langtools/tools/javac/api/T6265137.java

Changeset: 12133a6e2613
Author:    jlahoda
Date:      2018-06-29 10:41 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/12133a6e2613

8205418: Assorted improvements to source code model
Summary: Improving tree positions, better error recovery, fixing Trees.getScope for possibly erroneous lambdas.
Reviewed-by: jjg, mcimadamore, vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/DeferredAttr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Infer.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Operators.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Resolve.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/UnicodeReader.java
! test/langtools/tools/javac/Diagnostics/compressed/T8012003b.out
+ test/langtools/tools/javac/api/TestGetScopeResult.java
! test/langtools/tools/javac/lambda/BadRecovery.out
! test/langtools/tools/javac/parser/JavacParserTest.java
! test/langtools/tools/javac/positions/TreeEndPosTest.java

Changeset: 4fa199e67e41
Author:    joehw
Date:      2018-06-29 10:13 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/4fa199e67e41

8190835: Subtraction with two javax.xml.datatype.Duration gives incorrect result
Reviewed-by: lancea

! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl.java
! test/jaxp/javax/xml/jaxp/unittest/datatype/DurationTest.java

Changeset: f651ae122ff7
Author:    dtitov
Date:      2018-06-29 12:34 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/f651ae122ff7

8206086: [Graal] JDI tests fail with com.sun.jdi.ObjectCollectedException
Reviewed-by: sspitsyn, cjplummer, amenkov

! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/EventTestTemplates.java

Changeset: 9f62267e79df
Author:    igerasim
Date:      2018-06-29 17:35 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/9f62267e79df

8204310: Simpler RandomAccessFile.setLength() on Windows
Reviewed-by: alanb

! src/java.base/windows/native/libjava/io_util_md.c
! src/java.base/windows/native/libjava/io_util_md.h
! test/jdk/java/io/RandomAccessFile/SetLength.java
+ test/jdk/java/nio/channels/FileChannel/TruncateRAF.java

Changeset: ec9957671c5d
Author:    thartmann
Date:      2018-07-02 09:21 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/ec9957671c5d

8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
Summary: Ignore encodeBlock intrinsic.
Reviewed-by: kvn

! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/CheckGraalIntrinsics.java

Changeset: 0221f6a72e4b
Author:    rraghavan
Date:      2018-07-02 00:55 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/0221f6a72e4b

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: b9c7eb8d8972
Author:    zgu
Date:      2018-07-02 16:28 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/b9c7eb8d8972

8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section.
Reviewed-by: stuefe, martin

! src/hotspot/share/services/mallocSiteTable.hpp
! src/hotspot/share/services/memTracker.hpp
! src/hotspot/share/services/virtualMemoryTracker.hpp
! src/hotspot/share/utilities/nativeCallStack.cpp
! src/hotspot/share/utilities/nativeCallStack.hpp

Changeset: 67f6158279d8
Author:    joehw
Date:      2018-07-02 13:54 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/67f6158279d8

8204329: Java API doc for XMLStreamReader.next() needs to be clarified for the exception thrown when hasNext() method returns false
Reviewed-by: lancea, rriggs

! src/java.xml/share/classes/javax/xml/stream/XMLStreamReader.java
+ test/jaxp/javax/xml/jaxp/unittest/stream/XMLEventReaderTest/EventReaderTest.java
! test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamReaderTest/StreamReaderTest.java

Changeset: bc6cfa433862
Author:    jwilhelm
Date:      2018-06-29 01:09 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/bc6cfa433862

8206006: Build failed on Windows
Reviewed-by: jwilhelm, dcubed
Contributed-by: robin.westberg at oracle.com

! test/hotspot/gtest/jfr/test_networkUtilization.cpp

Changeset: 39d27210c627
Author:    iignatyev
Date:      2018-06-28 16:45 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/39d27210c627

8149729: [jittester] Replace all 'path1 +"/" + path2' with Paths::get
Reviewed-by: kvn

! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ByteCodeGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/JavaCodeGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TestsGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TypesParser.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/jtreg/JitTesterDriver.java

Changeset: 7c51db95ccb6
Author:    epavlova
Date:      2018-06-28 17:07 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/7c51db95ccb6

8205207: Port Graal unit tests under jtreg
Reviewed-by: kvn, erikj, iignatyev

! make/Main.gmk
! make/RunTests.gmk
+ make/autoconf/lib-tests.m4
! make/autoconf/libraries.m4
! make/autoconf/spec.gmk.in
! make/conf/jib-profiles.js
+ make/test/JtregGraalUnit.gmk
! test/TestCommon.gmk
! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/compiler/graalunit/ApiDirectivesTest.java
+ test/hotspot/jtreg/compiler/graalunit/ApiTest.java
+ test/hotspot/jtreg/compiler/graalunit/AsmAarch64Test.java
+ test/hotspot/jtreg/compiler/graalunit/AsmAmd64Test.java
+ test/hotspot/jtreg/compiler/graalunit/AsmSparcTest.java
+ test/hotspot/jtreg/compiler/graalunit/CollectionsTest.java
+ test/hotspot/jtreg/compiler/graalunit/CoreAmd64Test.java
+ test/hotspot/jtreg/compiler/graalunit/CoreSparcTest.java
+ test/hotspot/jtreg/compiler/graalunit/CoreTest.java
+ test/hotspot/jtreg/compiler/graalunit/DebugTest.java
+ test/hotspot/jtreg/compiler/graalunit/GraphTest.java
+ test/hotspot/jtreg/compiler/graalunit/HotspotAmd64Test.java
+ test/hotspot/jtreg/compiler/graalunit/HotspotLirTest.java
+ test/hotspot/jtreg/compiler/graalunit/HotspotTest.java
+ test/hotspot/jtreg/compiler/graalunit/Jtt.MicroTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttBackendTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttBytecodeTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttExceptTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttHotpathTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttHotspotTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttJdkTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttLangALTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttLangMTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttLangNZTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttLoopTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttOptimizeTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttReflectAETest.java
+ test/hotspot/jtreg/compiler/graalunit/JttReflectFTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttReflectGZTest.java
+ test/hotspot/jtreg/compiler/graalunit/JttThreadsTest.java
+ test/hotspot/jtreg/compiler/graalunit/LirJttTest.java
+ test/hotspot/jtreg/compiler/graalunit/LoopTest.java
+ test/hotspot/jtreg/compiler/graalunit/NodesTest.java
+ test/hotspot/jtreg/compiler/graalunit/OptionsTest.java
+ test/hotspot/jtreg/compiler/graalunit/PhasesCommonTest.java
+ test/hotspot/jtreg/compiler/graalunit/README.md
+ test/hotspot/jtreg/compiler/graalunit/ReplacementsTest.java
+ test/hotspot/jtreg/compiler/graalunit/TestPackages.txt
+ test/hotspot/jtreg/compiler/graalunit/UtilTest.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/AnsiTerminalDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/EagerStackTraceDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/FindClassesByAnnotatedMethods.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/GCAfterTestDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/JLModule.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/MxJUnitRequest.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/MxJUnitWrapper.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/MxRunListener.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/MxRunListenerDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/TestResultLoggerDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/TextRunListener.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/TimingDecorator.java
+ test/hotspot/jtreg/compiler/graalunit/com.oracle.mxtool.junit/com/oracle/mxtool/junit/VerboseTextListener.java
+ test/hotspot/jtreg/compiler/graalunit/common/GraalUnitTestLauncher.java
+ test/hotspot/jtreg/compiler/graalunit/generateTests.sh
! test/jtreg-ext/requires/VMProps.java

Changeset: 23806873a5ba
Author:    weijun
Date:      2018-06-29 08:21 +0800
URL:       http://hg.openjdk.java.net/amber/amber/rev/23806873a5ba

8205927: Update src/java.base/share/legal/public_suffix.md to match the actual file version
Reviewed-by: mullan, xuelei

! make/data/publicsuffixlist/VERSION
! src/java.base/share/legal/public_suffix.md

Changeset: 3506855c6b86
Author:    epavlova
Date:      2018-06-28 19:33 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/3506855c6b86

8195630: [Graal] vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java fails with Graal
Reviewed-by: kvn

! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach024/attach024Agent00.java
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach024/java.base/java/util/ServiceConfigurationError.java
+ test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach024/java.base/java/util/TooManyListenersException.java

Changeset: c1e56891d768
Author:    iignatyev
Date:      2018-06-28 21:58 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/c1e56891d768

8206088: 8205207 broke builds
Reviewed-by: ehelin, epavlova

! make/test/JtregGraalUnit.gmk

Changeset: 0d6ab24b6ad9
Author:    thartmann
Date:      2018-06-29 11:08 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/0d6ab24b6ad9

8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads
Summary: Deallocate C1 code buffers in the compiler thread destructor.
Reviewed-by: neliasso, kvn, mdoerr

! src/hotspot/share/compiler/compileBroker.cpp
! src/hotspot/share/runtime/thread.cpp

Changeset: 9816d7cc655e
Author:    thartmann
Date:      2018-06-29 11:10 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/9816d7cc655e

8205940: LoadNode::find_previous_arraycopy fails with "broken allocation" assert
Summary: Removed assert which is too strong.
Reviewed-by: roland

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

Changeset: 07498f5b6a96
Author:    iignatyev
Date:      2018-06-29 13:43 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/07498f5b6a96

8206117: failed to get JDK properties for JVM w/o JVMCI
Reviewed-by: kvn

! test/hotspot/jtreg/compiler/graalunit/ApiDirectivesTest.java
! test/hotspot/jtreg/compiler/graalunit/ApiTest.java
! test/hotspot/jtreg/compiler/graalunit/AsmAarch64Test.java
! test/hotspot/jtreg/compiler/graalunit/AsmAmd64Test.java
! test/hotspot/jtreg/compiler/graalunit/AsmSparcTest.java
! test/hotspot/jtreg/compiler/graalunit/CollectionsTest.java
! test/hotspot/jtreg/compiler/graalunit/CoreAmd64Test.java
! test/hotspot/jtreg/compiler/graalunit/CoreSparcTest.java
! test/hotspot/jtreg/compiler/graalunit/CoreTest.java
! test/hotspot/jtreg/compiler/graalunit/DebugTest.java
! test/hotspot/jtreg/compiler/graalunit/GraphTest.java
! test/hotspot/jtreg/compiler/graalunit/HotspotAmd64Test.java
! test/hotspot/jtreg/compiler/graalunit/HotspotLirTest.java
! test/hotspot/jtreg/compiler/graalunit/HotspotTest.java
! test/hotspot/jtreg/compiler/graalunit/Jtt.MicroTest.java
! test/hotspot/jtreg/compiler/graalunit/JttBackendTest.java
! test/hotspot/jtreg/compiler/graalunit/JttBytecodeTest.java
! test/hotspot/jtreg/compiler/graalunit/JttExceptTest.java
! test/hotspot/jtreg/compiler/graalunit/JttHotpathTest.java
! test/hotspot/jtreg/compiler/graalunit/JttHotspotTest.java
! test/hotspot/jtreg/compiler/graalunit/JttJdkTest.java
! test/hotspot/jtreg/compiler/graalunit/JttLangALTest.java
! test/hotspot/jtreg/compiler/graalunit/JttLangMTest.java
! test/hotspot/jtreg/compiler/graalunit/JttLangNZTest.java
! test/hotspot/jtreg/compiler/graalunit/JttLoopTest.java
! test/hotspot/jtreg/compiler/graalunit/JttOptimizeTest.java
! test/hotspot/jtreg/compiler/graalunit/JttReflectAETest.java
! test/hotspot/jtreg/compiler/graalunit/JttReflectFTest.java
! test/hotspot/jtreg/compiler/graalunit/JttReflectGZTest.java
! test/hotspot/jtreg/compiler/graalunit/JttThreadsTest.java
! test/hotspot/jtreg/compiler/graalunit/LirJttTest.java
! test/hotspot/jtreg/compiler/graalunit/LoopTest.java
! test/hotspot/jtreg/compiler/graalunit/NodesTest.java
! test/hotspot/jtreg/compiler/graalunit/OptionsTest.java
! test/hotspot/jtreg/compiler/graalunit/PhasesCommonTest.java
! test/hotspot/jtreg/compiler/graalunit/ReplacementsTest.java
! test/hotspot/jtreg/compiler/graalunit/UtilTest.java
! test/hotspot/jtreg/compiler/graalunit/generateTests.sh
! test/jtreg-ext/requires/VMProps.java

Changeset: 78711bd05b5a
Author:    iignatyev
Date:      2018-06-29 13:44 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/78711bd05b5a

8204517: [Graal] org.graalvm.compiler.debug.test.VersionsTest fails with InvalidPathException on windows
Reviewed-by: kvn

! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug.test/src/org/graalvm/compiler/debug/test/VersionsTest.java
! test/hotspot/jtreg/ProblemList-graal.txt

Changeset: 2f9a0c4fcf58
Author:    iignatyev
Date:      2018-06-29 13:44 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/2f9a0c4fcf58

8204355: [Graal] org.graalvm.compiler.debug.test.CSVUtilTest fails on Windows due to improper line separator used
Reviewed-by: kvn

! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug.test/src/org/graalvm/compiler/debug/test/CSVUtilTest.java

Changeset: 55a43beaa529
Author:    serb
Date:      2018-06-29 13:58 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/55a43beaa529

8201552: Ellipsis in "Classical" label in SwingSet2 demo with Windows L&F at Hidpi
Reviewed-by: prr

! src/java.desktop/macosx/classes/com/apple/laf/AquaTabbedPaneCopyFromBasicUI.java
! src/java.desktop/share/classes/java/awt/Component.java
! src/java.desktop/share/classes/java/awt/Container.java
! src/java.desktop/share/classes/javax/swing/DefaultListCellRenderer.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicButtonListener.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicLabelUI.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicListUI.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicSliderUI.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTabbedPaneUI.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicToolTipUI.java
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTreeUI.java
! src/java.desktop/share/classes/javax/swing/plaf/synth/SynthToolTipUI.java
! src/java.desktop/share/classes/javax/swing/table/DefaultTableCellRenderer.java
! src/java.desktop/share/classes/javax/swing/tree/DefaultTreeCellRenderer.java
! src/java.desktop/share/classes/sun/swing/SwingUtilities2.java
+ test/jdk/javax/swing/GraphicsConfigNotifier/OrderOfGConfigNotify.java
+ test/jdk/javax/swing/GraphicsConfigNotifier/StalePreferredSize.java
+ test/jdk/javax/swing/GraphicsConfigNotifier/TestSingleScreenGConfigNotify.java

Changeset: ebff24bd9302
Author:    valeriep
Date:      2018-06-30 00:33 +0000
URL:       http://hg.openjdk.java.net/amber/amber/rev/ebff24bd9302

8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key
Summary: Updated SunRsaSign provider to check and throw InvalidKeyException for null key algo/format/encoding
Reviewed-by: xuelei

! src/java.base/share/classes/sun/security/rsa/RSAKeyFactory.java
! src/java.base/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java
! src/java.base/share/classes/sun/security/rsa/RSAPublicKeyImpl.java
! src/java.base/share/classes/sun/security/rsa/RSAUtil.java

Changeset: 803cfa425026
Author:    thartmann
Date:      2018-07-02 09:28 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/803cfa425026

8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
Summary: Ignore encodeBlock intrinsic.
Reviewed-by: kvn

! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/CheckGraalIntrinsics.java

Changeset: d9160a3c97c1
Author:    tschatzl
Date:      2018-07-02 09:38 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/d9160a3c97c1

8203848: Missing remembered set entry in j.l.ref.references after JDK-8203028
Summary: Collect remembered sets for discovered fields while adding them to the list of discovered references.
Reviewed-by: kbarrett, eosterlund

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

Changeset: 7f462e8383f6
Author:    mdoerr
Date:      2018-07-02 11:46 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/7f462e8383f6

8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop
Reviewed-by: eosterlund, rehn, dholmes

! src/hotspot/share/runtime/handshake.cpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/safepointMechanism.hpp
! src/hotspot/share/runtime/safepointMechanism.inline.hpp
! src/hotspot/share/runtime/thread.hpp
! src/hotspot/share/runtime/thread.inline.hpp

Changeset: c418c173158e
Author:    jwilhelm
Date:      2018-07-02 13:11 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/c418c173158e

Added tag jdk-11+20 for changeset 9816d7cc655e

! .hgtags

Changeset: c98bf5aa35c5
Author:    roland
Date:      2018-07-02 10:44 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/c98bf5aa35c5

8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here
Reviewed-by: thartmann, kvn

! src/hotspot/share/opto/ifnode.cpp
! src/hotspot/share/opto/loopPredicate.cpp
! src/hotspot/share/opto/loopnode.cpp
! src/hotspot/share/opto/loopopts.cpp
+ test/hotspot/jtreg/compiler/loopopts/CountedLoopPeelingProfilePredicates.java

Changeset: 012ab74e9802
Author:    zgu
Date:      2018-07-02 16:28 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/012ab74e9802

8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section.
Reviewed-by: stuefe, martin

! src/hotspot/share/services/mallocSiteTable.hpp
! src/hotspot/share/services/memTracker.hpp
! src/hotspot/share/services/virtualMemoryTracker.hpp
! src/hotspot/share/utilities/nativeCallStack.cpp
! src/hotspot/share/utilities/nativeCallStack.hpp

Changeset: c30c35118303
Author:    jwilhelm
Date:      2018-07-03 02:07 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/c30c35118303

Merge

! .hgtags
! test/hotspot/jtreg/ProblemList-graal.txt
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach024/java.base/java/util/ServiceConfigurationError.java

Changeset: 79baec7d831e
Author:    neliasso
Date:      2018-07-03 10:47 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/79baec7d831e

8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
Summary: Backout 8204157 to state before 8192992
Reviewed-by: thartmann, mdoerr

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

Changeset: d99e206cc32e
Author:    vtheeyarath
Date:      2018-07-02 23:33 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/d99e206cc32e

8177275: IllegalArgumentException when MH would have too many parameters is not specified for several methods
Summary: Updated spec and added tests
Reviewed-by: psandoz

! src/java.base/share/classes/java/lang/invoke/MethodHandles.java
+ test/jdk/java/lang/invoke/MethodHandlesArityLimitsTest.java

Changeset: 0e7e4b28c0d9
Author:    erikj
Date:      2018-07-03 18:46 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/0e7e4b28c0d9

8206087: windows-x64-cmp-baseline fails with The files do not have the same suffix type
Reviewed-by: tbell

! make/scripts/compare.sh

Changeset: ef57cfcd22ff
Author:    coleenp
Date:      2018-07-03 13:41 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/ef57cfcd22ff

8205534: Remove SymbolTable dependency from serviceability agent
Reviewed-by: gziemski, poonam, jgeorge, hseigel

! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/CommandProcessor.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/classfile/ClassLoaderData.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/classfile/ClassLoaderDataGraph.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/AltHashing.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/SymbolTable.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ArrayKlass.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/ConstantPool.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Field.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Method.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Symbol.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/VM.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/AbstractHeapGraphWriter.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/HeapHprofBinWriter.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/ObjectReader.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/soql/JSJavaFactoryImpl.java
- test/hotspot/jtreg/runtime/SharedArchiveFile/SASymbolTableTestAgent.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbPrintStatics.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbSource.java
- test/jdk/sun/tools/jhsdb/LingeredAppWithAltHashing.java

Changeset: 6a5f1195e15f
Author:    coleenp
Date:      2018-07-03 15:08 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/6a5f1195e15f

8134538: Duplicate implementations of os::lasterror
Summary: Method os::lasterror was moved to os_posix.cpp
Reviewed-by: hseigel, kbarrett, coleenp
Contributed-by: patricio.chilano.mateo at oracle.com

! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/bsd/os_bsd.cpp
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/os/solaris/os_solaris.cpp

Changeset: d93bba067334
Author:    coleenp
Date:      2018-07-03 15:40 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/d93bba067334

8206309: Tier1 SA tests fail
Summary: remove tests that should have been removed with JDK-8205534
Reviewed-by: hseigel

- test/hotspot/jtreg/runtime/SharedArchiveFile/SASymbolTableTest.java
- test/hotspot/jtreg/serviceability/sa/ClhsdbSymbol.java
- test/hotspot/jtreg/serviceability/sa/ClhsdbSymbolTable.java
- test/jdk/sun/tools/jhsdb/AlternateHashingTest.java

Changeset: 6d03b1ea636b
Author:    naoto
Date:      2018-07-03 14:42 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/6d03b1ea636b

8206120: Add test cases for lenient Japanese era parsing
Reviewed-by: rriggs

! test/jdk/java/time/test/java/time/format/TestNonIsoFormatter.java
+ test/jdk/java/util/Calendar/JapaneseLenientEraTest.java

Changeset: 76b5ee99ffc0
Author:    bpb
Date:      2018-07-03 15:02 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/76b5ee99ffc0

8202252: (aio) Closed AsynchronousSocketChannel keeps completion handler alive
Summary: Clear handler instance variable after use
Reviewed-by: rriggs, alanb

! src/java.base/unix/classes/sun/nio/ch/UnixAsynchronousSocketChannelImpl.java
+ test/jdk/java/nio/channels/AsynchronousSocketChannel/CompletionHandlerRelease.java

Changeset: ab998c2bd38f
Author:    darcy
Date:      2018-07-03 15:59 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/ab998c2bd38f

8206085: Refactor langtools/tools/javac/versions/Versions.java
Reviewed-by: jjg, forax, plevart, mcimadamore

! test/langtools/tools/javac/versions/Versions.java

Changeset: dfd59db382c6
Author:    darcy
Date:      2018-07-03 16:14 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/dfd59db382c6

8206114: Refactor langtools/tools/javac/classfiles/ClassVersionChecker.java
Reviewed-by: jjg

! test/langtools/tools/javac/classfiles/ClassVersionChecker.java

Changeset: 00b16d0457e4
Author:    ssahoo
Date:      2018-07-04 03:44 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/00b16d0457e4

8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure
Summary: Test failure due to unsupported DSA keys
Reviewed-by: dfuchs, xuelei

! test/jdk/ProblemList.txt
! test/jdk/sun/management/jmxremote/bootstrap/management_ssltest11_ok.properties.in
+ test/jdk/sun/management/jmxremote/bootstrap/management_ssltest15_ok.properties.in
! test/jdk/sun/management/jmxremote/bootstrap/ssl/Readme.txt
! test/jdk/sun/management/jmxremote/bootstrap/ssl/keystore
! test/jdk/sun/management/jmxremote/bootstrap/ssl/truststore

Changeset: dea7ce62c7b0
Author:    jwilhelm
Date:      2018-07-05 13:31 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/dea7ce62c7b0

Added tag jdk-12+1 for changeset 00b16d0457e4

! .hgtags

Changeset: 29dff19ce132
Author:    bpb
Date:      2018-07-05 07:22 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/29dff19ce132

8194899: Remove unused sun.net classes
Reviewed-by: alanb, mchung, dfuchs, chegar, michaelm

- src/java.base/share/classes/sun/net/NetworkServer.java
- src/java.base/share/classes/sun/net/URLCanonicalizer.java

Changeset: 783cc906a5f8
Author:    ccheung
Date:      2018-07-05 09:11 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/783cc906a5f8

8205548: Remove multi-release jar related vm code
Reviewed-by: iklam, jiangli

! src/hotspot/share/classfile/classLoader.cpp
! src/hotspot/share/classfile/classLoader.hpp

Changeset: 3009952d5985
Author:    rkennke
Date:      2018-07-05 19:22 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/3009952d5985

8206407: Primitive atomic_cmpxchg_in_heap_at() in BarrierSet::Access needs to call non-oop raw method
Reviewed-by: pliden, shade

! src/hotspot/share/gc/shared/barrierSet.hpp

Changeset: 7cbd4124cfff
Author:    rkennke
Date:      2018-07-05 19:22 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/7cbd4124cfff

8206272: Remove stray BarrierSetAssembler call
Reviewed-by: pliden, shade

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

Changeset: c4c87478e6b3
Author:    naoto
Date:      2018-07-05 14:23 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/c4c87478e6b3

8206350: java/util/Locale/bcp47u/SystemPropertyTests.java failed on Mac 10.13 with zh_CN and zh_TW locales.
Reviewed-by: rriggs

! test/jdk/java/util/Locale/bcp47u/SystemPropertyTests.java

Changeset: 7d078d2daacc
Author:    jjg
Date:      2018-07-05 14:35 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/7d078d2daacc

8206318: Enhance package documentation for internal javadoc packages
Reviewed-by: sundar

+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/api/package-info.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/package-info.java
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/package-info.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/package-info.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/builders/package-info.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/package-info.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/links/LinkInfo.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/links/LinkOutput.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/links/package-info.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/package-info.java
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/package-info.java
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/package-info.java

Changeset: 8cc36fac7f3d
Author:    coleenp
Date:      2018-07-06 09:00 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/8cc36fac7f3d

8202737: Obsolete AllowNonVirtualCalls option
Summary: obsolete option and remove support.
Reviewed-by: dholmes, jiangli, kbarrett

! src/hotspot/share/interpreter/linkResolver.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp

Changeset: 810cb95f19c9
Author:    hseigel
Date:      2018-07-06 06:26 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/810cb95f19c9

8203911: Test runtime/modules/getModuleJNI/GetModule fails with -Xcheck:jni
Summary: Remove unneeded validate_class() check from  checked_jni_GetModule().
Reviewed-by: dholmes, coleenp

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

Changeset: be2d74d91351
Author:    coleenp
Date:      2018-07-06 09:10 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/be2d74d91351

8205417: Obsolete UnlinkSymbolsALot debugging option
Summary: Obsolete and remove support for UnlinkSymbolsALot
Reviewed-by: hseigel, dholmes

! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/interfaceSupport.cpp
! src/hotspot/share/runtime/interfaceSupport.inline.hpp
! src/hotspot/share/runtime/vm_operations.cpp
! src/hotspot/share/runtime/vm_operations.hpp

Changeset: fb46a7d38d6b
Author:    joehw
Date:      2018-07-06 09:26 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/fb46a7d38d6b

8206164: forgot to "throw" TransformerConfigurationException
Reviewed-by: lancea

! src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl.java
+ test/jaxp/javax/xml/jaxp/unittest/transform/SAXTFactoryTest.java

Changeset: ec3221b8a109
Author:    darcy
Date:      2018-07-06 09:37 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/ec3221b8a109

8206440: Remove javac -source/-target 6 from jdk regression tests
Reviewed-by: alanb

! test/jdk/java/lang/reflect/OldenCompilingWithDefaults.java

Changeset: 999f09bf3464
Author:    darcy
Date:      2018-07-06 10:28 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/999f09bf3464

8206439: Remove javac -source/-target 6 from langtools regression tests
Reviewed-by: mcimadamore

! test/langtools/tools/javac/6558548/T6558548.java
- test/langtools/tools/javac/6558548/T6558548_6.out
! test/langtools/tools/javac/6558548/T6558548_latest.out
- test/langtools/tools/javac/8013179/T8013179.java
- test/langtools/tools/javac/8013179/T8013179.out
! test/langtools/tools/javac/8074306/TestSyntheticNullChecks.java
! test/langtools/tools/javac/StringConcat/TestIndyStringConcat.java
! test/langtools/tools/javac/StringsInSwitch/BadlyTypedLabel1.java
! test/langtools/tools/javac/StringsInSwitch/BadlyTypedLabel1.out
- test/langtools/tools/javac/StringsInSwitch/BadlyTypedLabel1_6.out
! test/langtools/tools/javac/StringsInSwitch/BadlyTypedLabel2.java
! test/langtools/tools/javac/StringsInSwitch/BadlyTypedLabel2.out
- test/langtools/tools/javac/StringsInSwitch/BadlyTypedLabel2_6.out
! test/langtools/tools/javac/StringsInSwitch/NonConstantLabel.java
! test/langtools/tools/javac/StringsInSwitch/NonConstantLabel.out
- test/langtools/tools/javac/StringsInSwitch/NonConstantLabel6.out
! test/langtools/tools/javac/StringsInSwitch/OneCaseSwitches.java
- test/langtools/tools/javac/StringsInSwitch/OneCaseSwitches.out
! test/langtools/tools/javac/StringsInSwitch/RSCL1.out
- test/langtools/tools/javac/StringsInSwitch/RSCL1_6.out
! test/langtools/tools/javac/StringsInSwitch/RSCL2.out
- test/langtools/tools/javac/StringsInSwitch/RSCL2_6.out
! test/langtools/tools/javac/StringsInSwitch/RepeatedStringCaseLabels1.java
! test/langtools/tools/javac/StringsInSwitch/RepeatedStringCaseLabels2.java
! test/langtools/tools/javac/TryWithResources/BadTwr.java
! test/langtools/tools/javac/TryWithResources/BadTwr.out
- test/langtools/tools/javac/TryWithResources/BadTwr6.out
! test/langtools/tools/javac/TryWithResources/BadTwrSyntax.java
! test/langtools/tools/javac/TryWithResources/BadTwrSyntax.out
- test/langtools/tools/javac/TryWithResources/BadTwrSyntax6.out
! test/langtools/tools/javac/TryWithResources/PlainTry.java
! test/langtools/tools/javac/TryWithResources/PlainTry.out
- test/langtools/tools/javac/TryWithResources/PlainTry6.out
! test/langtools/tools/javac/TryWithResources/TwrOnNonResource.java
! test/langtools/tools/javac/TryWithResources/TwrOnNonResource.out
- test/langtools/tools/javac/TryWithResources/TwrOnNonResource6.out
! test/langtools/tools/javac/TryWithResources/WeirdTwr.java
! test/langtools/tools/javac/annotations/repeatingAnnotations/WrongVersion.java
- test/langtools/tools/javac/annotations/repeatingAnnotations/WrongVersion6.out
! test/langtools/tools/javac/annotations/repeatingAnnotations/WrongVersion7.out
! test/langtools/tools/javac/annotations/typeAnnotations/failures/AnnotationVersion.java
- test/langtools/tools/javac/annotations/typeAnnotations/failures/AnnotationVersion.out
! test/langtools/tools/javac/annotations/typeAnnotations/failures/AnnotationVersion7.out
! test/langtools/tools/javac/classfiles/ClassVersionChecker.java
! test/langtools/tools/javac/defaultMethods/static/StaticInvokeQualified.java
- test/langtools/tools/javac/defaultMethods/static/StaticInvokeQualified6.out
! test/langtools/tools/javac/defaultMethods/static/StaticInvokeQualified7.out
! test/langtools/tools/javac/defaultMethods/static/StaticInvokeSimple.java
- test/langtools/tools/javac/defaultMethods/static/StaticInvokeSimple6.out
! test/langtools/tools/javac/defaultMethods/static/StaticInvokeSimple7.out
- test/langtools/tools/javac/literals/BadBinaryLiterals.6.out
! test/langtools/tools/javac/literals/BadBinaryLiterals.7.out
! test/langtools/tools/javac/literals/BadBinaryLiterals.java
- test/langtools/tools/javac/literals/BadUnderscoreLiterals.6.out
! test/langtools/tools/javac/literals/BadUnderscoreLiterals.7.out
! test/langtools/tools/javac/literals/BadUnderscoreLiterals.java
! test/langtools/tools/javac/mixedTarget/ExtendCovariant2.java
! test/langtools/tools/javac/multicatch/Neg01.java
! test/langtools/tools/javac/multicatch/Neg01.out
! test/langtools/tools/javac/multicatch/Neg01eff_final.java
! test/langtools/tools/javac/multicatch/Neg01eff_final.out
! test/langtools/tools/javac/processing/warnings/TestSourceVersionWarnings.java
! test/langtools/tools/javac/processing/warnings/gold_sv_warn_5_6.out
! test/langtools/tools/javac/types/CastObjectToPrimitiveTest.java
- test/langtools/tools/javac/types/CastObjectToPrimitiveTest.out
! test/langtools/tools/javac/versions/Versions.java

Changeset: fa2f93f99dbc
Author:    rriggs
Date:      2018-07-06 15:22 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/fa2f93f99dbc

8206495: Redundant System.setProperty(null) tests
Reviewed-by: mchung, lancea

- test/jdk/java/lang/System/SetProperties.java
! test/jdk/java/lang/System/SetPropertiesNull.java

Changeset: b96466cdfc45
Author:    jiangli
Date:      2018-07-08 12:43 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/b96466cdfc45

8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module.
Summary: Support system module archiving with unnamed initial module at dump time.
Reviewed-by: erikj, coleenp, mchung, iklam, ccheung
Contributed-by: alan.bateman at oracle.com, jiangli.zhou at oracle.com

! make/hotspot/lib/JvmFeatures.gmk
! make/hotspot/symbols/symbols-unix
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/javaClasses.hpp
! src/hotspot/share/classfile/stringTable.cpp
! src/hotspot/share/classfile/systemDictionary.hpp
! src/hotspot/share/classfile/vmSymbols.hpp
! src/hotspot/share/include/jvm.h
+ src/hotspot/share/memory/heapShared.cpp
+ src/hotspot/share/memory/heapShared.hpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/memory/metaspaceShared.hpp
! src/hotspot/share/prims/jvm.cpp
! src/java.base/share/classes/jdk/internal/misc/VM.java
+ src/java.base/share/classes/jdk/internal/module/ArchivedModuleGraph.java
! src/java.base/share/classes/jdk/internal/module/ModuleBootstrap.java
! src/java.base/share/native/libjava/VM.c
! test/hotspot/jtreg/runtime/appcds/TestCommon.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/ArchivedModuleComboTest.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/ArchivedModuleCompareTest.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/ArchivedModuleWithCustomImageTest.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/CheckArchivedModuleApp.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/PrintSystemModulesApp.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/src/test/jdk/test/Test.java
+ test/hotspot/jtreg/runtime/appcds/cacheObject/src/test/module-info.java

Changeset: 529e8aec67bd
Author:    dholmes
Date:      2018-07-08 20:00 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/529e8aec67bd

8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
Reviewed-by: mikael, sspitsyn

! test/jdk/com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java

Changeset: 0fad17c646c9
Author:    tschatzl
Date:      2018-07-09 14:12 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/0fad17c646c9

8206453: Taskqueue stats should count real steal attempts, not calls to GenericTaskQueueSet::steal
Reviewed-by: ehelin, kbarrett

! src/hotspot/share/gc/shared/taskqueue.hpp
! src/hotspot/share/gc/shared/taskqueue.inline.hpp

Changeset: f85092465b0c
Author:    kbarrett
Date:      2018-07-09 13:35 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/f85092465b0c

8204834: Fix confusing "allocate" naming in OopStorage
Summary: allocate_list => allocation_list and so on.
Reviewed-by: dholmes, tschatzl, coleenp

! src/hotspot/share/gc/shared/oopStorage.cpp
! src/hotspot/share/gc/shared/oopStorage.hpp
! src/hotspot/share/gc/shared/oopStorage.inline.hpp
! src/hotspot/share/gc/shared/oopStorageParState.hpp
! test/hotspot/gtest/gc/shared/test_oopStorage.cpp

Changeset: 1acfd2f56d72
Author:    sherman
Date:      2018-07-09 13:08 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/1acfd2f56d72

8206389: JarEntry.setCreation/LastAccessTime without setLastModifiedTime causes Invalid CEN header
Reviewed-by: alanb, martin

! src/java.base/share/classes/java/util/zip/ZipOutputStream.java
! test/jdk/java/util/zip/TestExtraTime.java

Changeset: 429b0997c16d
Author:    dholmes
Date:      2018-07-09 20:17 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/429b0997c16d

8205878: pthread_getcpuclockid is expected to return 0 code
Reviewed-by: cjplummer, amenkov, coleenp

! make/test/JtregNativeHotspot.gmk
! src/hotspot/os/linux/os_linux.cpp
+ test/hotspot/jtreg/runtime/jni/terminatedThread/TestTerminatedThread.java
+ test/hotspot/jtreg/runtime/jni/terminatedThread/libterminatedThread.c
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/ji05t001.c
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/ji06t001.c

Changeset: 3f51ddbe4843
Author:    dholmes
Date:      2018-07-10 03:14 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/3f51ddbe4843

8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid
Summary: Run the new runtime/jni/terminatedThread/TestTerminatedThread.java test in othervm mode
Reviewed-by: alanb, mikael

! test/hotspot/jtreg/runtime/jni/terminatedThread/TestTerminatedThread.java

Changeset: e0028bb6dd3d
Author:    coleenp
Date:      2018-07-10 11:13 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/e0028bb6dd3d

8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
Summary: Only fetch Node::next once and use that result.
Reviewed-by: hseigel, dholmes

! src/hotspot/share/utilities/concurrentHashTable.inline.hpp

Changeset: f9b96afb7c5e
Author:    dl
Date:      2018-07-10 10:24 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/f9b96afb7c5e

8206123: ArrayDeque created with default constructor can only hold 15 elements
Reviewed-by: martin, psandoz, igerasim

! src/java.base/share/classes/java/util/ArrayDeque.java
+ test/jdk/java/util/ArrayDeque/WhiteBox.java

Changeset: ebfb1ae41f4b
Author:    dl
Date:      2018-07-10 10:24 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/ebfb1ae41f4b

8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
Reviewed-by: martin, psandoz, dholmes, tschatzl

! test/jdk/java/util/concurrent/forkjoin/FJExceptionTableLeak.java

Changeset: 0d28f82ecac6
Author:    dl
Date:      2018-07-10 10:24 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/0d28f82ecac6

8205620: Miscellaneous changes imported from jsr166 CVS 2018-07
Reviewed-by: martin, psandoz

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

Changeset: dbe8aa90d4dd
Author:    ccheung
Date:      2018-07-10 19:04 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/dbe8aa90d4dd

8205946: JVM crash after call to ClassLoader::setup_bootstrap_search_path()
Summary: exit vm if setting of boot class path fails.
Reviewed-by: lfoltan, jiangli, dholmes

! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/bsd/os_bsd.cpp
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/solaris/os_solaris.cpp
! src/hotspot/os/windows/os_windows.cpp
! src/hotspot/share/classfile/classLoader.cpp
! test/hotspot/jtreg/runtime/appcds/MoveJDKTest.java

Changeset: 69b438908512
Author:    shade
Date:      2018-07-11 08:44 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/69b438908512

8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log
Reviewed-by: vlivanov, never

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

Changeset: 225b61293064
Author:    darcy
Date:      2018-07-11 08:24 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/225b61293064

8173606: Deprecate constructors of 7-era visitors
Reviewed-by: vromero, jjg

! src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java
! src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor8.java
! src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor7.java
! src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor8.java
! src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java
! src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor8.java
! src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor7.java
! src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor8.java
! src/java.compiler/share/classes/javax/lang/model/util/ElementScanner7.java
! src/java.compiler/share/classes/javax/lang/model/util/ElementScanner8.java
! src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java
! src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor8.java
! src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor7.java
! src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor8.java
! src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor7.java
! src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor8.java
! src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor7.java
! src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor8.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java

Changeset: 29eaf3feab30
Author:    zgu
Date:      2018-07-11 13:28 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/29eaf3feab30

8206183: Possible construct EMPTY_STACK and allocation stack, etc. on first use
Summary: Uses "construct on First Use Idiom" pattern to workaround static initialization order
Reviewed-by: dholmes, minqi

! src/hotspot/share/services/mallocSiteTable.cpp
! src/hotspot/share/services/mallocSiteTable.hpp
! src/hotspot/share/services/memTracker.cpp
! src/hotspot/share/utilities/nativeCallStack.cpp
! src/hotspot/share/utilities/nativeCallStack.hpp

Changeset: f939a67fea30
Author:    coleenp
Date:      2018-07-11 14:44 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/f939a67fea30

8198720: Obsolete PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
Summary: Convert PrintSafepointStatistics to UL
Reviewed-by: shade, lfoltan

! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/init.cpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/safepoint.hpp
! src/hotspot/share/runtime/vmThread.cpp
! src/hotspot/share/runtime/vm_operations.hpp
! test/hotspot/gtest/utilities/utilitiesHelper.inline.hpp

Changeset: 1e24c7152e47
Author:    jjg
Date:      2018-07-02 17:54 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/1e24c7152e47

8205563: modules/AnnotationProcessing.java failed testGenerateSingleModule
Reviewed-by: darcy

! test/langtools/tools/javac/modules/AnnotationProcessing.java
! test/langtools/tools/lib/toolbox/ToolBox.java

Changeset: 14708e1acdc3
Author:    jjiang
Date:      2018-07-03 09:27 +0800
URL:       http://hg.openjdk.java.net/amber/amber/rev/14708e1acdc3

8205984: javax/net/ssl/compatibility/Compatibility.java failed to access port log file
Summary: Release resource after reading port log file
Reviewed-by: xuelei

! test/jdk/javax/net/ssl/compatibility/Compatibility.java
! test/jdk/javax/net/ssl/compatibility/Server.java

Changeset: 3f879ff34084
Author:    mchung
Date:      2018-07-03 11:16 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/3f879ff34084

8206184: docs-reference build fails due to extlink.spec.version property not set
Reviewed-by: erikj

! make/Docs.gmk

Changeset: d30b4459b71b
Author:    iignatyev
Date:      2018-06-28 10:51 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/d30b4459b71b

8202561: clean up TEST.groups file
Reviewed-by: kvn, iklam, epavlova

! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/TEST.quick-groups

Changeset: 34872a21af82
Author:    psandoz
Date:      2018-07-02 10:09 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/34872a21af82

8202769: jck test fails with C2: vm/jvmti/FollowReferences/fref001/fref00113/fref00113.html
Reviewed-by: kvn, coleenp

! src/hotspot/share/ci/ciStreams.cpp
! src/hotspot/share/oops/constantPool.cpp
! src/hotspot/share/oops/constantPool.hpp

Changeset: 51e49f77f7eb
Author:    bobv
Date:      2018-07-03 10:59 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/51e49f77f7eb

8205928: [TESTBUG] jdk/internal/platform/docker/TestDockerMemoryMetrics
Reviewed-by: stuefe

! test/jdk/jdk/internal/platform/docker/MetricsMemoryTester.java

Changeset: 833a291460b7
Author:    bobv
Date:      2018-07-03 15:08 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/833a291460b7

Merge


Changeset: 24bf1bd23725
Author:    rgoel
Date:      2018-07-04 11:55 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/24bf1bd23725

8204603: Short week days, NaN value and timezone name are inconsistent between CLDR and Java in zh_CN, zh_TW locales.
Summary: handled languageALiases for supported locales of CLDR.
Reviewed-by: naoto

+ src/java.base/share/classes/sun/util/cldr/CLDRCalendarNameProviderImpl.java
! src/java.base/share/classes/sun/util/cldr/CLDRLocaleProviderAdapter.java
! src/java.base/share/classes/sun/util/locale/provider/CalendarNameProviderImpl.java
! src/java.base/share/classes/sun/util/locale/provider/JRELocaleProviderAdapter.java
+ test/jdk/sun/util/resources/cldr/Bug8204603.java

Changeset: b833992fa8fa
Author:    pliden
Date:      2018-07-04 08:33 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/b833992fa8fa

8206322: ZGC: Incorrect license header in gtests
Reviewed-by: kbarrett, tschatzl

! test/hotspot/gtest/gc/z/test_zAddress.cpp
! test/hotspot/gtest/gc/z/test_zArray.cpp
! test/hotspot/gtest/gc/z/test_zBitField.cpp
! test/hotspot/gtest/gc/z/test_zBitMap.cpp
! test/hotspot/gtest/gc/z/test_zForwardingTable.cpp
! test/hotspot/gtest/gc/z/test_zList.cpp
! test/hotspot/gtest/gc/z/test_zLiveMap.cpp
! test/hotspot/gtest/gc/z/test_zPhysicalMemory.cpp
! test/hotspot/gtest/gc/z/test_zUtils.cpp
! test/hotspot/gtest/gc/z/test_zVirtualMemory.cpp

Changeset: 59ee619866c3
Author:    simonis
Date:      2018-07-04 09:21 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/59ee619866c3

8206173: MallocSiteTable::initialize() doesn't take function descriptors into account
Reviewed-by: stuefe, zgu

! src/hotspot/share/services/mallocSiteTable.cpp
! src/hotspot/share/utilities/macros.hpp

Changeset: ab9312fac8eb
Author:    mgronlun
Date:      2018-07-04 10:24 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/ab9312fac8eb

8206254: Unable to complete emergency dump during safepoint
Reviewed-by: egahlin

! src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.cpp

Changeset: a63f6915a1f9
Author:    xyin
Date:      2018-07-04 16:49 +0800
URL:       http://hg.openjdk.java.net/amber/amber/rev/a63f6915a1f9

8187069: The case auto failed with the java.lang.ClassNotFoundException: IPv6NameserverPlatformParsingTest exception
Reviewed-by: vtewari, dfuchs

! test/jdk/com/sun/jndi/dns/Test6991580.java

Changeset: 270b11dadbaf
Author:    pliden
Date:      2018-07-04 12:04 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/270b11dadbaf

8205924: ZGC: Premature OOME due to failure to expand backing file
Reviewed-by: ehelin

! src/hotspot/os_cpu/linux_x86/gc/z/zBackingFile_linux_x86.cpp
! src/hotspot/os_cpu/linux_x86/gc/z/zBackingFile_linux_x86.hpp
! src/hotspot/os_cpu/linux_x86/gc/z/zPhysicalMemoryBacking_linux_x86.cpp
! src/hotspot/os_cpu/linux_x86/gc/z/zPhysicalMemoryBacking_linux_x86.hpp
! src/hotspot/share/gc/z/zDirector.cpp
! src/hotspot/share/gc/z/zHeap.cpp
! src/hotspot/share/gc/z/zHeap.hpp
! src/hotspot/share/gc/z/zPageAllocator.cpp
! src/hotspot/share/gc/z/zPageAllocator.hpp
! src/hotspot/share/gc/z/zPhysicalMemory.cpp
! src/hotspot/share/gc/z/zPhysicalMemory.hpp
! src/hotspot/share/gc/z/zPhysicalMemory.inline.hpp
! src/hotspot/share/gc/z/zPreMappedMemory.cpp
! test/hotspot/gtest/gc/z/test_zPhysicalMemory.cpp

Changeset: 343d3c0dd368
Author:    pliden
Date:      2018-07-04 12:04 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/343d3c0dd368

8206316: ZGC: Preferred tmpfs mount point not found on Debian
Reviewed-by: kbarrett, tschatzl, ehelin

! src/hotspot/os_cpu/linux_x86/gc/z/zBackingFile_linux_x86.cpp
! src/hotspot/os_cpu/linux_x86/gc/z/zBackingPath_linux_x86.cpp
! src/hotspot/os_cpu/linux_x86/gc/z/zBackingPath_linux_x86.hpp

Changeset: ce27f6e0734d
Author:    sdama
Date:      2018-07-04 17:49 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/ce27f6e0734d

8198819: tools/jimage/JImageExtractTest.java, fails intermittently at testExtract (macos)
Summary: Modified test to work on only modules extracted using jimage instead of files present in current directory
Reviewed-by: jlaskey

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

Changeset: 0a8198fa7e7a
Author:    neliasso
Date:      2018-07-03 09:11 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/0a8198fa7e7a

8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
Summary: Backout 8204157 to state before 8192992
Reviewed-by: thartmann, mdoerr

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

Changeset: 66a808262d3b
Author:    mbaesken
Date:      2018-07-03 12:40 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/66a808262d3b

8206255: fix compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java jtreg test on linux s390x
Reviewed-by: stuefe

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

Changeset: f1f4b8cd0192
Author:    mbaesken
Date:      2018-07-04 16:54 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/f1f4b8cd0192

8206145: dbgsysSocketClose - do not restart close if errno is EINTR [linux]
Reviewed-by: alanb, stuefe

! src/jdk.jdwp.agent/unix/native/libdt_socket/socket_md.c

Changeset: cd41f34e548c
Author:    michaelm
Date:      2018-07-04 16:16 +0100
URL:       http://hg.openjdk.java.net/amber/amber/rev/cd41f34e548c

8206001: Enable TLS1.3 by default in Http Client
Reviewed-by: dfuchs

! src/java.net.http/share/classes/jdk/internal/net/http/AbstractAsyncSSLConnection.java
! src/java.net.http/share/classes/jdk/internal/net/http/Exchange.java
! src/java.net.http/share/classes/jdk/internal/net/http/Http1AsyncReceiver.java
! src/java.net.http/share/classes/jdk/internal/net/http/Http1Exchange.java
! src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java
! src/java.net.http/share/classes/jdk/internal/net/http/HttpClientImpl.java
! src/java.net.http/share/classes/jdk/internal/net/http/SocketTube.java
! src/java.net.http/share/classes/jdk/internal/net/http/Stream.java
! src/java.net.http/share/classes/jdk/internal/net/http/WindowUpdateSender.java
! src/java.net.http/share/classes/jdk/internal/net/http/common/SSLFlowDelegate.java
! src/java.net.http/share/classes/jdk/internal/net/http/common/SSLTube.java
! src/java.net.http/share/classes/jdk/internal/net/http/frame/SettingsFrame.java
! test/jdk/java/net/httpclient/CancelledResponse.java
! test/jdk/java/net/httpclient/MockServer.java
! test/jdk/java/net/httpclient/ShortResponseBody.java
! test/jdk/java/net/httpclient/SplitResponse.java
! test/jdk/java/net/httpclient/http2/FixedThreadPoolTest.java
! test/jdk/java/net/httpclient/http2/TLSConnection.java
! test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/SSLEchoTubeTest.java

Changeset: b289815d0db3
Author:    mgronlun
Date:      2018-07-04 18:39 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/b289815d0db3

8198346: assert(!_cld->claimed()) failed in TestObjectDescription.java
Reviewed-by: egahlin

! src/hotspot/share/jfr/leakprofiler/utilities/saveRestore.cpp

Changeset: e4a92c455d1c
Author:    ssahoo
Date:      2018-07-04 11:49 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/e4a92c455d1c

8206355: SSLSessionImpl.getLocalPrincipal() throws NPE
Summary: Fixed SSLSessionImpl.getLocalPrincipal() implementation when client side authentication is not enabled.
Reviewed-by: xuelei

! src/java.base/share/classes/sun/security/ssl/SSLSessionImpl.java
+ test/jdk/javax/net/ssl/TLSCommon/TestSessionLocalPrincipal.java

Changeset: e5e3e2c1b2e5
Author:    xiaofeya
Date:      2018-07-05 13:22 +0800
URL:       http://hg.openjdk.java.net/amber/amber/rev/e5e3e2c1b2e5

8206378: Backout JDK-8202561
Reviewed-by: dholmes

! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/TEST.groups
- test/hotspot/jtreg/TEST.quick-groups

Changeset: 3bc865cc2122
Author:    stuefe
Date:      2018-07-05 11:56 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/3bc865cc2122

8206243: java -XshowSettings fails if memory.limit_in_bytes overflows LONG.max
Reviewed-by: dholmes, bobv

! src/java.base/linux/classes/jdk/internal/platform/cgroupv1/SubSystem.java

Changeset: f604d14c8132
Author:    jwilhelm
Date:      2018-07-05 13:26 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/f604d14c8132

Added tag jdk-11+21 for changeset 14708e1acdc3

! .hgtags

Changeset: a80638fa1a8c
Author:    serb
Date:      2018-07-05 19:05 +0300
URL:       http://hg.openjdk.java.net/amber/amber/rev/a80638fa1a8c

8189604: possible hang in sun.awt.shell.Win32ShellFolder2$KnownFolderDefinition::<clinit>
Reviewed-by: prr, kaddepalli

! src/java.desktop/windows/classes/sun/awt/shell/Win32ShellFolder2.java
! src/java.desktop/windows/native/libawt/windows/ShellFolder2.cpp
+ test/jdk/javax/swing/reliability/HangDuringStaticInitialization.java

Changeset: faf1cd52a5b7
Author:    simonis
Date:      2018-06-12 13:00 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/faf1cd52a5b7

8202329: [AIX] Fix codepage mappings for IBM-943 and Big5
Reviewed-by: simonis, stuefe
Contributed-by: bhamaram at in.ibm.com

! src/java.base/unix/native/libjava/java_props_md.c
! test/jdk/sun/nio/cs/TestIBMBugs.java

Changeset: 3924d4cf8b41
Author:    serb
Date:      2018-07-05 21:29 +0300
URL:       http://hg.openjdk.java.net/amber/amber/rev/3924d4cf8b41

8205454: & is displayed in some Swing docs
Reviewed-by: prr, psadhukhan

! src/java.desktop/share/classes/javax/swing/JButton.java
! src/java.desktop/share/classes/javax/swing/JCheckBox.java
! src/java.desktop/share/classes/javax/swing/JFileChooser.java
! src/java.desktop/share/classes/javax/swing/JPanel.java
! src/java.desktop/share/classes/javax/swing/JRadioButton.java
! src/java.desktop/share/classes/javax/swing/JSplitPane.java
! src/java.desktop/share/classes/javax/swing/JToggleButton.java
+ test/jdk/java/beans/Beans/TypoInBeanDescription.java

Changeset: 09776f847bf4
Author:    sdama
Date:      2018-07-06 00:40 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/09776f847bf4

8198405: JImageExtractTest.java & JImageListTest.java failed in Windows.
Summary: Make a directory readonly using nio file attribute AclEntry
Reviewed-by: jlaskey

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

Changeset: 3c59afe1afc9
Author:    mbaesken
Date:      2018-07-05 09:38 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/3c59afe1afc9

8206394: missing ResourceMark in AOTCompiledMethod::metadata_do, AOTCompiledMethod::clear_inline_caches , CompiledMethod::clear_ic_stubs , CompiledMethod::cleanup_inline_caches_impl
Reviewed-by: kvn

! src/hotspot/share/aot/aotCompiledMethod.cpp
! src/hotspot/share/code/compiledMethod.cpp

Changeset: 8ad85ab7a188
Author:    kvn
Date:      2018-07-05 12:38 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/8ad85ab7a188

8206324: compiler/whitebox/DeoptimizeFramesTest.java to ProblemList-graal.txt
Reviewed-by: dlong

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

Changeset: b9361d8c58a5
Author:    iignatyev
Date:      2018-07-05 20:00 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/b9361d8c58a5

8206429: [REDO] 8202561 clean up TEST.groups
Reviewed-by: kvn, dholmes, ctornqvi

! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/TEST.quick-groups

Changeset: 4fc6bca9e941
Author:    simonis
Date:      2018-07-06 09:22 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/4fc6bca9e941

8206436: sun/nio/cs/TestIBMBugs.java no longer compiles
Reviewed-by: mikael, stuefe, alanb

! test/jdk/sun/nio/cs/TestIBMBugs.java

Changeset: f8038b878d27
Author:    sdama
Date:      2018-07-06 13:38 +0530
URL:       http://hg.openjdk.java.net/amber/amber/rev/f8038b878d27

8206450: Add JImageListTest.java to ProblemList.txt
Summary: Added JImageListTest.java to ProblemList.txt
Reviewed-by: dholmes

! test/jdk/ProblemList.txt

Changeset: 7c8841474f57
Author:    prr
Date:      2018-07-06 10:37 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/7c8841474f57

8206428: Upgrade JDK11 to harfbuzz 1.8.2
Reviewed-by: serb

! src/java.desktop/share/legal/harfbuzz.md
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-blob.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-file-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-open-type-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-common-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-layout-gpos-table.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-indic.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-ot-shape-complex-khmer.cc
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-private.hh
! src/java.desktop/share/native/libfontmanager/harfbuzz/hb-version.h

Changeset: deff20e15445
Author:    prr
Date:      2018-07-06 10:39 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/deff20e15445

8206375: ProblemList update of bug ID for SwingFontMetricsTest
Reviewed-by: serb

! test/jdk/ProblemList.txt

Changeset: 0665a966cac6
Author:    kvn
Date:      2018-07-06 13:45 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/0665a966cac6

8193126: Incorrect setting of MetaspaceSize and NewSizeThreadIncrease when using JVMCI compiler
Summary: select maximum default values for JVMCI
Reviewed-by: dnsimon, iveresov

! src/hotspot/share/compiler/compilerDefinitions.cpp

Changeset: f8ebefc29b79
Author:    cushon
Date:      2018-07-06 12:10 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/f8ebefc29b79

8204630: Generating an anonymous class with Filer#createClassFile causes an NPE in JavacProcessingEnvironment
Reviewed-by: jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
+ test/langtools/tools/javac/processing/rounds/GenerateAnonymousClass.java
+ test/langtools/tools/javac/processing/rounds/GenerateAnonymousClass.out

Changeset: 162867fa0f8d
Author:    mgronlun
Date:      2018-07-08 11:54 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/162867fa0f8d

8203943: eventThreadGroup was null in TestJavaBlockedEvent.java
Reviewed-by: egahlin

! src/hotspot/share/jfr/jfr.cpp
! src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.cpp
! src/hotspot/share/jfr/support/jfrThreadLocal.cpp
! src/hotspot/share/jfr/support/jfrThreadLocal.hpp

Changeset: 0083d474b0e1
Author:    dholmes
Date:      2018-07-08 20:00 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/0083d474b0e1

8205966: [testbug] New Nestmates JDI test times out with Xcomp on sparc
Reviewed-by: mikael, sspitsyn

! test/jdk/com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java

Changeset: 3982b9671e71
Author:    weijun
Date:      2018-07-09 12:20 +0800
URL:       http://hg.openjdk.java.net/amber/amber/rev/3982b9671e71

8198352: java.util.MissingResourceException: sun.security.util.AuthResources when trying to use com.sun.security.auth.module.UnixLoginModule
Reviewed-by: xuelei

! src/jdk.security.auth/share/classes/com/sun/security/auth/UnixNumericGroupPrincipal.java
+ test/jdk/com/sun/security/auth/UnixPrincipalHashCode.java
+ test/jdk/com/sun/security/auth/uphc.policy

Changeset: fc9dd181d70e
Author:    tschatzl
Date:      2018-07-09 10:19 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/fc9dd181d70e

8205426: Humongous continues remembered set does not match humongous start region one after Remark
Summary: Remembered set states for humongous objects crossing an internal per-thread processing threshold could synchronized if the humongous continues regions were processed first.
Reviewed-by: ehelin, kbarrett

! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp
! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.hpp
+ test/hotspot/jtreg/gc/g1/TestHumongousRemsetsMatch.java

Changeset: 8df91a1b549b
Author:    adinn
Date:      2018-07-09 09:38 +0100
URL:       http://hg.openjdk.java.net/amber/amber/rev/8df91a1b549b

8206163: AArch64: incorrect code generation for StoreCM
Summary: StoreCM may require planting a StoreStore barrier
Reviewed-by: aph, zyao, roland

! src/hotspot/cpu/aarch64/aarch64.ad
! test/hotspot/jtreg/compiler/c2/aarch64/TestVolatiles.java

Changeset: 44b07bd68f6d
Author:    mdoerr
Date:      2018-07-09 15:26 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/44b07bd68f6d

8206459: [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2
Reviewed-by: goetz

! src/hotspot/cpu/s390/s390.ad
! src/hotspot/cpu/s390/templateTable_s390.cpp

Changeset: 29be48779807
Author:    serb
Date:      2018-07-09 16:36 +0300
URL:       http://hg.openjdk.java.net/amber/amber/rev/29be48779807

8201611: Broken links in java.desktop javadoc
Reviewed-by: prr, kaddepalli

! src/java.desktop/share/classes/java/awt/Component.java
! src/java.desktop/share/classes/java/awt/Shape.java
! src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadataNode.java

Changeset: c9bf46f4d555
Author:    ghaug
Date:      2018-07-09 12:51 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/c9bf46f4d555

8206408: Add missing CPU/system info to vm_version_ext on PPC64
Reviewed-by: mdoerr, simonis

! src/hotspot/cpu/ppc/vm_version_ext_ppc.cpp
! src/hotspot/cpu/ppc/vm_version_ext_ppc.hpp

Changeset: cd557cad6e0a
Author:    serb
Date:      2018-07-09 19:09 +0300
URL:       http://hg.openjdk.java.net/amber/amber/rev/cd557cad6e0a

8205588: Deprecate for removal com.sun.awt.SecurityWarning
Reviewed-by: prr, kaddepalli

! src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java

Changeset: 6e760728afaa
Author:    erikj
Date:      2018-07-09 09:09 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/6e760728afaa

8206433: Several jib profiles missing autoconf dependency
Reviewed-by: tbell

! make/conf/jib-profiles.js

Changeset: 9ad98030b2b6
Author:    prr
Date:      2018-07-09 10:23 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/9ad98030b2b6

8205646: Broken link in jdk.jsobject
Reviewed-by: serb

! src/jdk.jsobject/share/classes/netscape/javascript/JSObject.java

Changeset: 01fc2c1ee3e6
Author:    prr
Date:      2018-07-09 10:25 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/01fc2c1ee3e6

8206106: [solaris sparc] jck tests api/javax_print/PrintService failing
Reviewed-by: simonis, erikj

! src/java.desktop/unix/native/common/awt/CUPSfuncs.c

Changeset: a926b7737d3b
Author:    iignatyev
Date:      2018-07-09 11:15 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/a926b7737d3b

8206287: fix legal notice in hotspot tests
Reviewed-by: kvn, hseigel

! test/hotspot/jtreg/Makefile
! test/hotspot/jtreg/compiler/debug/TraceIterativeGVN.java
! test/hotspot/jtreg/compiler/dependencies/MonomorphicObjectCall/java.base/java/lang/Object.java
! test/hotspot/jtreg/compiler/eliminateAutobox/UnsignedLoads.java
! test/hotspot/jtreg/compiler/intrinsics/string/TestHasNegatives.java
! test/hotspot/jtreg/compiler/intrinsics/string/TestStringIntrinsicRangeChecks.java
! test/hotspot/jtreg/compiler/intrinsics/string/TestStringUTF16IntrinsicRangeChecks.java
! test/hotspot/jtreg/compiler/patches/java.base/java/lang/Helper.java
! test/hotspot/jtreg/compiler/stable/StableConfiguration.java
! test/hotspot/jtreg/compiler/stable/TestStableBoolean.java
! test/hotspot/jtreg/compiler/stable/TestStableByte.java
! test/hotspot/jtreg/compiler/stable/TestStableChar.java
! test/hotspot/jtreg/compiler/stable/TestStableDouble.java
! test/hotspot/jtreg/compiler/stable/TestStableFloat.java
! test/hotspot/jtreg/compiler/stable/TestStableInt.java
! test/hotspot/jtreg/compiler/stable/TestStableLong.java
! test/hotspot/jtreg/compiler/stable/TestStableMemoryBarrier.java
! test/hotspot/jtreg/compiler/stable/TestStableObject.java
! test/hotspot/jtreg/compiler/stable/TestStableShort.java
! test/hotspot/jtreg/compiler/stable/TestStableUByte.java
! test/hotspot/jtreg/compiler/stable/TestStableUShort.java
! test/hotspot/jtreg/compiler/unsafe/OpaqueAccesses.java
! test/hotspot/jtreg/compiler/unsafe/UnsafeGetConstantField.java
! test/hotspot/jtreg/compiler/unsafe/UnsafeGetStableArrayElement.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/CheckRead.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/DiffCL_CheckRead.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/DiffCL_ExpQualOther.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/DiffCL_ExpQualToM1.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/DiffCL_ExpUnqual.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/DiffCL_PkgNotExp.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/DiffCL_Umod.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/DiffCL_UmodUpkg.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/ExpQualOther.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/ExpQualToM1.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/ExpQualToM1PrivateMethodIAE.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/ExpUnqual.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/ExportAllUnnamed.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/PkgNotExp.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/Umod.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodDiffCL_ExpQualOther.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodDiffCL_ExpUnqual.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodDiffCL_PkgNotExp.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodDiffCL_Umod.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodDiffCL_UmodUpkg.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodUPkg.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodUpkgDiffCL_ExpQualOther.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodUpkgDiffCL_NotExp.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodUpkgDiffCL_Umod.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodUpkg_ExpQualOther.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodUpkg_NotExp.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodUpkg_Umod.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/Umod_ExpQualOther.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/Umod_ExpUnqual.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/Umod_PkgNotExp.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/Umod_UmodUpkg.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/p1/c1.jasm
! test/hotspot/jtreg/runtime/modules/AccessCheck/p2/c2.jasm
! test/hotspot/jtreg/runtime/modules/ModuleStress/ModuleNonBuiltinCLMain.java
! test/hotspot/jtreg/runtime/modules/ModuleStress/ModuleSameCLMain.java
! test/hotspot/jtreg/runtime/modules/ModuleStress/ModuleStress.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach024/java.base/java/util/TooManyListenersException.java
! test/hotspot/jtreg/vmTestbase/vm/mlvm/tools/Indify.java

Changeset: dd7ce84016a5
Author:    vdeshpande
Date:      2018-07-09 13:25 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/dd7ce84016a5

8194740: UseSubwordForMaxVector causes performance regression
Reviewed-by: kvn, thartmann

! src/hotspot/share/opto/loopTransform.cpp
! src/hotspot/share/opto/loopnode.hpp
! src/hotspot/share/opto/superword.cpp

Changeset: 591c34a66d41
Author:    jjg
Date:      2018-07-09 13:26 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/591c34a66d41

8185740: The help-doc.html generated by the doclet is outdated
Reviewed-by: sundar

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Contents.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HelpWriter.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/resources/standard.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties
! test/langtools/jdk/javadoc/doclet/testHtmlVersion/TestHtmlVersion.java

Changeset: 3e416c21e763
Author:    erikj
Date:      2018-07-09 14:21 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/3e416c21e763

8206323: Missing some legal notices in docs bundle
Reviewed-by: mchung, tbell

! make/Docs.gmk

Changeset: 1835f9fca157
Author:    dholmes
Date:      2018-07-09 20:17 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/1835f9fca157

8205878: pthread_getcpuclockid is expected to return 0 code
Reviewed-by: cjplummer, amenkov, coleenp

! make/test/JtregNativeHotspot.gmk
! src/hotspot/os/linux/os_linux.cpp
+ test/hotspot/jtreg/runtime/jni/terminatedThread/TestTerminatedThread.java
+ test/hotspot/jtreg/runtime/jni/terminatedThread/libterminatedThread.c
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/ji05t001.c
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/ji06t001.c

Changeset: c18ca8590dfa
Author:    jjiang
Date:      2018-07-10 10:59 +0800
URL:       http://hg.openjdk.java.net/amber/amber/rev/c18ca8590dfa

8203007: Address missing block coverage for ChaCha20 and Poly1305 algorithms
Summary: Add unit tests for ChaCha20Cipher, ChaCha20Poly1305Parameters and Poly1305
Reviewed-by: xuelei, jnimeh

+ test/jdk/com/sun/crypto/provider/Cipher/ChaCha20/unittest/ChaCha20CipherUnitTest.java
+ test/jdk/com/sun/crypto/provider/Cipher/ChaCha20/unittest/ChaCha20Poly1305ParametersUnitTest.java
+ test/jdk/com/sun/crypto/provider/Cipher/ChaCha20/unittest/Poly1305UnitTestDriver.java
+ test/jdk/com/sun/crypto/provider/Cipher/ChaCha20/unittest/java.base/com/sun/crypto/provider/Poly1305UnitTest.java

Changeset: 4df86b2a804d
Author:    kvn
Date:      2018-07-09 22:20 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/4df86b2a804d

8206952: java/lang/Class/GetPackageBootLoaderChildLayer.java fails with Graal
Summary: don't run test with Graal
Reviewed-by: mchung, epavlova

! test/jdk/java/lang/Class/GetPackageBootLoaderChildLayer.java

Changeset: 46ca5e6b7ed8
Author:    dholmes
Date:      2018-07-10 03:14 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/46ca5e6b7ed8

8206954: Test runtime/Thread/ThreadPriorities.java crashes with SEGV in pthread_getcpuclockid
Summary: Run the new runtime/jni/terminatedThread/TestTerminatedThread.java test in othervm mode
Reviewed-by: alanb, mikael

! test/hotspot/jtreg/runtime/jni/terminatedThread/TestTerminatedThread.java

Changeset: 3fd01bccc81f
Author:    roland
Date:      2018-06-29 17:59 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/3fd01bccc81f

8202123: C2 Crash in Node::in(unsigned int) const+0x14
Reviewed-by: kvn, thartmann

! src/hotspot/share/opto/loopnode.cpp
+ test/hotspot/jtreg/compiler/loopopts/TestLimitLoadBelowLoopLimitCheck.java

Changeset: e4ca45413ddd
Author:    tschatzl
Date:      2018-07-10 15:09 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/e4ca45413ddd

8206476: Wrong assert in phase_enum_2_phase_string() in referenceProcessorPhaseTimes.cpp
Summary: A less or equal than should be less than.
Reviewed-by: ehelin, kbarrett

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

Changeset: 510ac4c08610
Author:    thartmann
Date:      2018-07-10 15:33 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/510ac4c08610

8205472: Deadlock in Kitchensink when trying to print compile queues causing timeout
Summary: Do not acquire the MethodCompileQueue_lock in CompileBroker::print_compile_queues().
Reviewed-by: kvn, kbarrett, dholmes

! src/hotspot/share/compiler/compileBroker.cpp
! src/hotspot/share/runtime/thread.cpp

Changeset: 01316e7ac1d1
Author:    kbarrett
Date:      2018-07-10 13:34 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/01316e7ac1d1

8204691: HeapRegion.apply_to_marked_objects_other_vm_test fails with assert(!hr->is_free() || hr->is_empty()) failed: Free region 0 is not empty for set Free list #
Summary: Run test in safepoint.
Reviewed-by: tschatzl, ehelin

! test/hotspot/gtest/gc/g1/test_heapRegion.cpp

Changeset: 2a89e80301b1
Author:    epavlova
Date:      2018-07-10 13:54 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/2a89e80301b1

8206951: [Graal] org.graalvm.compiler.hotspot.test.GraalOSRTest to ProblemList-graal.txt
Reviewed-by: kvn

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

Changeset: bfeee03c49fe
Author:    mikael
Date:      2018-07-10 16:14 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/bfeee03c49fe

8207007: Add missing license header to zHash.inline.hpp
Reviewed-by: tschatzl, pliden

! src/hotspot/share/gc/z/zHash.inline.hpp

Changeset: 33be1da67b11
Author:    kvn
Date:      2018-07-10 19:42 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/33be1da67b11

8206135: Building jvm with AOT but without JVMCI should fail at configure time
Reviewed-by: erikj

! make/autoconf/hotspot.m4
! make/autoconf/spec.gmk.in
! make/common/Modules.gmk

Changeset: a40b75d39ecd
Author:    jjiang
Date:      2018-07-11 10:39 +0800
URL:       http://hg.openjdk.java.net/amber/amber/rev/a40b75d39ecd

8199645: javax/net/ssl/SSLSession/TestEnabledProtocols.java failed with Connection reset
Summary: Refactor this test with SSLSocketTemplate
Reviewed-by: xuelei

! test/jdk/javax/net/ssl/SSLSession/TestEnabledProtocols.java

Changeset: 43ee4f1c333b
Author:    serb
Date:      2018-07-11 13:17 +0300
URL:       http://hg.openjdk.java.net/amber/amber/rev/43ee4f1c333b

8205973: Client jtreg ProblemList cleanup
Reviewed-by: prr

! test/jdk/ProblemList.txt

Changeset: 003aa3e59090
Author:    serb
Date:      2018-07-11 13:41 +0300
URL:       http://hg.openjdk.java.net/amber/amber/rev/003aa3e59090

8202264: Race condition in AudioClip.loop()
Reviewed-by: prr

! src/java.desktop/share/classes/com/sun/media/sound/EventDispatcher.java
! src/java.desktop/share/classes/com/sun/media/sound/JavaSoundAudioClip.java
+ test/jdk/javax/sound/sampled/Clip/AutoCloseTimeCheck.java

Changeset: 9937ef7499dc
Author:    ghaug
Date:      2018-07-10 11:36 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/9937ef7499dc

8206919: s390: add missing info to vm_version_ext_s390
Reviewed-by: simonis, mdoerr

! src/hotspot/cpu/s390/vm_version_ext_s390.cpp
! src/hotspot/cpu/s390/vm_version_ext_s390.hpp
! src/hotspot/cpu/s390/vm_version_s390.cpp
! src/hotspot/cpu/s390/vm_version_s390.hpp
! test/jdk/jdk/jfr/event/os/TestCPUInformation.java

Changeset: 0484b16ef437
Author:    dl
Date:      2018-07-10 10:24 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/0484b16ef437

8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
Reviewed-by: martin, psandoz, dholmes, tschatzl

! test/jdk/java/util/concurrent/forkjoin/FJExceptionTableLeak.java

Changeset: 1880809b126d
Author:    rhalade
Date:      2018-07-11 11:17 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/1880809b126d

8205967: Remove sun/security/krb5/auto/UnboundSSL.java from ProblemList.txt
Reviewed-by: xuelei, rhalade
Contributed-by: Andrew Wong <andrew.w.wong at oracle.com>

! test/jdk/ProblemList.txt

Changeset: 46d206233051
Author:    bulasevich
Date:      2018-07-11 15:08 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/46d206233051

8207044: minimal vm build fail: missing #include
Summary: Add missing #include
Reviewed-by: kbarrett, shade
Contributed-by: boris.ulasevich at bell-sw.com

! src/hotspot/share/gc/shared/space.inline.hpp

Changeset: 3312e730c791
Author:    jwilhelm
Date:      2018-07-11 21:41 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/3312e730c791

Merge

! .hgtags
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/share/services/mallocSiteTable.cpp
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HelpWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
! test/hotspot/jtreg/ProblemList-graal.txt
! test/jdk/ProblemList.txt
! test/langtools/jdk/javadoc/doclet/testHtmlVersion/TestHtmlVersion.java

Changeset: ae39e5a991ed
Author:    bchristi
Date:      2018-07-11 14:32 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/ae39e5a991ed

8207005: Disable the file canonicalization cache by default
Reviewed-by: alanb, bpb

! src/java.base/share/classes/java/io/FileSystem.java

Changeset: e0bce2635ec5
Author:    darcy
Date:      2018-07-11 16:12 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/e0bce2635ec5

8207055: Make javac -help output for -source and -target more informative
Reviewed-by: jjg

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Source.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Target.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
! test/langtools/jdk/javadoc/tool/modules/ReleaseOptions.java
! test/langtools/tools/javac/modules/AddLimitMods.java

Changeset: 5c3c53703b8b
Author:    jwilhelm
Date:      2018-07-12 12:22 +0200
URL:       http://hg.openjdk.java.net/amber/amber/rev/5c3c53703b8b

Added tag jdk-12+2 for changeset 69b438908512

! .hgtags

Changeset: f378705346bf
Author:    zgu
Date:      2018-07-11 13:55 -0400
URL:       http://hg.openjdk.java.net/amber/amber/rev/f378705346bf

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: 6c449bdee4fa
Author:    igerasim
Date:      2018-07-12 06:04 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/6c449bdee4fa

8207145: (fs) Native memory leak in WindowsNativeDispatcher.LookupPrivilegeValue0
Reviewed-by: alanb

! src/java.base/windows/classes/sun/nio/fs/WindowsSecurity.java
! src/java.base/windows/native/libnio/fs/WindowsNativeDispatcher.c

Changeset: 68646e6522ca
Author:    igerasim
Date:      2018-07-12 11:18 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/68646e6522ca

8207060: Memory leak when malloc fails within WITH_UNICODE_STRING block
Reviewed-by: vtewari, rriggs

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

Changeset: 215d1a5b097a
Author:    igerasim
Date:      2018-07-12 11:32 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/215d1a5b097a

8206122: Use Queue in place of ArrayList when need to remove first element
Reviewed-by: martin, jjg, vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/api/JavacTaskPool.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Analyzer.java

Changeset: 69634e97740c
Author:    joehw
Date:      2018-07-12 12:06 -0700
URL:       http://hg.openjdk.java.net/amber/amber/rev/69634e97740c

8194680: StartElement#getAttributes and getNamespaces refer to incorrect package
Reviewed-by: jjg, lancea

! src/java.xml/share/classes/javax/xml/stream/events/StartElement.java



More information about the amber-dev mailing list