[8] Request for review: 8003169: [macosx] JVM crash after disconnecting from projector

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Tue Feb 26 05:45:26 PST 2013


Hello,
Please review the fix for jdk 8. Fix will be ported to jdk7 as well.

In the fix  getScreenInsets() implementation was moved to the one native 
method. I assume that it doesn't lead to incorrect nsscreen in the 
middle of operations, if we run all appropriate operation in one step on 
appkit thread. CFRetain/CFRelease are unnecessary in this case.
nativeGetDisplay** methods were changed to static, because in the native 
they implemented as a static.

Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8003169
Webrev can be found at: http://cr.openjdk.java.net/~serb/8003169/webrev.00

-- 
Best regards, Sergey.



More information about the macosx-port-dev mailing list