JDK-8077056 : [NEWTEST] Check that dynamic changeing of PrintGC and PrintGCDetails make effect
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2015-04-06
  • Updated: 2016-03-16
  • Resolved: 2016-03-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10Resolved
Related Reports
Blocks :  
Duplicate :  
Description
Both PrintGC and PrintGCDetails are manageable flags, their value can be altered during execution.
One should be able to turn on/off GC logging.

A test is required for that. This test will be a regression test for JDK-8073476