8008959: Fix non-PCH build on Linux, Windows and MacOS X

Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files.

Reviewed-by: coleenp, stefank, dholmes
This commit is contained in:
Volker Simonis 2013-02-27 09:40:30 +01:00
parent f85789e68a
commit 76fa595599
25 changed files with 126 additions and 125 deletions

View file

@ -25,7 +25,6 @@
#ifndef OS_SOLARIS_VM_OS_SOLARIS_INLINE_HPP
#define OS_SOLARIS_VM_OS_SOLARIS_INLINE_HPP
#include "runtime/atomic.hpp"
#include "runtime/atomic.inline.hpp"
#include "runtime/os.hpp"