mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8363920: JVMTI Documentation for GetLocalDouble is wrong: refers to long
Reviewed-by: alanb, amenkov, sspitsyn
This commit is contained in:
parent
164d0368f6
commit
1be412dca0
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user