mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8234748: Clean up atomic and orderAccess includes
Reviewed-by: dholmes
This commit is contained in:
parent
a5b3bfd8a2
commit
161333eeba
127 changed files with 88 additions and 79 deletions
|
@ -23,7 +23,6 @@
|
|||
*/
|
||||
#include "precompiled.hpp"
|
||||
|
||||
#include "runtime/atomic.hpp"
|
||||
#include "services/mallocSiteTable.hpp"
|
||||
#include "services/mallocTracker.hpp"
|
||||
#include "services/mallocTracker.inline.hpp"
|
||||
|
@ -153,5 +152,3 @@ void* MallocTracker::record_free(void* memblock) {
|
|||
header->release();
|
||||
return (void*)header;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue