OpenJDK / jdk / hs
changeset 40691:6e84cac08e9a
8158628: test/java/lang/instrument/NativeMethodPrefixAgent.java: Error occurred during initialization of VM: Failed to start tracing backend.
Reviewed-by: sla, gtriantafill
author | rehn |
---|---|
date | Wed, 24 Aug 2016 20:51:37 +0200 |
parents | 767d0e8ab1df |
children | c78ba191f4bf 41e6677cdff5 |
files | jdk/test/java/lang/instrument/NativeMethodPrefixAgent.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 *