I am observing several creation and clearing C strings collections during C2 compilation:
[17.405s][debug][codestrings] Clear 2 asm-remarks.
[17.405s][debug][codestrings] Clear 1 dbg-string.
Most are coming from temporary buffer C2 uses for code size calculation.
I suggest to not collect strings in this buffer
- relates to
-
JDK-8349479 C2: when a Type node becomes dead, make CFG path that uses it unreachable
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/3eaec040
-
Review(master) openjdk/jdk/24893