mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8203469: Faster safepoints
Reviewed-by: dcubed, pchilanomate, dholmes, acorn, coleenp, eosterlund
This commit is contained in:
parent
66aa45649a
commit
bec8431683
19 changed files with 647 additions and 712 deletions
|
@ -458,6 +458,8 @@ bool VMThread::no_op_safepoint_needed(bool check_time) {
|
|||
void VMThread::loop() {
|
||||
assert(_cur_vm_operation == NULL, "no current one should be executing");
|
||||
|
||||
SafepointSynchronize::init(_vm_thread);
|
||||
|
||||
while(true) {
|
||||
VM_Operation* safepoint_ops = NULL;
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue