On Thu, 28 Jan 2021 05:53:05 GMT, Sergey Bylokhov wrote:
>> My point is that this is not a test bug, so the test should not be changed.
>
> Please take a look at the "AwtToolkit::Dispose()" method, on how much stuff
> should be done to properly shutdown the toolkit. This Dispose() method is
> e
On Thu, 28 Jan 2021 09:59:22 GMT, Prasanta Sadhukhan
wrote:
>> Please take a look at the "AwtToolkit::Dispose()" method, on how much stuff
>> should be done to properly shutdown the toolkit. This Dispose() method is
>> executed immediately when we exit the message loop in the
>> "Java_sun_awt
On Thu, 28 Jan 2021 11:57:06 GMT, Alexey Ivanov wrote:
>> It seems in successful run, when the test finish
>> - AwtToolkit::MessageLoop starts
>> - DoQuitMessageLoop is called
>> - AwtToolkit::QuitMessageLoop starts
>> - AwtToolkit::QuitMessageLoop finishes
>> - AwtToolkit::MessageLoop finish
>>
On Thu, 28 Jan 2021 12:02:54 GMT, Alexey Ivanov wrote:
> The test never dispose of the frame. Why is it expected to shut down the
> toolkit? Shall the frame be disposed of when the main thread in the test
> finishes?
The shutdown is caused by the System.exit call while the toolkit active, so w
This completes the desktop module JNF removal
* remove -framework JavaNativeFoundation from make files
* remove #import from all source
files. If needed add import of JNIUtilities.h to get jni.h definitions - better
anyway since then it gets the current JDK ones not the ones from the O/S
*
On Thu, 28 Jan 2021 19:50:56 GMT, Sergey Bylokhov wrote:
>>>
>>> My point is that this is not a test bug, so the test should not be changed.
>>
>> The test never dispose of the frame. Why is it expected to shut down the
>> toolkit? Shall the frame be disposed of when the main thread in the tes