mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8286666: JEP 429: Implementation of Scoped Values (Incubator)
Reviewed-by: psandoz, dlong, alanb, mcimadamore
This commit is contained in:
parent
ccc69af966
commit
221e1a4260
61 changed files with 2889 additions and 230 deletions
|
@ -710,7 +710,7 @@
|
|||
nonstatic_field(JavaThread, _threadObj, OopHandle) \
|
||||
nonstatic_field(JavaThread, _vthread, OopHandle) \
|
||||
nonstatic_field(JavaThread, _jvmti_vthread, OopHandle) \
|
||||
nonstatic_field(JavaThread, _extentLocalCache, OopHandle) \
|
||||
nonstatic_field(JavaThread, _scopedValueCache, OopHandle) \
|
||||
nonstatic_field(JavaThread, _anchor, JavaFrameAnchor) \
|
||||
nonstatic_field(JavaThread, _vm_result, oop) \
|
||||
nonstatic_field(JavaThread, _vm_result_2, Metadata*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue