< prev index next >

make/scripts/generate-symbol-data.sh

Print this page

        

*** 1,8 **** #!/bin/sh # ! # Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,8 ---- #!/bin/sh # ! # Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 71,77 **** $1/bin/java --add-exports jdk.jdeps/com.sun.tools.classfile=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ --add-modules jdk.jdeps \ ! ../../../make/langtools/src/classes/build/tools/symbolgenerator/CreateSymbols.java \ build-description-incremental symbols include.list --- 71,77 ---- $1/bin/java --add-exports jdk.jdeps/com.sun.tools.classfile=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ --add-modules jdk.jdeps \ ! ../../../src/jdk.compiler/share/tools/org/openjdk/buildtools/symbolgenerator/CreateSymbols.java \ build-description-incremental symbols include.list
< prev index next >