This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 250655 - RequestProcessor awaitTremination is not working
Summary: RequestProcessor awaitTremination is not working
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-24 12:52 UTC by dragor
Modified: 2015-02-24 12:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test case (1.25 KB, text/x-java)
2015-02-24 12:52 UTC, dragor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dragor 2015-02-24 12:52:54 UTC
Created attachment 152178 [details]
Test case

Hello!

I attached a simple test case about the bug.
This bug maybe related or duplicates of the Bug 226051.

Is RequestProcessor give any advantage compared to ex. ThreadPoolExecutor?
Can I postpone platform exit till all RequestProcessor is finished theirs tasks? 

Thanks for your help.