src/utils/LogCompilation/README
changeset 48170 3af0ab7d1d90
parent 47216 71c04702a3d5
equal deleted inserted replaced
48169:9289fcb41aae 48170:3af0ab7d1d90
    14 More information about the LogCompilation output can be found at
    14 More information about the LogCompilation output can be found at
    15 
    15 
    16 https://wiki.openjdk.java.net/display/HotSpot/LogCompilation+overview
    16 https://wiki.openjdk.java.net/display/HotSpot/LogCompilation+overview
    17 https://wiki.openjdk.java.net/display/HotSpot/PrintCompilation
    17 https://wiki.openjdk.java.net/display/HotSpot/PrintCompilation
    18 https://wiki.openjdk.java.net/display/HotSpot/LogCompilation+tool
    18 https://wiki.openjdk.java.net/display/HotSpot/LogCompilation+tool
       
    19 
       
    20 The project layout is now for Maven. To build the project with Maven do:
       
    21 
       
    22   mvn clean install
       
    23 
       
    24 The build also copies the resulting target jar to ./logc.jar for easy 
       
    25 interop with the Makefile build.