OpenJDK 8 and fastdebug
David Holmes
david.holmes at oracle.com
Thu Apr 19 16:59:49 PDT 2012
On 20/04/2012 9:55 AM, Henri Gomez wrote:
> Hi to all,
>
> I'd like to activate fast debug for some of OSX packages produced for
> Java 8, jigsaw and lambda.
>
> What's correct way to do it at make time ?
>
> DEBUG_NAME=something SKIP_FASTDEBUG_BUILD=false ?
Just set
SKIP_FASTDEBUG_BUILD=false
(I don't know what role DEBUG_NAME plays)
> Relative question, how can I check a java exec is in fastdebug mode ?
Check "java -version", it will show it is fastdebug.
David
More information about the jdk8-dev
mailing list