hg: jdk/jdk: 8 new changesets
jesper.wilhelmsson at oracle.com
jesper.wilhelmsson at oracle.com
Wed Jun 17 03:31:19 UTC 2020
Changeset: 09b11c5e3e5c
Author: neliasso
Date: 2020-06-16 11:15 +0200
URL: https://hg.openjdk.java.net/jdk/jdk/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/jdk/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/jdk/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/jdk/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/jdk/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/jdk/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/jdk/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: 10d1e833ba25
Author: jwilhelm
Date: 2020-06-17 05:28 +0200
URL: https://hg.openjdk.java.net/jdk/jdk/rev/10d1e833ba25
Merge
! 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
- 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/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
More information about the jdk-changes
mailing list