mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
7003125: precompiled.hpp is included when precompiled headers are not used
Added an ifndef DONT_USE_PRECOMPILED_HEADER to precompiled.hpp. Set up DONT_USE_PRECOMPILED_HEADER when compiling with Sun Studio or when the user specifies USE_PRECOMPILED_HEADER=0. Fixed broken include dependencies. Reviewed-by: coleenp, kvn
This commit is contained in:
parent
18a6408d84
commit
4a33afe6c4
22 changed files with 85 additions and 21 deletions
|
@ -25,6 +25,8 @@
|
|||
#ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PARMARKBITMAP_INLINE_HPP
|
||||
#define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PARMARKBITMAP_INLINE_HPP
|
||||
|
||||
#include "oops/oop.hpp"
|
||||
|
||||
inline bool
|
||||
ParMarkBitMap::mark_obj(oop obj)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue