126127128129130131132133134135136
} private static Thread currentThread() { VmThread current = VmThread.currentThread(); if (current != null) { return current.asThread(); } else { return null; } }