mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-15 02:13:19 +00:00
8356172: IdealGraphPrinter doesn't need ThreadCritical
Reviewed-by: rcastanedalo, chagedorn
This commit is contained in:
parent
614ba9fc41
commit
ddd07b107e
@ -1159,7 +1159,6 @@ void IdealGraphPrinter::print(const char* name, Node* node, GrowableArray<const
|
||||
}
|
||||
|
||||
void IdealGraphPrinter::init_file_stream(const char* file_name, bool use_multiple_files) {
|
||||
ThreadCritical tc;
|
||||
if (use_multiple_files && _file_count != 0) {
|
||||
assert(!_append, "append should only be used for debugging with a single file");
|
||||
ResourceMark rm;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user