mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6943485: JVMTI always on capabilities change code generation too much
Reviewed-by: twisti, dcubed
This commit is contained in:
parent
cd48f31efe
commit
eb534d777a
15 changed files with 20 additions and 54 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved.
|
||||
* Copyright 2000-2010 Sun Microsystems, Inc. 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
|
||||
|
@ -252,9 +252,6 @@
|
|||
develop(bool, BailoutOnExceptionHandlers, false, \
|
||||
"bailout of compilation for methods with exception handlers") \
|
||||
\
|
||||
develop(bool, AlwaysEmitDebugInfo, false, \
|
||||
"always emit debug info") \
|
||||
\
|
||||
develop(bool, InstallMethods, true, \
|
||||
"Install methods at the end of successful compilations") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue