git: openjdk/mobile: 2 new changesets

duke duke at openjdk.java.net
Fri Jun 26 12:42:37 UTC 2020


Changeset: 51ddc2ad
Author:    Harold Seigel <hseigel at openjdk.org>
Date:      2020-06-26 12:38:00 +0000
URL:       https://git.openjdk.java.net/mobile/commit/51ddc2ad

8246337: Add more JVM tests for sealed classes

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: e3113655
Author:    duke <duke at openjdk.org>
Date:      2020-06-26 12:42:01 +0000
URL:       https://git.openjdk.java.net/mobile/commit/e3113655

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list