make/CompileJavaModules.gmk
changeset 43395 f8ff08c45b49
parent 42859 44601aa03c2d
child 43396 803e48f66d05
equal deleted inserted replaced
43394:68ed4de0f9c8 43395:f8ff08c45b49
     1 #
     1 #
     2 # Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2014, 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
   444 
   444 
   445 jdk.dev_COPY := .js oqlhelp.html .txt
   445 jdk.dev_COPY := .js oqlhelp.html .txt
   446 
   446 
   447 ################################################################################
   447 ################################################################################
   448 
   448 
   449 jdk.jvmstat_COPY := aliasmap
   449 jdk.internal.jvmstat_COPY := aliasmap
   450 
   450 
   451 ################################################################################
   451 ################################################################################
   452 
   452 
   453 # -parameters provides method's parameters information in class file,
   453 # -parameters provides method's parameters information in class file,
   454 # JVMCI compilers make use of that information for various sanity checks.
   454 # JVMCI compilers make use of that information for various sanity checks.