8244284: Two tests in test/hotspot/jtreg/vmTestbase fail with --illegal-access=deny

Reviewed-by: iignatyev
This commit is contained in:
Alan Bateman 2020-05-04 12:45:12 +01:00
parent e5099daae2
commit c7b1b1bb74
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -42,6 +42,7 @@
* should return list of loaded classes only.
* COMMENTS
*
* @modules jdk.jdi/com.sun.tools.jdi:open
* @library /vmTestbase
* /test/lib
* @run driver jdk.test.lib.FileInstaller . .

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -38,6 +38,7 @@
* class loader.
* COMMENTS
*
* @modules jdk.jdi/com.sun.tools.jdi:open
* @library /vmTestbase
* /test/lib
* @run driver jdk.test.lib.FileInstaller . .