--- old/src/share/vm/runtime/stackValue.hpp Thu Feb 18 19:05:39 2010 +++ new/src/share/vm/runtime/stackValue.hpp Thu Feb 18 19:05:39 2010 @@ -100,6 +100,9 @@ static StackValue* create_stack_value(const frame* fr, const RegisterMap* reg_map, ScopeValue* sv); static BasicLock* resolve_monitor_lock(const frame* fr, Location location); + // Platform specific function defined in sharedRuntime_.cpp. + static StackValue* create_float_stack_value(address value_addr); + #ifndef PRODUCT public: // Printing