8217213: shenandoahTaskQueue.hpp includes .inline.hpp file

Reviewed-by: shade, tschatzl
This commit is contained in:
Zhengyu Gu 2019-01-17 08:48:56 -05:00
parent 419c048dc3
commit 954f8acb59
6 changed files with 25 additions and 20 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2018, Red Hat, Inc. All rights reserved.
* Copyright (c) 2016, 2019, Red Hat, Inc. All rights reserved.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
@ -23,8 +23,8 @@
#include "precompiled.hpp"
#include "gc/shenandoah/shenandoahHeap.hpp"
#include "gc/shenandoah/shenandoahTaskqueue.hpp"
#include "gc/shenandoah/shenandoahHeap.inline.hpp"
#include "gc/shenandoah/shenandoahTaskqueue.inline.hpp"
#include "logging/log.hpp"
#include "logging/logStream.hpp"