RFR: 8319850: PrintInlining should print which methods are late inlines [v14]

Dean Long dlong at openjdk.org
Mon Nov 25 19:36:22 UTC 2024


On Mon, 25 Nov 2024 08:14:18 GMT, theoweidmannoracle <duke at openjdk.org> wrote:

> Do you think I should introduce an explicit synchronization mechanism to ensure the formatting is still correct with multiple compile threads?

Yes, we could try grabbing the tty lock in dump(), but in the past I think there were sometimes problems with that approach, which is why there were places where we print everything to a stringStream first.

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

PR Comment: https://git.openjdk.org/jdk/pull/21899#issuecomment-2498871342


More information about the hotspot-compiler-dev mailing list