mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8302452: [JVMCI] Export _poly1305_processBlocks, JfrThreadLocal fields to JVMCI compiler.
Reviewed-by: dnsimon, never
This commit is contained in:
parent
f1f4e1de44
commit
4d4eadeae3
3 changed files with 12 additions and 0 deletions
|
@ -340,6 +340,7 @@ class java_lang_Class : AllStatic {
|
|||
|
||||
class java_lang_Thread : AllStatic {
|
||||
friend class java_lang_VirtualThread;
|
||||
friend class JVMCIVMStructs;
|
||||
private:
|
||||
// Note that for this class the layout changed between JDK1.2 and JDK1.3,
|
||||
// so we compute the offsets at startup rather than hard-wiring them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue