8252037: Optimized build is broken
Fix some optimized build issues. Reviewed-by: vlivanov, tschatzl, thartmann, kbarrett
This commit is contained in:
parent
b978ebee46
commit
84e62e8597
@ -23,6 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precompiled.hpp"
|
#include "precompiled.hpp"
|
||||||
|
#include "classfile/javaClasses.inline.hpp"
|
||||||
#include "code/debugInfoRec.hpp"
|
#include "code/debugInfoRec.hpp"
|
||||||
#include "code/pcDesc.hpp"
|
#include "code/pcDesc.hpp"
|
||||||
#include "code/scopeDesc.hpp"
|
#include "code/scopeDesc.hpp"
|
||||||
|
@ -1609,6 +1609,7 @@ void PSParallelCompact::summary_phase(ParCompactionManager* cm,
|
|||||||
{
|
{
|
||||||
GCTraceTime(Info, gc, phases) tm("Summary Phase", &_gc_timer);
|
GCTraceTime(Info, gc, phases) tm("Summary Phase", &_gc_timer);
|
||||||
|
|
||||||
|
#ifdef ASSERT
|
||||||
log_develop_debug(gc, marking)(
|
log_develop_debug(gc, marking)(
|
||||||
"add_obj_count=" SIZE_FORMAT " "
|
"add_obj_count=" SIZE_FORMAT " "
|
||||||
"add_obj_bytes=" SIZE_FORMAT,
|
"add_obj_bytes=" SIZE_FORMAT,
|
||||||
@ -1619,6 +1620,7 @@ void PSParallelCompact::summary_phase(ParCompactionManager* cm,
|
|||||||
"mark_bitmap_bytes=" SIZE_FORMAT,
|
"mark_bitmap_bytes=" SIZE_FORMAT,
|
||||||
mark_bitmap_count,
|
mark_bitmap_count,
|
||||||
mark_bitmap_size * HeapWordSize);
|
mark_bitmap_size * HeapWordSize);
|
||||||
|
#endif // ASSERT
|
||||||
|
|
||||||
// Quick summarization of each space into itself, to see how much is live.
|
// Quick summarization of each space into itself, to see how much is live.
|
||||||
summarize_spaces_quick();
|
summarize_spaces_quick();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user