Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
jdksjolen committed Nov 30, 2023
1 parent ab5f0f7 commit 5354e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/compiler/compilerThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CompilerThread::CompilerThread(CompileQueue* queue, CompilerCounters* counters)
_buffer_blob = nullptr;
_can_call_java = false;
_compiler = nullptr;
set_resource_area(new (mtThread) ResourceArea{&_resource_area_memory, mtCompiler});
set_resource_area(new (mtThread) ResourceArea{/*&_resource_area_memory,*/ mtCompiler});
_arena_stat = CompilationMemoryStatistic::enabled() ? new ArenaStatCounter : nullptr;
#ifndef PRODUCT
_ideal_graph_printer = nullptr;
Expand Down

0 comments on commit 5354e3f

Please sign in to comment.