Version Differences for Dumps From a Java Process

(jstack (Thread Dump))
(Appendix A: References)
Line 172:
  # Java 7 'jmap' info: [http://docs.oracle.com/javase/7/docs/technotes/tools/share/jmap.html jmap - Memory Map]    # Java 7 'jmap' info: [http://docs.oracle.com/javase/7/docs/technotes/tools/share/jmap.html jmap - Memory Map] 
  # Java 7 'jstack' info: [http://docs.oracle.com/javase/7/docs/technotes/tools/share/jstack.html jstack - Stack Trace]    # Java 7 'jstack' info: [http://docs.oracle.com/javase/7/docs/technotes/tools/share/jstack.html jstack - Stack Trace] 
       
    + = Appendix B: Known Issues =  
       
    + == Java 4 ==  
       
    + Java 4 does not support '''jstack'''.  
       
    + == Java 5 ==  
       
    + Java 5 has shown intermittent support on Windows when using '''jstack'''. Some notable cases include:  
    + * Using a 64-bit operating system and a 32-bit JVM  
    + ** Will cause '''jstack''' to fail with the message '''<font face="monospace">Monitoring is not supported for the selected JVM.</font>'''