comparison src/share/vm/c1/c1_globals.hpp @ 1397:b4776199210f

6943485: JVMTI always on capabilities change code generation too much Reviewed-by: twisti, dcubed
author never
date Mon, 26 Apr 2010 23:59:45 -0700
parents 37f87013dfd8
children 35069ca331f2 c18cbe5936b8
comparison
equal deleted inserted replaced
1396:d7f654633cfe 1397:b4776199210f
1 /* 1 /*
2 * Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2000-2010 Sun Microsystems, Inc. All Rights Reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
250 "bailout of compilation after building of LIR") \ 250 "bailout of compilation after building of LIR") \
251 \ 251 \
252 develop(bool, BailoutOnExceptionHandlers, false, \ 252 develop(bool, BailoutOnExceptionHandlers, false, \
253 "bailout of compilation for methods with exception handlers") \ 253 "bailout of compilation for methods with exception handlers") \
254 \ 254 \
255 develop(bool, AlwaysEmitDebugInfo, false, \
256 "always emit debug info") \
257 \
258 develop(bool, InstallMethods, true, \ 255 develop(bool, InstallMethods, true, \
259 "Install methods at the end of successful compilations") \ 256 "Install methods at the end of successful compilations") \
260 \ 257 \
261 product(intx, CompilationRepeat, 0, \ 258 product(intx, CompilationRepeat, 0, \
262 "Number of times to recompile method before returning result") \ 259 "Number of times to recompile method before returning result") \