mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8268368: Adopt cast notation for JavaThread conversions
Reviewed-by: dholmes, stefank
This commit is contained in:
parent
b6cfca8a89
commit
cd678a383f
64 changed files with 139 additions and 145 deletions
|
@ -153,7 +153,7 @@ void VM_DeoptimizeAll::doit() {
|
|||
|
||||
|
||||
void VM_ZombieAll::doit() {
|
||||
calling_thread()->as_Java_thread()->make_zombies();
|
||||
JavaThread::cast(calling_thread())->make_zombies();
|
||||
}
|
||||
|
||||
#endif // !PRODUCT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue