mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8234796: Refactor Handshake::execute to take a more complex type than ThreadClosure
Reviewed-by: dholmes, pliden, coleenp
This commit is contained in:
parent
095d77acf0
commit
21e03e71aa
36 changed files with 95 additions and 50 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -23,11 +23,12 @@
|
|||
*/
|
||||
|
||||
#include "precompiled.hpp"
|
||||
#include "utilities/globalCounter.hpp"
|
||||
#include "memory/iterator.hpp"
|
||||
#include "runtime/atomic.hpp"
|
||||
#include "runtime/thread.hpp"
|
||||
#include "runtime/threadSMR.inline.hpp"
|
||||
#include "runtime/vmThread.hpp"
|
||||
#include "utilities/globalCounter.hpp"
|
||||
#include "utilities/spinYield.hpp"
|
||||
|
||||
GlobalCounter::PaddedCounter GlobalCounter::_global_counter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue