Class ThreadDumpInliner

java.lang.Object
org.h2.dev.util.ThreadDumpInliner

public class ThreadDumpInliner extends Object
Convert a list of thread dumps into one line per thread.
  • Constructor Details

    • ThreadDumpInliner

      public ThreadDumpInliner()
  • Method Details

    • main

      public static void main(String... a) throws Exception
      Usage: java ThreadDumpInliner threadDump.txt
      Parameters:
      a - the file name
      Throws:
      Exception