Please review the change below to add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt. The test has started to fail since JDK-8035808 and requires a large re-write to handle new byte codes.
Thanks, /Staffan diff --git a/test/ProblemList.txt b/test/ProblemList.txt --- a/test/ProblemList.txt +++ b/test/ProblemList.txt @@ -261,6 +261,13 @@ ############################################################################ +# jdk_instrument + +# 8037082 +java/lang/instrument/NativeMethodPrefixAgent.java generic-all + +############################################################################ + # svc_tools # 8031482
