hotspot/src/share/vm/interpreter/oopMapCache.cpp

Print this page

        

*** 279,289 **** } public: void pass_int() { /* ignore */ } void pass_long() { /* ignore */ } ! #ifdef _LP64 void pass_float() { /* ignore */ } #endif void pass_double() { /* ignore */ } void pass_object() { set_one(offset()); } --- 279,289 ---- } 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()); }