mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-25 06:10:44 +00:00
8230758: ZGC: Add missing precompiled include and fix friend declaration
Reviewed-by: tschatzl, pliden
This commit is contained in:
parent
3c93f5cf18
commit
557f13e994
@ -46,7 +46,7 @@
|
||||
//
|
||||
|
||||
class ZForwardingEntry {
|
||||
friend struct PrimitiveConversions;
|
||||
friend class PrimitiveConversions;
|
||||
|
||||
private:
|
||||
typedef ZBitField<uint64_t, bool, 0, 1> field_populated;
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
* questions.
|
||||
*/
|
||||
|
||||
#include "precompiled.hpp"
|
||||
#include "gc/z/zNUMA.hpp"
|
||||
#include "logging/log.hpp"
|
||||
#include "runtime/os.hpp"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user