hg: jdk/hs: 8192821: Make LogCompilation into a maven project

eric.caspole at oracle.com eric.caspole at oracle.com
Thu Nov 30 21:05:28 UTC 2017


Changeset: 3af0ab7d1d90
Author:    ecaspole
Date:      2017-11-30 16:00 -0500
URL:       http://hg.openjdk.java.net/jdk/hs/rev/3af0ab7d1d90

8192821: Make LogCompilation into a maven project
Summary: Add a maven project setup while preserving make build.
Reviewed-by: kvn

! src/utils/LogCompilation/Makefile
! src/utils/LogCompilation/README
+ src/utils/LogCompilation/pom.xml
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/BasicLogEvent.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/CallSite.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/Compilation.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/Constants.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/LogCleanupReader.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/LogCompilation.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/LogEvent.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/LogParser.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/MakeNotEntrantEvent.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/Method.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/NMethod.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/Phase.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/UncommonTrap.java
- src/utils/LogCompilation/src/com/sun/hotspot/tools/compiler/UncommonTrapEvent.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/BasicLogEvent.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/CallSite.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/Compilation.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/Constants.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/LogCleanupReader.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/LogCompilation.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/LogEvent.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/LogParser.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/MakeNotEntrantEvent.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/Method.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/NMethod.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/Phase.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/UncommonTrap.java
+ src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/UncommonTrapEvent.java



More information about the jdk-hs-changes mailing list