diff src/share/vm/c1x/c1x_VMExits.cpp @ 2045:9c96c873c42b

Fix includes to match new hotspot mechanism.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 07 Jan 2011 18:45:09 +0100
parents 79d04223b8a5
children 569d3fe7d65c
line wrap: on
line diff
--- a/src/share/vm/c1x/c1x_VMExits.cpp	Fri Jan 07 18:18:08 2011 +0100
+++ b/src/share/vm/c1x/c1x_VMExits.cpp	Fri Jan 07 18:45:09 2011 +0100
@@ -22,8 +22,8 @@
  *
  */
 
-# include "incls/_precompiled.incl"
-# include "incls/_c1x_VMExits.cpp.incl"
+#include "precompiled.hpp"
+#include "c1x/c1x_VMExits.hpp"
 
 // this is a *global* handle
 jobject VMExits::_vmExitsPermObject;