RFR: 8316454: JFR break locale settings
David Holmes
dholmes at openjdk.org
Fri Dec 8 05:47:22 UTC 2023
On Thu, 7 Dec 2023 11:53:26 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
> Could I have a review of PR that prevents locale settings from not working.
>
> Testing: jdk/jdk/jfr/* + jdk/java/util/Local/ with -XX:FlightRecorderOptions=repository=jfrrep
>
> Thanks
> Erik
src/jdk.jfr/share/classes/jdk/jfr/internal/util/ValueFormatter.java line 123:
> 121: }
> 122: return NUMBER_FORMAT;
> 123: }
Is this initialization thread-safe?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17018#discussion_r1419949137
More information about the hotspot-jfr-dev
mailing list