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
|
@ -121,7 +121,6 @@
|
|||
template(PrintCompileQueue) \
|
||||
template(PrintClassHierarchy) \
|
||||
template(ThreadSuspend) \
|
||||
template(CTWThreshold) \
|
||||
template(ThreadsSuspendJVMTI) \
|
||||
template(ICBufferFull) \
|
||||
template(ScavengeMonitors) \
|
||||
|
@ -272,12 +271,6 @@ class VM_ThreadSuspend: public VM_ForceSafepoint {
|
|||
VMOp_Type type() const { return VMOp_ThreadSuspend; }
|
||||
};
|
||||
|
||||
// empty vm op, when forcing a safepoint due to ctw threshold is reached for the sweeper
|
||||
class VM_CTWThreshold: public VM_ForceSafepoint {
|
||||
public:
|
||||
VMOp_Type type() const { return VMOp_CTWThreshold; }
|
||||
};
|
||||
|
||||
// empty vm op, when forcing a safepoint to suspend threads from jvmti
|
||||
class VM_ThreadsSuspendJVMTI: public VM_ForceSafepoint {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue