changeset 10685:431eca622358

SPARC: Fixed build errors.
author twisti
date Tue, 09 Jul 2013 15:37:21 -0700
parents 6ff467cdb105
children 73122b5edf6a
files src/share/vm/graal/graalCompilerToGPU.cpp src/share/vm/graal/graalCompilerToVM.hpp
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToGPU.cpp	Tue Jul 09 14:39:34 2013 -0700
+++ b/src/share/vm/graal/graalCompilerToGPU.cpp	Tue Jul 09 15:37:21 2013 -0700
@@ -29,6 +29,7 @@
 #include "graal/graalEnv.hpp"
 #include "graal/graalJavaAccess.hpp"
 #include "runtime/gpu.hpp"
+#include "runtime/javaCalls.hpp"
 
 
 // Entry to native method implementation that transitions current thread to '_thread_in_vm'.
--- 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();