# HG changeset patch # User twisti # Date 1373409441 25200 # Node ID 431eca622358eefd69a067b4d89ebf8f08c7cac6 # Parent 6ff467cdb105561fbde8801aa99e594b8d6fd4a3 SPARC: Fixed build errors. diff -r 6ff467cdb105 -r 431eca622358 src/share/vm/graal/graalCompilerToGPU.cpp --- 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'. diff -r 6ff467cdb105 -r 431eca622358 src/share/vm/graal/graalCompilerToVM.hpp --- 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();