8292691: Move CompilerConfig::is_xxx() inline functions out of compilerDefinitions.hpp

Reviewed-by: kvn, iveresov
This commit is contained in:
Ioi Lam 2022-08-20 23:17:57 +00:00
parent 3601e30df7
commit 2fbb936203
27 changed files with 183 additions and 107 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1999, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1999, 2022, 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,7 +23,7 @@
*/
#include "precompiled.hpp"
#include "compiler/compilerDefinitions.hpp"
#include "compiler/compilerDefinitions.inline.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "gc/shared/threadLocalAllocBuffer.inline.hpp"
#include "gc/shared/tlab_globals.hpp"