mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8217921: Runtime dead code removal
Reviewed-by: coleenp, sgehwolf, dholmes
This commit is contained in:
parent
6a9f775041
commit
d589fa875d
32 changed files with 9 additions and 255 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2019, Oracle and/or its affiliates. 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
|
||||
|
@ -135,11 +135,6 @@ public:
|
|||
frame& get_frame() { return _last_frame; }
|
||||
};
|
||||
|
||||
|
||||
bool InterpreterRuntime::is_breakpoint(JavaThread *thread) {
|
||||
return Bytecodes::code_or_bp_at(LastFrameAccessor(thread).bcp()) == Bytecodes::_breakpoint;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------------------------------------------------
|
||||
// State accessors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue