src/hotspot/share/prims/jvmtiRedefineClasses.cpp
changeset 49192 6734eeef4283
parent 48826 c4d9d1b08e2e
child 49359 59f6547e151f
--- a/src/hotspot/share/prims/jvmtiRedefineClasses.cpp	Thu Mar 01 09:03:30 2018 -0800
+++ b/src/hotspot/share/prims/jvmtiRedefineClasses.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.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -47,6 +47,7 @@
 #include "prims/resolvedMethodTable.hpp"
 #include "prims/methodComparator.hpp"
 #include "runtime/deoptimization.hpp"
+#include "runtime/jniHandles.inline.hpp"
 #include "runtime/relocator.hpp"
 #include "utilities/bitMap.inline.hpp"
 #include "utilities/events.hpp"