09.01.2013 19:57, Sergey Bylokhov wrote:
src/macosx/native/sun/awt/AWTWindow.m
821 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
822 AWT_ASSERT_APPKIT_THREAD;
This ASSERT statement may safely be removed since the ThreadUtilities
already guarantee us that we're running on the main thread.
I just use standard template from AWTWindow.m, so it will be simple to
change this template at once.
Because Petr removes this native macros, I'll remove it also from my
fix. I'll send new version soon.
--
Best regards, Sergey.