diff options
| -rwxr-xr-x | test/912-classes/run | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/912-classes/run b/test/912-classes/run index 4379349cb2..20dfc4b767 100755 --- a/test/912-classes/run +++ b/test/912-classes/run @@ -14,6 +14,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This test checks which classes are initiated by a classloader. App images preload classes. +# In certain configurations, the app images may be valid even in a new classloader. Turn off +# app images to avoid the issue. + ./default-run "$@" --experimental agents \ --experimental runtime-plugins \ - --jvmti + --jvmti \ + --no-app-image |