# HG changeset patch # User Gary Benson # Date 1242916517 -3600 # Node ID dc8a866b7219752aaee6fbf58d17c40ca9cc31a9 # Parent e6672e95a9d7c5df1dc5541c1de51421d3f61b48 2009-05-21 Gary Benson * ports/hotspot/src/share/vm/shark/sharkCompiler.cpp: Fix for x86 debug builds. diff -r e6672e95a9d7 -r dc8a866b7219 ChangeLog --- a/ChangeLog Wed May 20 16:18:58 2009 -0400 +++ b/ChangeLog Thu May 21 15:35:17 2009 +0100 @@ -1,3 +1,8 @@ +2009-05-21 Gary Benson + + * ports/hotspot/src/share/vm/shark/sharkCompiler.cpp: + Fix for x86 debug builds. + 2009-05-20 Lillian Angel * rt/net/sourceforge/jnlp/tools/JarSigner.java: Move creation of diff -r e6672e95a9d7 -r dc8a866b7219 ports/hotspot/src/share/vm/shark/sharkCompiler.cpp --- a/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp Wed May 20 16:18:58 2009 -0400 +++ b/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp Thu May 21 15:35:17 2009 +0100 @@ -26,6 +26,8 @@ #include "incls/_precompiled.incl" #include "incls/_sharkCompiler.cpp.incl" +#include + using namespace llvm; SharkCompiler::SharkCompiler()