comparison src/share/vm/interpreter/oopMapCache.cpp @ 1681:126ea7725993

6953477: Increase portability and flexibility of building Hotspot Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
author bobv
date Tue, 03 Aug 2010 08:13:38 -0400
parents c18cbe5936b8
children f95d63e2154a
comparison
equal deleted inserted replaced
1680:a64438a2b7e8 1681:126ea7725993
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 #if defined(_LP64) || defined(ZERO)
285 void pass_float() { /* ignore */ } 284 void pass_float() { /* ignore */ }
286 #endif
287 void pass_double() { /* ignore */ } 285 void pass_double() { /* ignore */ }
288 void pass_object() { set_one(offset()); } 286 void pass_object() { set_one(offset()); }
289 287
290 MaskFillerForNative(methodHandle method, uintptr_t* mask, int size) : NativeSignatureIterator(method) { 288 MaskFillerForNative(methodHandle method, uintptr_t* mask, int size) : NativeSignatureIterator(method) {
291 _mask = mask; 289 _mask = mask;