hotspot/src/share/vm/c1/c1_CodeStubs.hpp
changeset 46448 b5350a83520b
parent 38031 e0b822facc03
child 46458 3c12af929e7d
--- a/hotspot/src/share/vm/c1/c1_CodeStubs.hpp	Tue May 09 13:50:06 2017 -0400
+++ b/hotspot/src/share/vm/c1/c1_CodeStubs.hpp	Wed May 10 08:37:17 2017 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2017, 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
@@ -31,7 +31,7 @@
 #include "c1/c1_LIR.hpp"
 #include "c1/c1_Runtime1.hpp"
 #include "code/nativeInst.hpp"
-#include "utilities/array.hpp"
+#include "utilities/growableArray.hpp"
 #include "utilities/macros.hpp"
 
 class CodeEmitInfo;