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.

To download the current JDK release, click here.
JDK 9
9-repo-jigsawFixed
Description
Nothing should rely on the organization of the runtime image as it may change over time.
Comments
http://hg.openjdk.java.net/openjfx/sandbox-9-jake/rt/rev/ebd4c2f2828f
25-02-2016

Review: http://cr.openjdk.java.net/~cbensen/JDK-8148978/webrev.02
25-02-2016

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.
24-02-2016

Review: http://cr.openjdk.java.net/~cbensen/JDK-8148978/webrev.00/
23-02-2016