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 258403 - Added a possibility to query additional compiler options by java infrastructure
Summary: Added a possibility to query additional compiler options by java infrastructure
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST, JDK_9
Depends on:
Blocks:
 
Reported: 2016-03-16 16:43 UTC by Tomas Zezula
Modified: 2016-03-17 14:07 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch file (41.98 KB, application/octet-stream)
2016-03-16 16:43 UTC, Tomas Zezula
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2016-03-16 16:43:28 UTC
Created attachment 158895 [details]
Patch file

The JDK 9 module system (Jigsaw) provides several command line options which affects observability and readability of classes. These options are addition to java modelled module-info and need to be known by internal java compiler to work correctly.
Added a query to obtain such options from project's Additional Compiler Options