< prev index next > test/jdk/java/foreign/enablenativeaccess/TestEnableNativeAccessJarManifest.java
Print this page
/*
- * Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2023, 2026, 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
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
* @summary Basic test for Enable-Native-Access attribute in the
* manifest of a main application JAR
* @library /test/lib
* @requires jdk.foreign.linker != "UNSUPPORTED"
* @requires !vm.musl
+ * @comment Disable test for the zero VM config due to 8380059.
+ * @requires vm.flavor != "zero"
*
* @enablePreview
* @build TestEnableNativeAccessJarManifest
* panama_module/*
* org.openjdk.foreigntest.unnamed.PanamaMainUnnamedModule
< prev index next >