8271828: mark hotspot runtime/classFileParserBug tests which ignore external VM flags

Reviewed-by: dholmes
This commit is contained in:
Igor Ignatyev 2021-08-04 05:18:10 +00:00
parent 68f784778c
commit e49b7d958c
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2021, 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
@ -26,6 +26,7 @@
* @bug 8040018
* @library /test/lib
* @summary Check for exception instead of assert.
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
* @compile LambdaMath.jcod

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2020, 2021, 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
@ -26,6 +26,7 @@
* @bug 8245487
* @summary Check that if the VM rejects classes from packages starting with "java/", it will exit
* cleanly after InstanceKlass::verify_on(), and not leave freed memory in _local_interfaces.
* @requires vm.flagless
* @library /test/lib
* @compile BadClassPackage.jasm
* @run driver TestBadPackageWithInterface

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2021, 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
@ -26,6 +26,7 @@
* @bug 8041918
* @library /test/lib
* @summary Test empty bootstrap_methods table within BootstrapMethods attribute
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
* @compile emptynumbootstrapmethods1.jcod emptynumbootstrapmethods2.jcod