JDK-8148978 : [packager] bootmodules.jimage was renamed to modules
Type:Sub-task
Component:deploy
Sub-Component:packager
Affected Version:9-repo-jigsaw
Priority:P2
Status:Resolved
Resolution:Fixed
Submitted:2016-02-03
Updated:2016-03-09
Resolved:2016-02-25
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
I'm not stuck on "detectmods". I forgot to change to "addmods" and "limitmods" to match JLINK. I think -detectmods is going away next change in favor of -linkmods=(all,jre,detect)
And I'll remove those methods, thanks.
25-02-2016
This popped at me:
} else if (arg.equals("-detectmods")) {
it seems to me that most of the other uses like modulepath are not abbreviated. If you have hashed this out already, feel free to ignore this :-)
In JDepHelper - there are two commented out methods. You really want to keep these around ?
Your new files should probably be 2016
2 * Copyright (c) 2015,
+1 with the copyright date changes in new files.