hg: jdk/jdk: 8246337: Add more JVM tests for sealed classes

harold.seigel at oracle.com harold.seigel at oracle.com
Fri Jun 26 12:38:29 UTC 2020


Changeset: 00037d9fac4f
Author:    hseigel
Date:      2020-06-26 12:38 +0000
URL:       https://hg.openjdk.java.net/jdk/jdk/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



More information about the jdk-changes mailing list