diff src/share/vm/graal/graalRuntime.hpp @ 6559:d5f7e737827f

fixed compilation issues on Solaris. When using SunStudio compiler, Solaris build with DONT_USE_PRECOMPILED_HEADER
author Laurent Daynes <Laurent.Daynes@oracle.com>
date Fri, 19 Oct 2012 11:30:06 +0200
parents 120820e30baa
children 1baf7f1e3f23
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.hpp	Fri Oct 19 10:18:40 2012 +0200
+++ b/src/share/vm/graal/graalRuntime.hpp	Fri Oct 19 11:30:06 2012 +0200
@@ -24,14 +24,4 @@
 #ifndef SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP
 #define SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP
 
-class GraalRuntime : public AllStatic {
-
-private:
-  jobject _runtimeObject;
-
-public:
-  static jobject instance() { return _runtimeObject; }
-
-};
-
 #endif // SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP