src/share/vm/opto/runtime.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/runtime.hpp	Wed Oct  9 06:56:39 2013
--- new/src/share/vm/opto/runtime.hpp	Wed Oct  9 06:56:39 2013

*** 201,212 **** --- 201,214 ---- public: static bool is_callee_saved_register(MachRegisterNumbers reg); ! // One time only generate runtime code stubs. Returns true static void generate(ciEnv* env); + // when runtime stubs have been generated successfully and + // false otherwise. + static bool generate(ciEnv* env); // Returns the name of a stub static const char* stub_name(address entry); // access to runtime stubs entry points for java code

src/share/vm/opto/runtime.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File