src/hotspot/cpu/ppc/frame_ppc.cpp
changeset 49192 6734eeef4283
parent 47216 71c04702a3d5
child 51233 ceebbc92b3b0
--- a/src/hotspot/cpu/ppc/frame_ppc.cpp	Thu Mar 01 09:03:30 2018 -0800
+++ b/src/hotspot/cpu/ppc/frame_ppc.cpp	Thu Mar 01 16:51:22 2018 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
  * Copyright (c) 2012, 2017 SAP SE. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -32,6 +32,7 @@
 #include "runtime/frame.inline.hpp"
 #include "runtime/handles.inline.hpp"
 #include "runtime/javaCalls.hpp"
+#include "runtime/jniHandles.inline.hpp"
 #include "runtime/monitorChunk.hpp"
 #include "runtime/signature.hpp"
 #include "runtime/stubCodeGenerator.hpp"