-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b64
-
generic, x86
-
generic, windows
-
Verified
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/*
INLINE HWND GetProxyFocusOwner() {
--> DASSERT(AwtToolkit::MainThread() == ::GetCurrentThreadId());
Any regression focus test can verify it, e.g. test/java/awt/Focus/Window/*
- duplicates
-
JDK-6856074 Assertion failure AwtToolkit::MainThread() == ::GetCurrentThreadId()
- Closed
- relates to
-
JDK-6806217 implement synthetic focus model for MS Windows
- Closed