gpt4 book ai didi

java - Thread 上的 eetop 字段是做什么用的?

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:33:05 25 4
gpt4 key购买 nike

我找不到文档,只有 the following discussion这不是很清楚它的用途。

最佳答案

Note: JDK1.1 and before had a privateInfo_offset field which was used for the platform thread structure, and a eetop offset which was used for thread local storage (and unused by the HotSpot VM). In JDK1.2 the two structures merged, so in the HotSpot VM we just use the eetop field for the thread instead of the privateInfo_offset.

它是 JRE 源,它是指向 JVM 的底层操作系统级 native 线程实例的指针 (ref)。在最新的 JDK 源代码中,文件 hotspot/src/share/vm/classfile/javaClasses.cpp 仍然包含该字段,并且注释也在那里。

在对应的java类中,(jdk/src/share/classes/java/lang/Thread.java),声明为private long(可能是因为Java 不知道指针)。

关于java - Thread 上的 eetop 字段是做什么用的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17104371/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com