hotspot/src/share/vm/interpreter/oopMapCache.cpp
changeset 6176 4d9030fe341f
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
--- a/hotspot/src/share/vm/interpreter/oopMapCache.cpp	Wed Jul 28 17:57:43 2010 -0400
+++ b/hotspot/src/share/vm/interpreter/oopMapCache.cpp	Tue Aug 03 08:13:38 2010 -0400
@@ -281,9 +281,7 @@
  public:
   void pass_int()                                { /* ignore */ }
   void pass_long()                               { /* ignore */ }
-#if defined(_LP64) || defined(ZERO)
   void pass_float()                              { /* ignore */ }
-#endif
   void pass_double()                             { /* ignore */ }
   void pass_object()                             { set_one(offset()); }