aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/runtime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/opto/runtime.hpp')
-rw-r--r--src/share/vm/opto/runtime.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/share/vm/opto/runtime.hpp b/src/share/vm/opto/runtime.hpp
index b3f7ff4cb..aecb97f65 100644
--- a/src/share/vm/opto/runtime.hpp
+++ b/src/share/vm/opto/runtime.hpp
@@ -203,8 +203,10 @@ private:
static bool is_callee_saved_register(MachRegisterNumbers reg);
- // One time only generate runtime code stubs
- static void generate(ciEnv* env);
+ // One time only generate runtime code stubs. Returns true
+ // 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);