RFR: 8269022: Put evacuation failure string directly into gc=info log message [v4]

Thomas Schatzl tschatzl at openjdk.java.net
Mon Jul 5 11:59:22 UTC 2021


> Hi all,
> 
>   can I have reviews for this change that puts the evacuation failure marker from a separate log line into the GC timing message. I.e. instead of
> 
> 
> Pause Young (Normal) (G1 Evacuation Pause)
> To-space exhausted
> 
> into
> 
> 
> Pause Young (Normal) (Evacuation Failure) (G1 Evacuation Pause) 
> 
> 
> This is imho easier to read, better to process and less wasteful with log space.
> 
> Testing: tier1, gc/g1 tests

Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:

  Fix G1AllowPreventiveGC -> G1UsePreventiveGC

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4539/files
  - new: https://git.openjdk.java.net/jdk/pull/4539/files/004c0a9c..90ca1244

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4539&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4539&range=02-03

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4539.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4539/head:pull/4539

PR: https://git.openjdk.java.net/jdk/pull/4539



More information about the hotspot-gc-dev mailing list