diff src/share/vm/graal/graalRuntime.hpp @ 7226:8a3efb8c831d

Merge.
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 14 Dec 2012 13:02:49 +0100
parents 2ae3e26b7e9a 5d0bb7d52783
children a6bd253a770f
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.hpp	Fri Dec 14 12:05:35 2012 +0100
+++ b/src/share/vm/graal/graalRuntime.hpp	Fri Dec 14 13:02:49 2012 +0100
@@ -43,6 +43,11 @@
   int         _stub_id;
 
  public:
+
+  enum {
+    no_frame_size            = -1
+  };
+
   // creation
   GraalStubAssembler(CodeBuffer* code, const char * name, int stub_id);
   void set_info(const char* name, bool must_gc_arguments);
@@ -70,9 +75,6 @@
 // set frame size and return address offset to these values in blobs
 // (if the compiled frame uses ebp as link pointer on IA; otherwise,
 // the frame size must be fixed)
-enum {
-  no_frame_size            = -1
-};
 
 // Holds all assembly stubs and VM
 // runtime routines needed by code code generated