src/share/vm/opto/runtime.hpp

changeset 5919
469216acdb28
parent 5353
b800986664f4
child 6429
606acabe7b5c
     1.1 --- a/src/share/vm/opto/runtime.hpp	Fri Oct 11 10:14:02 2013 -0700
     1.2 +++ b/src/share/vm/opto/runtime.hpp	Thu Oct 10 15:44:12 2013 +0200
     1.3 @@ -203,8 +203,10 @@
     1.4  
     1.5    static bool is_callee_saved_register(MachRegisterNumbers reg);
     1.6  
     1.7 -  // One time only generate runtime code stubs
     1.8 -  static void generate(ciEnv* env);
     1.9 +  // One time only generate runtime code stubs. Returns true
    1.10 +  // when runtime stubs have been generated successfully and
    1.11 +  // false otherwise.
    1.12 +  static bool generate(ciEnv* env);
    1.13  
    1.14    // Returns the name of a stub
    1.15    static const char* stub_name(address entry);

mercurial