|
Duplicate :
|
|
|
Relates :
|
A debug version of jdk7 b51 fails with assertion in awt_Frame.h, line 121:
INLINE HWND GetProxyFocusOwner() {
--> DASSERT(AwtToolkit::MainThread() == ::GetCurrentThreadId());
Any regression focus test can verify it, e.g. test/java/awt/Focus/Window/*
|