mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +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 2005-2009 Sun Microsystems, Inc. All Rights Reserved.
|
||||
* Copyright 2005-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
|
||||
|
@ -2814,9 +2814,6 @@ IRScopeDebugInfo* LinearScan::compute_debug_info_for_scope(int op_id, IRScope* c
|
|||
|
||||
|
||||
void LinearScan::compute_debug_info(CodeEmitInfo* info, int op_id) {
|
||||
if (!compilation()->needs_debug_information()) {
|
||||
return;
|
||||
}
|
||||
TRACE_LINEAR_SCAN(3, tty->print_cr("creating debug information at op_id %d", op_id));
|
||||
|
||||
IRScope* innermost_scope = info->scope();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue