Class ServiceSection

java.lang.Object
com.ibm.jvm.format.ServiceSection

public class ServiceSection extends Object
Service section of a file header.
  • Constructor Details

  • Method Details

    • summary

      protected void summary(BufferedWriter out) throws IOException
      Throws:
      IOException
    • formatFileName

      protected String formatFileName()
    • getNextFormatFileName

      protected String getNextFormatFileName(String previous)
      Method to search forward through dat files. Trace is forward compatible, so a newer JVM should always be able to format the trace from an older JVM. This means that, for example, a 2.3 tracefile can use J9TraceFormat24.dat correctly.
      Parameters:
      previous - - the last filename tried
      Returns:
      the next filename to try, or null if all options are exhausted
    • getServiceLevel

      protected String getServiceLevel()
    • getVMLevel

      protected String getVMLevel()