hotspot/src/share/vm/opto/compile.hpp
changeset 14126 afb8a3a86f1f
parent 13883 6979b9850feb
child 14623 70c4c1be0a14
--- a/hotspot/src/share/vm/opto/compile.hpp	Fri Oct 12 14:06:27 2012 -0700
+++ b/hotspot/src/share/vm/opto/compile.hpp	Wed Oct 17 12:09:32 2012 -0700
@@ -149,7 +149,7 @@
   private:
     BasicType _type;
     union {
-    jvalue    _value;
+      jvalue    _value;
       Metadata* _metadata;
     } _v;
     int       _offset;         // offset of this constant (in bytes) relative to the constant table base.