Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasholenstein committed Sep 18, 2024
1 parent a2ec92f commit e6a0a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/opto/idealGraphPrinter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class IdealGraphPrinter : public CHeapObj<mtCompiler> {
outputStream *_output;
ciMethod *_current_method;
int _depth;
char buffer[4096];
char buffer[512];
bool _should_send_method;
PhaseChaitin* _chaitin;
bool _traverse_outs;
Expand Down

0 comments on commit e6a0a78

Please sign in to comment.