Skip to content

Commit

Permalink
Restore original buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelter-sap committed Jul 7, 2023
1 parent 28bbfdb commit d4f86b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/vitals/vitals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ class SampleTables : public CHeapObj<mtInternal> {

// A pre-allocated buffer for printing reports. We preallocate this since
// when we want to print the report we may be in no condition to allocate memory.
char _temp_buffer[32 * K];
char _temp_buffer[96 * K];

static void dump_stream(stringStream* in, outputStream* out) {
g_vitals_lock.unlock();
Expand Down

0 comments on commit d4f86b0

Please sign in to comment.