RFR: 8277316: ciReplay: dump_replay_data is not thread-safe
Dean Long
dlong at openjdk.java.net
Wed Nov 17 09:12:58 UTC 2021
On Wed, 17 Nov 2021 09:05:14 GMT, Dean Long <dlong at openjdk.org> wrote:
> Using a static buffer for the file name causes corrupted replay files. Fixed.
I also changed the formatting for <pid> in the file name to use %d instead of %p, so it is consistently output in decimal instead of hex.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6426
More information about the hotspot-compiler-dev
mailing list