comparison src/share/vm/interpreter/oopMapCache.cpp @ 1010:354d3184f6b2

6890308: integrate zero assembler hotspot changes Reviewed-by: never Contributed-by: gbenson@redhat.com
author never
date Tue, 13 Oct 2009 12:04:21 -0700
parents d1605aabd0a1
children cff162798819
comparison
equal deleted inserted replaced
1009:03b336640699 1010:354d3184f6b2
279 } 279 }
280 280
281 public: 281 public:
282 void pass_int() { /* ignore */ } 282 void pass_int() { /* ignore */ }
283 void pass_long() { /* ignore */ } 283 void pass_long() { /* ignore */ }
284 #ifdef _LP64 284 #if defined(_LP64) || defined(ZERO)
285 void pass_float() { /* ignore */ } 285 void pass_float() { /* ignore */ }
286 #endif 286 #endif
287 void pass_double() { /* ignore */ } 287 void pass_double() { /* ignore */ }
288 void pass_object() { set_one(offset()); } 288 void pass_object() { set_one(offset()); }
289 289