8302452: [JVMCI] Export _poly1305_processBlocks, JfrThreadLocal fields to JVMCI compiler.

Reviewed-by: dnsimon, never
This commit is contained in:
Yudi Zheng 2023-03-07 18:44:01 +00:00 committed by Doug Simon
parent f1f4e1de44
commit 4d4eadeae3
3 changed files with 12 additions and 0 deletions

View file

@ -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.