mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8193818: Remove unused single_step field from java.lang.Thread
Reviewed-by: lancea, dholmes
This commit is contained in:
parent
739c973204
commit
fc3364785a
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1994, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1994, 2018, 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
|
||||
|
@ -150,9 +150,6 @@ class Thread implements Runnable {
|
|||
private Thread threadQ;
|
||||
private long eetop;
|
||||
|
||||
/* Whether or not to single_step this thread. */
|
||||
private boolean single_step;
|
||||
|
||||
/* Whether or not the thread is a daemon thread. */
|
||||
private boolean daemon = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue