< prev index next >

src/share/vm/c1/c1_CFGPrinter.cpp

Print this page
rev 13107 : imported patch jvm_h

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

@@ -27,10 +27,11 @@
 #include "c1/c1_IR.hpp"
 #include "c1/c1_InstructionPrinter.hpp"
 #include "c1/c1_LIR.hpp"
 #include "c1/c1_LinearScan.hpp"
 #include "c1/c1_ValueStack.hpp"
+#include "prims/jvm.h"
 
 #ifndef PRODUCT
 
 void CFGPrinter::print_compilation(Compilation* compilation) {
   CFGPrinterOutput* output = compilation->cfg_printer_output();
< prev index next >