hg: shenandoah/jdk11: 47 new changesets

roman at kennke.org roman at kennke.org
Thu Jul 5 21:16:25 UTC 2018


Changeset: bc6cfa433862
Author:    jwilhelm
Date:      2018-06-29 01:09 +0200
URL:       http://hg.openjdk.java.net/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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: 1e24c7152e47
Author:    jjg
Date:      2018-07-02 17:54 -0700
URL:       http://hg.openjdk.java.net/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/rev/833a291460b7

Merge


Changeset: 24bf1bd23725
Author:    rgoel
Date:      2018-07-04 11:55 +0530
URL:       http://hg.openjdk.java.net/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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/shenandoah/jdk11/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: c435b8430811
Author:    rkennke
Date:      2018-07-05 22:12 +0200
URL:       http://hg.openjdk.java.net/shenandoah/jdk11/rev/c435b8430811

Merge

! src/hotspot/share/gc/shared/referenceProcessor.cpp
! src/hotspot/share/opto/ifnode.cpp
! src/hotspot/share/opto/loopPredicate.cpp
! src/hotspot/share/opto/loopnode.cpp
! src/hotspot/share/opto/loopopts.cpp
! src/hotspot/share/opto/memnode.cpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.hpp
! src/hotspot/share/utilities/macros.hpp
! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/TEST.groups
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach024/java.base/java/util/ServiceConfigurationError.java



More information about the shenandoah-dev mailing list