Hi Alan, Interestingly, compiling large amounts of code with the Java SE8 option for "compact1" or "compact3" works successfully. It is just this class/package failing. How can that be? The issue is not visible to the outside (requires login).
Uwe ----- Uwe Schindler uschind...@apache.org ASF Member, Apache Lucene PMC / Committer Bremen, Germany http://lucene.apache.org/ > -----Original Message----- > From: jigsaw-dev [mailto:jigsaw-dev-boun...@openjdk.java.net] On Behalf > Of Alan Bateman > Sent: Thursday, May 19, 2016 8:55 AM > To: Ryan Ernst <r...@iernst.net>; jigsaw-dev@openjdk.java.net > Subject: Re: Compact profiles broken? > > On 19/05/2016 06:49, Alan Bateman wrote: > > : > > > > In the mean-time then this should work: > > > > java -release 8 -profile compact3 ... > > > > or specify -limitmods, as in: > > > > java -limitmods java.compact3 ... > > > Oops, I meant `javac` here of course (not `java`). > > -Alan