AdoptOpenJDK / jitwatch

Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
Other
3.07k stars 437 forks source link

Fix jdk compiler arguments in maven pom #255

Closed MLabusquiere closed 7 years ago

MLabusquiere commented 7 years ago

Hello everyone,

A small help :/

According to this doc mvn compiler, the compilerArgument does not work anymore.

You can test it by adding List<String> unsafeOperation = new ArrayList(); in your code you will see in the mvn compiler output something asking you to add -Xlint argument. (tested using 3.3.9)

Have a nice day

chriswhocodes commented 7 years ago

Thanks for the PR :)