src/hotspot/cpu/zero/cppInterpreter_zero.cpp
changeset 49192 6734eeef4283
parent 47906 0ad8a90268a7
child 49390 95f0b54a3024
--- a/src/hotspot/cpu/zero/cppInterpreter_zero.cpp	Thu Mar 01 09:03:30 2018 -0800
+++ b/src/hotspot/cpu/zero/cppInterpreter_zero.cpp	Thu Mar 01 16:51:22 2018 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
  * Copyright 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -41,6 +41,7 @@
 #include "runtime/deoptimization.hpp"
 #include "runtime/frame.inline.hpp"
 #include "runtime/interfaceSupport.hpp"
+#include "runtime/jniHandles.inline.hpp"
 #include "runtime/orderAccess.inline.hpp"
 #include "runtime/sharedRuntime.hpp"
 #include "runtime/stubRoutines.hpp"