mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8198432: Remove Thread extension point
Reviewed-by: ehelin, dholmes, tschatzl
This commit is contained in:
parent
dbbba4c4bc
commit
d31b7367c6
4 changed files with 0 additions and 76 deletions
|
@ -858,7 +858,6 @@ void Thread::print_on(outputStream* st) const {
|
|||
st->print("os_prio=%d ", os_prio);
|
||||
}
|
||||
st->print("tid=" INTPTR_FORMAT " ", p2i(this));
|
||||
ext().print_on(st);
|
||||
osthread()->print_on(st);
|
||||
}
|
||||
if (_threads_hazard_ptr != NULL) {
|
||||
|
@ -3126,8 +3125,6 @@ void JavaThread::prepare(jobject jni_thread, ThreadPriority prio) {
|
|||
// Push the Java priority down to the native thread; needs Threads_lock
|
||||
Thread::set_priority(this, prio);
|
||||
|
||||
prepare_ext();
|
||||
|
||||
// Add the new thread to the Threads list and set it in motion.
|
||||
// We must have threads lock in order to call Threads::add.
|
||||
// It is crucial that we do not block before the thread is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue