< prev index next >

src/share/vm/c1/c1_FrameMap.hpp

Print this page
rev 10539 : imported patch c1_Compilation
rev 10556 : imported patch update dates
rev 10557 : imported patch remove commented lines

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2016, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -34,12 +34,10 @@
 #include "runtime/synchronizer.hpp"
 #include "utilities/globalDefinitions.hpp"
 
 class ciMethod;
 class CallingConvention;
-class BasicTypeArray;
-class BasicTypeList;
 
 //--------------------------------------------------------
 //               FrameMap
 //--------------------------------------------------------
 
< prev index next >