Fix deprecated GC logging switch (#11395)
Motivation: This caused test failures due to the deprecation warning and produced a dumpstream. Modification: Replace deprecated flag with recommended one. Result: Fix deprecation and cause of test failure in codec project.
This commit is contained in:
parent
00e482ce2d
commit
5b27750338
2
pom.xml
2
pom.xml
@ -428,7 +428,7 @@
|
||||
<argLine.leak>-D_</argLine.leak> <!-- Overridden when 'leak' profile is active -->
|
||||
<argLine.noUnsafe>-D_</argLine.noUnsafe> <!-- Overridden when 'noUnsafe' profile is active -->
|
||||
<argLine.coverage>-D_</argLine.coverage> <!-- Overridden when 'coverage' profile is active -->
|
||||
<argLine.printGC>-XX:+PrintGCDetails</argLine.printGC>
|
||||
<argLine.printGC>-Xlog:gc</argLine.printGC>
|
||||
<argLine.java9 /> <!-- Overridden when 'java9' profile is active -->
|
||||
<argLine.javaProperties>-D_</argLine.javaProperties>
|
||||
<!-- Configure the os-maven-plugin extension to expand the classifier on -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user