JDK-8006637 : Failure to filter out native frame events on Solaris
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 7u40,8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • Submitted: 2013-01-21
  • Updated: 2014-01-15
  • Resolved: 2013-03-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b84Fixed
Description
com/sun/jdi/NativeInstanceFilter.java fails on Solaris with 
JavaTest Message: Test threw exception: java.lang.Exception: Failed: Event from native frame not filtered out.

Failure: http://vmsqe-app.russia.sun.com/surl/Qg

ILW = MHM => P3

Matching rule:
RULE com/sun/jdi/NativeInstanceFilter.java Exception java.lang.Exception: Failed: Event from native frame not filtered out.
Comments
The problem is that test expects String.intern() to only be called by the testing code, but it is also called by JFR in a different thread. Need to add a thread filter.
26-02-2013