The following JDI_REGRESSION test failed in all of my configs of
baseline JDK7-B125 testing on both Solaris X86 and Win32:
com/sun/jdi/NativeInstanceFilter.java
Here is a snippet from the .jtr file:
----------System.err:(15/927)----------
java.lang.Exception: Failed: Event from native frame not filtered out.
at NativeInstanceFilter.runTests(NativeInstanceFilter.java:117)
at JDIScaffold.startTests(JDIScaffold.java:248)
at NativeInstanceFilter.main(NativeInstanceFilter.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:732)
JavaTest Message: Test threw exception: java.lang.Exception: Failed: Event from native frame not filtered out.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: Failed: Event from native frame not filtered out.
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Failed: Event from native frame not filtered out.
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Failed: Event from native frame not filtered out.
baseline JDK7-B125 testing on both Solaris X86 and Win32:
com/sun/jdi/NativeInstanceFilter.java
Here is a snippet from the .jtr file:
----------System.err:(15/927)----------
java.lang.Exception: Failed: Event from native frame not filtered out.
at NativeInstanceFilter.runTests(NativeInstanceFilter.java:117)
at JDIScaffold.startTests(JDIScaffold.java:248)
at NativeInstanceFilter.main(NativeInstanceFilter.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:732)
JavaTest Message: Test threw exception: java.lang.Exception: Failed: Event from native frame not filtered out.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: Failed: Event from native frame not filtered out.
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Failed: Event from native frame not filtered out.
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Failed: Event from native frame not filtered out.
- duplicates
-
JDK-6436034 Instance filter doesn't filter event if it occurs in native method
-
- Closed
-
- relates to
-
JDK-7003782 Update JVMTI version to 1.2 for jdk7
-
- Closed
-
-
JDK-7004582 Add GetLocalInstance() function to JVMTI 1.2
-
- Closed
-