Skip to content

Commit

Permalink
Merge pull request #21 from taoliult/bugfix
Browse files Browse the repository at this point in the history
Update OpenJDK19 test case to add module jdk.crypto.cryptoki
  • Loading branch information
pshipton authored Aug 9, 2022
2 parents 96c53fa + 0bc2385 commit 3b112d4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions test/jdk/java/lang/Class/GetPackageBootLoaderChildLayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@
* questions.
*/

/*
* ===========================================================================
* (c) Copyright IBM Corp. 2022, 2022 All Rights Reserved
* ===========================================================================
*/

/**
* @test
* @requires !vm.graal.enabled
* @modules jdk.attach
* @run main/othervm --limit-modules jdk.attach -Djdk.attach.allowAttachSelf
* GetPackageBootLoaderChildLayer
* @run main/othervm --limit-modules jdk.attach,jdk.crypto.cryptoki
* -Djdk.attach.allowAttachSelf GetPackageBootLoaderChildLayer
* @summary Exercise Class.getPackage on a class defined to the boot loader
* but in a module that is in a child layer rather than the boot layer
*/
Expand Down

0 comments on commit 3b112d4

Please sign in to comment.