comparison src/share/vm/opto/runtime.hpp @ 12880:469216acdb28

8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash Summary: Ensure ensure correct initialization of compiler runtime Reviewed-by: kvn, twisti
author anoll
date Thu, 10 Oct 2013 15:44:12 +0200
parents b800986664f4
children 606acabe7b5c
comparison
equal deleted inserted replaced
12876:8b80b262e501 12880:469216acdb28
201 201
202 public: 202 public:
203 203
204 static bool is_callee_saved_register(MachRegisterNumbers reg); 204 static bool is_callee_saved_register(MachRegisterNumbers reg);
205 205
206 // One time only generate runtime code stubs 206 // One time only generate runtime code stubs. Returns true
207 static void generate(ciEnv* env); 207 // when runtime stubs have been generated successfully and
208 // false otherwise.
209 static bool generate(ciEnv* env);
208 210
209 // Returns the name of a stub 211 // Returns the name of a stub
210 static const char* stub_name(address entry); 212 static const char* stub_name(address entry);
211 213
212 // access to runtime stubs entry points for java code 214 // access to runtime stubs entry points for java code