Integrated: 8286396: Address possibly lossy conversions in jdk.management.jfr
Erik Gahlin
egahlin at openjdk.java.net
Wed May 11 12:55:45 UTC 2022
On Mon, 9 May 2022 18:16:22 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
> Could I have a review of two lossy conversion issues.
>
> The size of an event can't be larger than 2^28, so it shouldn't be an issue in practise, but the type id could potentially be larger than 2^31, but it would require a user to load more than 2 billion classes.
>
> Testing: jdk/jdk/jfr
>
> Thanks
> Erik
This pull request has now been integrated.
Changeset: 7a2bbbbc
Author: Erik Gahlin <egahlin at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/7a2bbbbce5914e2167ce618fabf6116892caaf45
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8286396: Address possibly lossy conversions in jdk.management.jfr
Reviewed-by: mgronlun
-------------
PR: https://git.openjdk.java.net/jdk/pull/8603
More information about the hotspot-jfr-dev
mailing list