8198432: Remove Thread extension point

Reviewed-by: ehelin, dholmes, tschatzl
This commit is contained in:
Stefan Johansson 2018-03-02 10:09:04 +01:00
parent dbbba4c4bc
commit d31b7367c6
4 changed files with 0 additions and 76 deletions

View file

@ -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