comparison 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
comparison
equal deleted inserted replaced
10684:6ff467cdb105 10685:431eca622358
1 /* 1 /*
2 * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
23 23
24 #ifndef SHARE_VM_GRAAL_GRAAL_COMPILER_TO_VM_HPP 24 #ifndef SHARE_VM_GRAAL_GRAAL_COMPILER_TO_VM_HPP
25 #define SHARE_VM_GRAAL_GRAAL_COMPILER_TO_VM_HPP 25 #define SHARE_VM_GRAAL_GRAAL_COMPILER_TO_VM_HPP
26 26
27 #include "prims/jni.h" 27 #include "prims/jni.h"
28 #include "runtime/javaCalls.hpp"
28 29
29 extern JNINativeMethod CompilerToVM_methods[]; 30 extern JNINativeMethod CompilerToVM_methods[];
30 int CompilerToVM_methods_count(); 31 int CompilerToVM_methods_count();
31 32
32 inline Method* asMethod(jlong metaspaceMethod) { 33 inline Method* asMethod(jlong metaspaceMethod) {