--- a/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp Tue Aug 26 15:49:40 2008 -0700
+++ b/hotspot/src/share/vm/c1/c1_LIRAssembler.hpp Wed Aug 27 00:21:55 2008 -0700
@@ -75,9 +75,9 @@
void emit_stubs(CodeStubList* stub_list);
// addresses
- static Address as_Address(LIR_Address* addr);
- static Address as_Address_lo(LIR_Address* addr);
- static Address as_Address_hi(LIR_Address* addr);
+ Address as_Address(LIR_Address* addr);
+ Address as_Address_lo(LIR_Address* addr);
+ Address as_Address_hi(LIR_Address* addr);
// debug information
void add_call_info(int pc_offset, CodeEmitInfo* cinfo);