8363920: JVMTI Documentation for GetLocalDouble is wrong: refers to long

Reviewed-by: alanb, amenkov, sspitsyn
This commit is contained in:
Lei Zhu 2025-07-30 05:18:32 +00:00 committed by Serguei Spitsyn
parent 164d0368f6
commit 1be412dca0

View File

@ -6127,7 +6127,7 @@ class C2 extends C1 implements I2 {
<synopsis>Get Local Variable - Double</synopsis>
<description>
This function can be used to retrieve the value of a local
variable whose type is <code>long</code>.
variable whose type is <code>double</code>.
<p/>
The specified thread must be suspended or must be the current thread.
</description>