Skip to content

Commit

Permalink
Disable writer
Browse files Browse the repository at this point in the history
Signed-off-by: Graham Chapman <graham_chapman@ca.ibm.com>
  • Loading branch information
gacholio committed Jul 31, 2024
1 parent 1c386d3 commit 577961c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/vm/jfr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ writeOutGlobalBuffer(J9VMThread *currentThread, bool finalWrite)
j9tty_printf(PORTLIB, "\n!!! writing global buffer %p of size %p\n", currentThread, vm->jfrBuffer.bufferSize - vm->jfrBuffer.bufferRemaining);
#endif /* defined(DEBUG) */

VM_JFRWriter::flushJFRDataToFile(currentThread, finalWrite);
// VM_JFRWriter::flushJFRDataToFile(currentThread, finalWrite);

/* Reset the buffer */
vm->jfrBuffer.bufferRemaining = vm->jfrBuffer.bufferSize;
Expand Down

0 comments on commit 577961c

Please sign in to comment.