hg: portola/jdk11: 14 new changesets

mikael.vidstedt at oracle.com mikael.vidstedt at oracle.com
Thu Jul 5 18:50:47 UTC 2018


Changeset: 07498f5b6a96
Author:    iignatyev
Date:      2018-06-29 13:43 -0700
URL:       http://hg.openjdk.java.net/portola/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/portola/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/portola/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/portola/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/portola/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/portola/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/portola/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/portola/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/portola/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/portola/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/portola/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/portola/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/portola/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: ab2594934286
Author:    mikael
Date:      2018-07-05 11:48 -0700
URL:       http://hg.openjdk.java.net/portola/jdk11/rev/ab2594934286

Merge

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



More information about the portola-dev mailing list