hg: jdk/sandbox: 2 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Fri Jun 26 12:45:29 UTC 2020
Changeset: 00037d9fac4f
Author: hseigel
Date: 2020-06-26 12:38 +0000
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/00037d9fac4f
8246337: Add more JVM tests for sealed classes
Summary: Add missing test cases for sealed interfaces and sealed classes.
Reviewed-by: dholmes, lfoltan
+ test/hotspot/jtreg/runtime/modules/SealedInterfaceModuleTest.java
! test/hotspot/jtreg/runtime/modules/sealedP1/C1.java
! test/hotspot/jtreg/runtime/modules/sealedP1/SuperClass.jcod
+ test/hotspot/jtreg/runtime/modules/sealedP1/SuperInterface.jcod
! test/hotspot/jtreg/runtime/modules/sealedP2/C2.java
! test/hotspot/jtreg/runtime/modules/sealedP3/C3.java
! test/hotspot/jtreg/runtime/sealedClasses/Pkg/SealedInterface.jcod
! test/hotspot/jtreg/runtime/sealedClasses/SealedUnnamedModuleIntfTest.java
! test/hotspot/jtreg/runtime/sealedClasses/SealedUnnamedModuleTest.java
+ test/hotspot/jtreg/runtime/sealedClasses/asteroids/Charon.java
+ test/hotspot/jtreg/runtime/sealedClasses/otherPkg/WrongPackageNotPublic.java
! test/hotspot/jtreg/runtime/sealedClasses/planets/OuterPlanets.jcod
Changeset: 9bcadce281ac
Author: tschatzl
Date: 2020-06-26 14:43 +0200
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/9bcadce281ac
8247819: G1: Process strong OopStorage entries in parallel
Summary: Implement parallel processing of strong OopStorage entries for G1.
Reviewed-by: kbarrett, stefank
Contributed-by: Erik Osterlund <erik.osterlund at oracle.com>, Stefan Karlsson <stefan.karlsson at oracle.com>, Thomas Schatzl <thomas.schatzl at oracle.com>
! src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
! src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
! src/hotspot/share/gc/g1/g1RootProcessor.cpp
! src/hotspot/share/gc/g1/g1RootProcessor.hpp
! src/hotspot/share/gc/shared/oopStorageSet.cpp
! src/hotspot/share/gc/shared/oopStorageSetParState.hpp
! src/hotspot/share/gc/shared/oopStorageSetParState.inline.hpp
! src/hotspot/share/gc/shared/referenceProcessorPhaseTimes.cpp
! src/hotspot/share/gc/shared/weakProcessorPhaseTimes.cpp
! src/hotspot/share/gc/shared/workerDataArray.hpp
! src/hotspot/share/gc/shared/workerDataArray.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.cpp
! test/hotspot/gtest/gc/shared/test_workerDataArray.cpp
! test/hotspot/jtreg/gc/g1/TestGCLogMessages.java
! test/jdk/jdk/jfr/event/gc/collection/TestG1ParallelPhases.java
More information about the jdk-sandbox-changes
mailing list