Do you run with $OUTPUT/jdk (exploded classes, pre-images)?

Brian Burkhalter brian.burkhalter at oracle.com
Mon Apr 14 22:00:49 UTC 2014


On Apr 14, 2014, at 7:36 AM, Chris Hegarty <chris.hegarty at oracle.com> wrote:

>> Almost always, unless i need to hook things up to the IDE, which does not grok the exploded JDK layout, or in the final stages of local testing.
> 
> +1

+1

>> Even so i still use a little ant script that compiles only selected packages and places the compiled classes in the right location (it can also stuff 'em in rt.jar as well if i need to patch that instead).
>> 
>> While there have been huge improvements to the build process i am still too impatience :-)
> 
> make JDK_FILTER=java/util/stream  ;-)

Yes, I’ve used this a lot and it saves much time provided one knows which packages(s) to select.

Brian


More information about the jdk9-dev mailing list