mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8078504: Zero fails to build
Reviewed-by: kvn, simonis
This commit is contained in:
parent
c034b74806
commit
f381346db0
2 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
||||||
#include "interpreter/interpreterGenerator.hpp"
|
#include "interpreter/interpreterGenerator.hpp"
|
||||||
#include "interpreter/interpreter.hpp"
|
#include "interpreter/interpreter.hpp"
|
||||||
#include "memory/allocation.inline.hpp"
|
#include "memory/allocation.inline.hpp"
|
||||||
|
#include "oops/oop.inline.hpp"
|
||||||
#include "prims/methodHandles.hpp"
|
#include "prims/methodHandles.hpp"
|
||||||
|
|
||||||
void MethodHandles::invoke_target(Method* method, TRAPS) {
|
void MethodHandles::invoke_target(Method* method, TRAPS) {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||||
* Copyright 2007 Red Hat, Inc.
|
* Copyright 2007 Red Hat, Inc.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
|
@ -34,6 +34,7 @@ class VM_Version : public Abstract_VM_Version {
|
||||||
static const char* cpu_features() {
|
static const char* cpu_features() {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
static void initialize();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // CPU_ZERO_VM_VM_VERSION_ZERO_HPP
|
#endif // CPU_ZERO_VM_VM_VERSION_ZERO_HPP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue