From b24fe21f431b243c179b2e5cbf7d4453e3b36593 Mon Sep 17 00:00:00 2001 From: Jamsheed Mohammed C M Date: Fri, 1 Dec 2017 00:57:01 -0800 Subject: [PATCH] 8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect Pointer bit description corrected Reviewed-by: kvn, dlong --- src/hotspot/share/c1/c1_LIR.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hotspot/share/c1/c1_LIR.hpp b/src/hotspot/share/c1/c1_LIR.hpp index 757c5e79274..980cd4d07dc 100644 --- a/src/hotspot/share/c1/c1_LIR.hpp +++ b/src/hotspot/share/c1/c1_LIR.hpp @@ -196,8 +196,8 @@ class LIR_OprDesc: public CompilationResourceObj { // data opr-type opr-kind // +--------------+-------+-------+ // [max...........|7 6 5 4|3 2 1 0] - // ^ - // is_pointer bit + // ^ + // is_pointer bit // // lowest bit cleared, means it is a structure pointer // we need 4 bits to represent types