From 1be412dca08028d37a90cff1d4a67007c6b2d690 Mon Sep 17 00:00:00 2001 From: Lei Zhu Date: Wed, 30 Jul 2025 05:18:32 +0000 Subject: [PATCH] 8363920: JVMTI Documentation for GetLocalDouble is wrong: refers to long Reviewed-by: alanb, amenkov, sspitsyn --- src/hotspot/share/prims/jvmti.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/prims/jvmti.xml b/src/hotspot/share/prims/jvmti.xml index 7e76cbabc65..2d1d8c0330d 100644 --- a/src/hotspot/share/prims/jvmti.xml +++ b/src/hotspot/share/prims/jvmti.xml @@ -6127,7 +6127,7 @@ class C2 extends C1 implements I2 { Get Local Variable - Double This function can be used to retrieve the value of a local - variable whose type is long. + variable whose type is double.

The specified thread must be suspended or must be the current thread.