mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8297295: Remove ThreadGroup.allowThreadSuspension
Reviewed-by: jpai, smarks, chegar, darcy
This commit is contained in:
parent
175e3d3ff3
commit
d35e840024
2 changed files with 0 additions and 24 deletions
|
@ -700,23 +700,6 @@ public class ThreadGroup implements Thread.UncaughtExceptionHandler {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Does nothing.
|
||||
*
|
||||
* @return false
|
||||
*
|
||||
* @param b ignored
|
||||
*
|
||||
* @deprecated This method was originally intended for controlling suspension
|
||||
* in low memory conditions. It was never specified.
|
||||
*
|
||||
* @since 1.1
|
||||
*/
|
||||
@Deprecated(since="1.2", forRemoval=true)
|
||||
public boolean allowThreadSuspension(boolean b) {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a string representation of this Thread group.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue