8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect
Summary: Pointer bit description corrected
Reviewed-by: kvn, dlong
--- 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