8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect
authorjcm
Fri, 01 Dec 2017 00:57:01 -0800
changeset 48180 e277fdf5e631
parent 48179 34fe70d22e9c
child 48181 61a14b5cb1c6
8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect Summary: Pointer bit description corrected Reviewed-by: kvn, dlong
src/hotspot/share/c1/c1_LIR.hpp
--- a/src/hotspot/share/c1/c1_LIR.hpp	Fri Dec 01 08:56:22 2017 +0100
+++ b/src/hotspot/share/c1/c1_LIR.hpp	Fri Dec 01 00:57:01 2017 -0800
@@ -196,8 +196,8 @@
   //     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