diff src/share/vm/opto/compile.hpp @ 6888:cfe522e6461c

8000623: tools/javac/Diagnostics/6769027/T6769027.java crashes in PSPromotionManager::copy_to_survivor_space Summary: Fix type of method pointer load from vtable. Reviewed-by: twisti, johnc, roland
author kvn
date Wed, 17 Oct 2012 12:09:32 -0700
parents 137868b7aa6f
children 2aff40cb4703
line wrap: on
line diff
--- a/src/share/vm/opto/compile.hpp	Fri Oct 12 14:06:27 2012 -0700
+++ b/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.