comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/Compiler.java @ 1453:d603bdbec024

Enable monitorenter/monitorexit runtime calls.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 12 Nov 2010 18:34:07 +0100
parents 8cfe3537a0d3
children dc114f680d9c
comparison
equal deleted inserted replaced
1452:9b22e3e5df8e 1453:d603bdbec024
178 C1XOptions.GenSpecialDivChecks = true; 178 C1XOptions.GenSpecialDivChecks = true;
179 C1XOptions.AlignCallsForPatching = true; 179 C1XOptions.AlignCallsForPatching = true;
180 C1XOptions.NullCheckUniquePc = true; 180 C1XOptions.NullCheckUniquePc = true;
181 C1XOptions.invokeinterfaceTemplatePos = true; 181 C1XOptions.invokeinterfaceTemplatePos = true;
182 C1XOptions.StackShadowPages = config.stackShadowPages; 182 C1XOptions.StackShadowPages = config.stackShadowPages;
183 C1XOptions.NeedsDebugInformation = false;
183 184
184 } 185 }
185 186
186 public CiCompiler getCompiler() { 187 public CiCompiler getCompiler() {
187 return compiler; 188 return compiler;