
JVM
文章平均质量分 51
sxudong2010
这个作者很懒,什么都没留下…
展开
-
Ubuntu18.04下编译JDK12
1. 编译环境 系统:Ubuntu18.04.4 GCC:version 7.5.0 JDK源码:JDK12 (编译环境JDK11) 调试软件:CLion(CLion-2019.3.3.tar.gz) 2. 安装CLion 历史版本下载地址:https://www.jetbrains.com/clion/download/other.html 我下载的是:CLion-2019.3.3.tar.gz 3. 安装GCC sudo apt-get update sudo apt-get install buil原创 2021-07-08 23:41:43 · 779 阅读 · 3 评论 -
ObjectMonitor::notify(TRAPS)
原文链接:https://www.cnblogs.com/xiaofan156/p/11830576.html // Consider: // If the lock is cool (cxq == null && succ == null) and we're on an MP system // then instead of transferring a thread from the WaitSet to the EntryList // we might just dequeue转载 2021-07-07 22:42:30 · 140 阅读 · 0 评论