[lworld] Integrated: 8274800: [lworld] Primitive classes can't be retransformed
Alex Menkov
amenkov at openjdk.java.net
Fri Dec 10 22:37:28 UTC 2021
On Sat, 4 Dec 2021 00:30:11 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> Fix for java.lang.instrument.Instrumentation.retransformClasses()
>
> Cases for retransformation primitive to identity (and identity to primitive) classes and changing primitive class fields (so default_value becomes invalid) are handled by existing code and spec changes are not required.
>
> Also added serviceability test to hotspot_valhalla group
This pull request has now been integrated.
Changeset: 5ac15a15
Author: Alex Menkov <amenkov at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/5ac15a15e265e4770c8e13c4dfe7ddf760dd0a9f
Stats: 546 lines in 6 files changed: 542 ins; 1 del; 3 mod
8274800: [lworld] Primitive classes can't be retransformed
Reviewed-by: fparain, sspitsyn
-------------
PR: https://git.openjdk.java.net/valhalla/pull/588
More information about the valhalla-dev
mailing list