Class SupportedVMs


  • class SupportedVMs
    extends java.lang.Object
    JMH VM support tester
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SupportedVMs.Level  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.String[] EXPERIMENTAL_SUPPORT  
      (package private) static java.lang.String[] FULL_SUPPORT  
    • Constructor Summary

      Constructors 
      Constructor Description
      SupportedVMs()  
    • Field Detail

      • FULL_SUPPORT

        static final java.lang.String[] FULL_SUPPORT
      • EXPERIMENTAL_SUPPORT

        static final java.lang.String[] EXPERIMENTAL_SUPPORT
    • Constructor Detail

      • SupportedVMs

        SupportedVMs()
    • Method Detail