Skip to content

Commit ddd07b1

Browse files
committed
8356172: IdealGraphPrinter doesn't need ThreadCritical
Reviewed-by: rcastanedalo, chagedorn
1 parent 614ba9f commit ddd07b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/share/opto/idealGraphPrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,6 @@ void IdealGraphPrinter::print(const char* name, Node* node, GrowableArray<const
11591159
}
11601160

11611161
void IdealGraphPrinter::init_file_stream(const char* file_name, bool use_multiple_files) {
1162-
ThreadCritical tc;
11631162
if (use_multiple_files && _file_count != 0) {
11641163
assert(!_append, "append should only be used for debugging with a single file");
11651164
ResourceMark rm;

0 commit comments

Comments
 (0)