8271828: mark hotspot runtime/classFileParserBug tests which ignore external VM flags
Reviewed-by: dholmes
This commit is contained in:
parent
68f784778c
commit
e49b7d958c
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -26,6 +26,7 @@
|
|||||||
* @bug 8040018
|
* @bug 8040018
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @summary Check for exception instead of assert.
|
* @summary Check for exception instead of assert.
|
||||||
|
* @requires vm.flagless
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile LambdaMath.jcod
|
* @compile LambdaMath.jcod
|
||||||
|
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -26,6 +26,7 @@
|
|||||||
* @bug 8245487
|
* @bug 8245487
|
||||||
* @summary Check that if the VM rejects classes from packages starting with "java/", it will exit
|
* @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.
|
* cleanly after InstanceKlass::verify_on(), and not leave freed memory in _local_interfaces.
|
||||||
|
* @requires vm.flagless
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @compile BadClassPackage.jasm
|
* @compile BadClassPackage.jasm
|
||||||
* @run driver TestBadPackageWithInterface
|
* @run driver TestBadPackageWithInterface
|
||||||
|
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -26,6 +26,7 @@
|
|||||||
* @bug 8041918
|
* @bug 8041918
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @summary Test empty bootstrap_methods table within BootstrapMethods attribute
|
* @summary Test empty bootstrap_methods table within BootstrapMethods attribute
|
||||||
|
* @requires vm.flagless
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
* @compile emptynumbootstrapmethods1.jcod emptynumbootstrapmethods2.jcod
|
* @compile emptynumbootstrapmethods1.jcod emptynumbootstrapmethods2.jcod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user