hg: jdk/jdk: 72 new changesets

jesper.wilhelmsson at oracle.com jesper.wilhelmsson at oracle.com
Wed Jul 11 19:55:08 UTC 2018


Changeset: 1e24c7152e47
Author:    jjg
Date:      2018-07-02 17:54 -0700
URL:       http://hg.openjdk.java.net/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/rev/833a291460b7

Merge


Changeset: 24bf1bd23725
Author:    rgoel
Date:      2018-07-04 11:55 +0530
URL:       http://hg.openjdk.java.net/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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/jdk/jdk/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



More information about the jdk-all-changes mailing list