mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-11 08:23:26 +00:00
8241064: JFR related tests TestMetaspaceAllocationFailure.java and TestEventInstrumentation.java miss requires tag
Reviewed-by: mseledtsov, mgronlun
This commit is contained in:
parent
f1c919f28f
commit
cadfc3d570
@ -24,6 +24,7 @@
|
||||
/**
|
||||
* @test
|
||||
* @summary Test jdk.MetaspaceAllocationFailure event
|
||||
* @requires vm.hasJFR
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.misc java.compiler
|
||||
* @run main/othervm -Xmx1G -XX:MaxMetaspaceSize=200M
|
||||
|
||||
@ -48,6 +48,7 @@ import jdk.test.lib.Asserts;
|
||||
* @summary Verify that a subclass of the JFR Event class
|
||||
* can be successfully instrumented.
|
||||
* @key jfr
|
||||
* @requires vm.hasJFR
|
||||
* @library /test/lib
|
||||
* @modules java.base/jdk.internal.org.objectweb.asm
|
||||
* jdk.jartool/sun.tools.jar
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user