hg: jdk/submit15: 22 new changesets

iris at aojmv0008.oracle.com iris at aojmv0008.oracle.com
Wed Jun 17 16:22:16 UTC 2020


Changeset: 86a603d04e54
Author:    shade
Date:      2020-06-15 14:11 +0200
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/86a603d04e54

8247560: Shenandoah: heap iteration holds root locks all the time
Reviewed-by: zgu

! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp

Changeset: dba78a53ca7d
Author:    jiefu
Date:      2020-06-13 23:10 +0800
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/dba78a53ca7d

8247522: assert(is_aligned(class_space_rs.base(), class_space_alignment)) failed: Sanity
Reviewed-by: stuefe, iklam
Contributed-by: jiefu at tencent.com, thomas.stuefe at gmail.com

! src/hotspot/share/memory/metaspaceShared.cpp
! test/hotspot/jtreg/runtime/cds/SharedBaseAddress.java
! test/hotspot/jtreg/runtime/cds/appcds/SharedBaseAddress.java

Changeset: 84fceca3def7
Author:    jiefu
Date:      2020-06-13 14:29 +0800
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/84fceca3def7

8247463: java/nio/channels/etc/OpenAndConnect.java fails due to IPv6 not available
Reviewed-by: dfuchs, alanb

! test/jdk/java/nio/channels/etc/OpenAndConnect.java

Changeset: 244c8769fa90
Author:    shade
Date:      2020-06-15 16:16 +0200
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/244c8769fa90

8247575: serviceability/dcmd/gc/HeapDumpCompressedTest unlocks experimental options for Shenandoah and Z
Reviewed-by: tschatzl, stefank

! test/hotspot/jtreg/serviceability/dcmd/gc/HeapDumpCompressedTest.java

Changeset: a4b936f0d8c5
Author:    rriggs
Date:      2020-06-15 11:57 -0400
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/a4b936f0d8c5

8247521: (test) jdk/test/lib/hexdump/HexPrinterTest.java fails on windows
Reviewed-by: iignatyev, joehw

! test/lib-test/jdk/test/lib/hexdump/HexPrinterTest.java

Changeset: c212dee37032
Author:    dtitov
Date:      2020-06-15 09:03 -0700
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/c212dee37032

8246196: javax/management/MBeanServer/OldMBeanServerTest fails with AssertionError
Reviewed-by: amenkov, dholmes, sspitsyn

! test/jdk/javax/management/MBeanServer/OldMBeanServerTest.java

Changeset: 624948a92351
Author:    mgronlun
Date:      2020-06-15 21:52 +0200
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/624948a92351

8247530: JfrCheckpointManager failed "assert(!SafepointSynchronize::is_at_safepoint()) failed: invariant"
Reviewed-by: egahlin

! src/hotspot/share/jfr/recorder/checkpoint/jfrCheckpointManager.cpp

Changeset: 7ee4492cb21b
Author:    jjg
Date:      2020-06-15 16:05 -0700
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/7ee4492cb21b

8247382: doclint errors (missing comments) in jdk.compiler and jdk.javadoc
Reviewed-by: darcy

! src/jdk.compiler/share/classes/com/sun/tools/javac/Main.java
! src/jdk.javadoc/share/classes/jdk/javadoc/doclet/DocletEnvironment.java
! src/jdk.javadoc/share/classes/jdk/javadoc/doclet/StandardDoclet.java

Changeset: 80cbb6242147
Author:    valeriep
Date:      2020-06-15 23:30 +0000
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/80cbb6242147

8246077: Cloneable test in HmacCore seems questionable
Summary: Updated java.security.MessageDigest and Signature classes to return Cloneable obj for Cloneable spi obj
Reviewed-by: weijun, xuelei, coffeys

! src/java.base/share/classes/com/sun/crypto/provider/HmacCore.java
! src/java.base/share/classes/java/security/MessageDigest.java
! src/java.base/share/classes/java/security/Signature.java
! src/java.base/share/classes/sun/security/provider/DigestBase.java
+ test/jdk/com/sun/crypto/provider/Mac/DigestCloneabilityTest.java
+ test/jdk/java/security/MessageDigest/TestCloneable.java
+ test/jdk/java/security/Signature/TestCloneable.java

Changeset: b9ec913f0afd
Author:    dlong
Date:      2020-06-15 17:17 -0700
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/b9ec913f0afd

8236647: java/lang/invoke/CallSiteTest.java failed with InvocationTargetException in Graal mode
Reviewed-by: kvn

! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotMethodHandleAccessProvider.java
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotObjectConstantImpl.java

Changeset: 09b11c5e3e5c
Author:    neliasso
Date:      2020-06-16 11:15 +0200
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/09b11c5e3e5c

8247421: ReturnBlobToWrongHeapTest.java failed allocating blob
Reviewed-by: kvn

! test/hotspot/jtreg/compiler/codecache/stress/ReturnBlobToWrongHeapTest.java

Changeset: 7a47409f8a1f
Author:    mgronlun
Date:      2020-06-16 16:33 +0200
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/7a47409f8a1f

8247660: 12 Uninitialised variable in 1 files
Reviewed-by: egahlin

! src/hotspot/share/jfr/utilities/jfrConcurrentLinkedListHost.inline.hpp

Changeset: 4909f59f6854
Author:    minqi
Date:      2020-06-16 08:03 -0700
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/4909f59f6854

8247528: runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java failing with Graal
Summary: OptimizeModuleHandlingTest.java should be disabled for jvmci since jvmci will set jdk.module.addmods.0=jdk.internal.vm.ci which lead to optimization disabled.
Reviewed-by: dcubed

! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java

Changeset: 9f4cf92a95ab
Author:    iignatyev
Date:      2020-06-16 09:50 -0700
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/9f4cf92a95ab

8211977: move testlibrary tests into one place
Reviewed-by: erikj, dholmes, ihse

! make/Main.gmk
! make/RunTests.gmk
! make/common/FindTests.gmk
! make/test/JtregNativeHotspot.gmk
+ make/test/JtregNativeLibTest.gmk
! test/hotspot/jtreg/TEST.groups
! test/hotspot/jtreg/testlibrary/jvmti/libSimpleClassFileLoadHook.c
- test/hotspot/jtreg/testlibrary_tests/AssertsTest.java
- test/hotspot/jtreg/testlibrary_tests/OutputAnalyzerReportingTest.java
- test/hotspot/jtreg/testlibrary_tests/OutputAnalyzerTest.java
- test/hotspot/jtreg/testlibrary_tests/RandomGeneratorTest.java
- test/hotspot/jtreg/testlibrary_tests/RedefineClassTest.java
- test/hotspot/jtreg/testlibrary_tests/SimpleClassFileLoadHookTest.java
- test/hotspot/jtreg/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
- test/hotspot/jtreg/testlibrary_tests/TestPlatformIsTieredSupported.java
+ test/hotspot/jtreg/testlibrary_tests/jvmti/SimpleClassFileLoadHookTest.java
- test/hotspot/jtreg/testlibrary_tests/process/Test.java
- test/hotspot/jtreg/testlibrary_tests/process/TestNativeProcessBuilder.java
- test/hotspot/jtreg/testlibrary_tests/process/exejvm-test-launcher.c
- test/hotspot/jtreg/testlibrary_tests/whitebox/BlobSanityTest.java
- test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/BooleanTest.java
- test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/DoubleTest.java
- test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/IntxTest.java
- test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/SizeTTest.java
- test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/StringTest.java
- test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/Uint64Test.java
- test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/UintxTest.java
- test/hotspot/jtreg/testlibrary_tests/whitebox/vm_flags/VmFlagTest.java
- test/jdk/lib/testlibrary/AssertsTest.java
- test/jdk/lib/testlibrary/CPUInfoTest.java
- test/jdk/lib/testlibrary/OutputAnalyzerReportingTest.java
- test/jdk/lib/testlibrary/OutputAnalyzerTest.java
+ test/lib-test/ProblemList.txt
+ test/lib-test/RedefineClassTest.java
! test/lib-test/TEST.ROOT
+ test/lib-test/TEST.groups
+ test/lib-test/jdk/test/lib/AssertsTest.java
+ test/lib-test/jdk/test/lib/RandomGeneratorTest.java
+ test/lib-test/jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java
+ test/lib-test/jdk/test/lib/TestPlatformIsTieredSupported.java
! test/lib-test/jdk/test/lib/apps/LingeredAppTest.java
+ test/lib-test/jdk/test/lib/process/OutputAnalyzerReportingTest.java
+ test/lib-test/jdk/test/lib/process/OutputAnalyzerTest.java
+ test/lib-test/jdk/test/lib/process/TestNativeProcessBuilder.java
+ test/lib-test/jdk/test/lib/process/exejvm-test-launcher.c
+ test/lib-test/sun/hotspot/whitebox/BlobSanityTest.java
+ test/lib-test/sun/hotspot/whitebox/CPUInfoTest.java
+ test/lib-test/sun/hotspot/whitebox/vm_flags/BooleanTest.java
+ test/lib-test/sun/hotspot/whitebox/vm_flags/DoubleTest.java
+ test/lib-test/sun/hotspot/whitebox/vm_flags/IntxTest.java
+ test/lib-test/sun/hotspot/whitebox/vm_flags/SizeTTest.java
+ test/lib-test/sun/hotspot/whitebox/vm_flags/StringTest.java
+ test/lib-test/sun/hotspot/whitebox/vm_flags/Uint64Test.java
+ test/lib-test/sun/hotspot/whitebox/vm_flags/UintxTest.java
+ test/lib-test/sun/hotspot/whitebox/vm_flags/VmFlagTest.java

Changeset: 3a37f96258e9
Author:    vromero
Date:      2020-06-16 17:25 -0400
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/3a37f96258e9

8246098: API for Class::permittedSubclasses should clarify if returned elements are ordered or not
Reviewed-by: chegar

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

Changeset: 3722a91feffc
Author:    jjg
Date:      2020-06-16 14:42 -0700
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/3722a91feffc

8236539: Relative link tags in record javadoc don't resolve
Reviewed-by: hannesw

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractIndexWriter.java
+ test/langtools/jdk/javadoc/doclet/testRecordLinks/TestRecordLinks.java

Changeset: 06c9f89459da
Author:    ccheung
Date:      2020-06-16 22:05 +0000
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/06c9f89459da

8247526: [TESTBUG] runtime/cds/appcds/dynamicArchive tests failing with Graal
Summary: Adjusted the "shouldMatch" statement and increased the timeout of some tests.
Reviewed-by: iklam

! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/LambdaForClassInBaseArchive.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/NestTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/StaticInnerTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/CDSMHTest_generate.sh
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesAsCollectorTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesCastFailureTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesGeneralTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesInvokersTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesPermuteArgumentsTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesSpreadArgumentsTest.java

Changeset: 87e2ab3a60e1
Author:    phedlin
Date:      2020-06-17 11:08 +0200
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/87e2ab3a60e1

8247200: assert((unsigned)fpargs < 32)
Reviewed-by: aph, neliasso

! src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp

Changeset: 9960cd402a6e
Author:    iignatyev
Date:      2020-06-17 07:40 -0700
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/9960cd402a6e

8247716: JVM_RegisterWhiteBoxMethods checks wrong classloader
Reviewed-by: dcubed

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

Changeset: 4c77befd9898
Author:    iignatyev
Date:      2020-06-17 07:40 -0700
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/4c77befd9898

8247725: move two tests for whitebox from test/hotspot/jtreg/sanity to test/lib-test
Reviewed-by: dcubed

- test/hotspot/jtreg/sanity/MismatchedWhiteBox/WhiteBox.java
- test/hotspot/jtreg/sanity/WBApi.java
+ test/lib-test/sun/hotspot/whitebox/MismatchedWhiteBox/WhiteBox.java
+ test/lib-test/sun/hotspot/whitebox/WBApi.java

Changeset: 2ed7a5ed4b7f
Author:    asotona
Date:      2020-06-17 13:18 +0200
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/2ed7a5ed4b7f

8238735: NPE compiling lambda expression within conditional expression
Summary: The fix saves result type from the first pass through the Attr.visitLambda and returns it after recovery pass to avoid NPE caused by exposure of Type.recoveryType
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/langtools/tools/javac/8238735/T8238735.java
+ test/langtools/tools/javac/8238735/T8238735.out

Changeset: 8c27acf92bf2
Author:    jjg
Date:      2020-06-17 09:20 -0700
URL:       https://hg.openjdk.java.net/jdk/submit15/rev/8c27acf92bf2

8245696: javadoc crashes when a doc-files directory contains a '#' file
Reviewed-by: hannesw

! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/DocFilesHandlerImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties
! test/langtools/jdk/javadoc/doclet/testDocFiles/TestDocFiles.java



More information about the jdk-submit-changes mailing list