equal
deleted
inserted
replaced
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. |