From 5b27750338eaf4faf321f53af6f9870ddbc8ee17 Mon Sep 17 00:00:00 2001 From: Alex Budovski <76014241+alexbudgh@users.noreply.github.com> Date: Thu, 1 Jul 2021 04:30:30 -0500 Subject: [PATCH] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dc5107249e..3cf8d52a30 100644 --- a/pom.xml +++ b/pom.xml @@ -428,7 +428,7 @@ -D_ -D_ -D_ - -XX:+PrintGCDetails + -Xlog:gc -D_