java -XX:+UnlockDiagnosticVMOptions -XX:+PrintAssembly -versionJavaHotSpot(TM)64-BitServerVM warning:PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional outputCould not load hsdis-amd64.dylib; library not loadable; PrintAssembly is disabledjava version "1.8.0_171"Java(TM)SERuntimeEnvironment (build 1.8.0_171-b11)JavaHotSpot(TM)64-BitServerVM (build 25.171-b11, mixed mode)
CompileCommand=print,*MyClass.myMethod prints assembly for just one method
CompileCommand=option,*MyClass.myMethod,PrintOptoAssembly (debug build only) produces the old print command output
CompileCommand=option,*MyClass.myMethod,PrintNMethods produces method dumps