RFR(S): 8006637 Failure to filter out native frame events on Solaris (original) (raw)
Staffan Larsen staffan.larsen at oracle.com
Wed Feb 27 06:59:28 PST 2013
- Previous message: hg: jdk8/tl/jdk: 8008793: SecurityManager.checkXXX behavior not specified for methods that check AWTPermission and AWT not present
- Next message: hg: jdk8/tl/jdk: 8009140: jtreg tests under sun/tools/jrunscript should use nashorn engine
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Please review the following test fix.
webrev: http://cr.openjdk.java.net/~sla/8006637/webrev.00/ bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8006637
The problem is that the test assumes that no other threads call String.intern() while the tests is running. This is normally ok, but when running with JFR there are other threads calling String.intern() in the background and the test fails. The solution is to add a thread filter to the method exit requests so that only calls to String.inter() in the main thread are reported.
Thanks, /Staffan
- Previous message: hg: jdk8/tl/jdk: 8008793: SecurityManager.checkXXX behavior not specified for methods that check AWTPermission and AWT not present
- Next message: hg: jdk8/tl/jdk: 8009140: jtreg tests under sun/tools/jrunscript should use nashorn engine
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]