mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 13:54: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
|
@ -1493,7 +1493,6 @@ void GraphBuilder::access_field(Bytecodes::Code code) {
|
|||
|
||||
Dependencies* GraphBuilder::dependency_recorder() const {
|
||||
assert(DeoptC1, "need debug information");
|
||||
compilation()->set_needs_debug_information(true);
|
||||
return compilation()->dependency_recorder();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue