代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/openjdk-21 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Subject: Backport JDK-8329174 update CodeBuffer layout in comment after constants section moved
---
src/hotspot/share/asm/codeBuffer.cpp | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/src/hotspot/share/asm/codeBuffer.cpp b/src/hotspot/share/asm/codeBuffer.cpp
index ab8aed1cb..4bc33cc89 100644
--- a/src/hotspot/share/asm/codeBuffer.cpp
+++ b/src/hotspot/share/asm/codeBuffer.cpp
@@ -24,6 +24,7 @@
#include "precompiled.hpp"
#include "asm/codeBuffer.hpp"
+#include "code/compiledIC.hpp"
#include "code/oopRecorder.inline.hpp"
#include "compiler/disassembler.hpp"
#include "logging/log.hpp"
@@ -65,7 +66,11 @@
// The structure of the CodeBuffer while code is being accumulated:
//
// _total_start -> \
-// _insts._start -> +----------------+
+// _consts._start -> +----------------+
+// | |
+// | Constants |
+// | |
+// _insts._start -> |----------------|
// | |
// | Code |
// | |
@@ -73,10 +78,6 @@
// | |
// | Stubs | (also handlers for deopt/exception)
// | |
-// _consts._start -> |----------------|
-// | |
-// | Constants |
-// | |
// +----------------+
// + _total_size -> | |
//
@@ -1061,11 +1062,6 @@ void CodeSection::print(const char* name) {
}
void CodeBuffer::print() {
- if (this == nullptr) {
- tty->print_cr("null CodeBuffer pointer");
- return;
- }
-
tty->print_cr("CodeBuffer:");
for (int n = 0; n < (int)SECT_LIMIT; n++) {
// print each section
--
2.33.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。