8158628: test/java/lang/instrument/NativeMethodPrefixAgent.java: Error occurred during initialization of VM: Failed to start tracing backend.
Reviewed-by: sla, gtriantafill
--- a/jdk/test/java/lang/instrument/NativeMethodPrefixAgent.java Wed Aug 24 20:38:22 2016 +0200
+++ b/jdk/test/java/lang/instrument/NativeMethodPrefixAgent.java Wed Aug 24 20:51:37 2016 +0200
@@ -24,6 +24,7 @@
/**
* @test
* @bug 6263319
+ * @requires ((vm.opt.StartFlightRecording == null) | (vm.opt.StartFlightRecording == false)) & ((vm.opt.FlightRecorder == null) | (vm.opt.FlightRecorder == false))
* @summary test setNativeMethodPrefix
* @author Robert Field, Sun Microsystems
*