make/common/JavaCompilation.gmk
changeset 48406 26b47ea4c77d
parent 47398 1fd27535bc57
child 50590 5fa19bad622d
equal deleted inserted replaced
48405:5f1c30b80554 48406:26b47ea4c77d
     1 #
     1 #
     2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    44 #
    44 #
    45 # Parameter 1 is the name of the compiler definition. This name needs to be
    45 # Parameter 1 is the name of the compiler definition. This name needs to be
    46 # passed to SetupJavaCompilation. This name is used as variable prefix.
    46 # passed to SetupJavaCompilation. This name is used as variable prefix.
    47 #
    47 #
    48 # Remaining parameters are named arguments. These include:
    48 # Remaining parameters are named arguments. These include:
    49 #   JVM:=The jvm used to run the javac/javah command
    49 #   JVM:=The jvm used to run the javac command
    50 #   JAVAC:=The javac jar and bootstrap classpath changes, or just bin/javac if JVM is left out
    50 #   JAVAC:=The javac jar and bootstrap classpath changes, or just bin/javac if JVM is left out
    51 #   FLAGS:=Flags to be supplied to javac
    51 #   FLAGS:=Flags to be supplied to javac
    52 #   SERVER_DIR:=Use a javac server (-XDserver) and store the server related files here
    52 #   SERVER_DIR:=Use a javac server (-XDserver) and store the server related files here
    53 #   SERVER_JVM:=Use this JVM for the server. Defaults to the JVM above.
    53 #   SERVER_JVM:=Use this JVM for the server. Defaults to the JVM above.
    54 #   DISABLE_SJAVAC:=Set to true if this setup does not support sjavac
    54 #   DISABLE_SJAVAC:=Set to true if this setup does not support sjavac