8078504: Zero fails to build
authorsgehwolf
Thu, 23 Apr 2015 17:42:06 +0200
changeset 30282 6bc6bcda7c91
parent 30281 b1608535e50f
child 30283 41051ea58839
child 30285 2ca5f3a28b0f
8078504: Zero fails to build Reviewed-by: kvn, simonis
hotspot/src/cpu/zero/vm/methodHandles_zero.cpp
hotspot/src/cpu/zero/vm/vm_version_zero.hpp
--- a/hotspot/src/cpu/zero/vm/methodHandles_zero.cpp	Tue Apr 07 14:19:03 2015 +0200
+++ b/hotspot/src/cpu/zero/vm/methodHandles_zero.cpp	Thu Apr 23 17:42:06 2015 +0200
@@ -27,6 +27,7 @@
 #include "interpreter/interpreterGenerator.hpp"
 #include "interpreter/interpreter.hpp"
 #include "memory/allocation.inline.hpp"
+#include "oops/oop.inline.hpp"
 #include "prims/methodHandles.hpp"
 
 void MethodHandles::invoke_target(Method* method, TRAPS) {
--- a/hotspot/src/cpu/zero/vm/vm_version_zero.hpp	Tue Apr 07 14:19:03 2015 +0200
+++ b/hotspot/src/cpu/zero/vm/vm_version_zero.hpp	Thu Apr 23 17:42:06 2015 +0200
@@ -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.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -34,6 +34,7 @@
   static const char* cpu_features() {
     return "";
   }
+  static void initialize();
 };
 
 #endif // CPU_ZERO_VM_VM_VERSION_ZERO_HPP