diff src/share/vm/graal/graalCompilerToVM.hpp @ 10685:431eca622358

SPARC: Fixed build errors.
author twisti
date Tue, 09 Jul 2013 15:37:21 -0700
parents 91c16dff3fc1
children dd783f0ecf17
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToVM.hpp	Tue Jul 09 14:39:34 2013 -0700
+++ b/src/share/vm/graal/graalCompilerToVM.hpp	Tue Jul 09 15:37:21 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -25,6 +25,7 @@
 #define SHARE_VM_GRAAL_GRAAL_COMPILER_TO_VM_HPP
 
 #include "prims/jni.h"
+#include "runtime/javaCalls.hpp"
 
 extern JNINativeMethod CompilerToVM_methods[];
 int CompilerToVM_methods_count();