• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

OpenJDK - Debugging Tools like VisualVM for JDK 1.8

 
Ranch Hand
Posts: 44
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

What are the debugging tools available in OpenJDK - Debugging Tools like VisualVM for JDK 1.8

Thanks
 
Bartender
Posts: 7645
178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
VisualVM works with just about any JDK, certainly with Java 8 and newer.

Other tools can be found at https://openjdk.org/tools/
 
Saloon Keeper
Posts: 28717
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Conversely, you can do visual debugging with just about any IDE, including Eclipse, IntelliJ and NetBeans.

The latest VisualVM release supports Java 21 (presumably OpenJDK, Oracle and other recent JVMs).

I would hasten to migrate away from Java 8, though. It uses an now-obsolescent introspection architecture and that can cause issues when building apps using more modern libraries.
 
reply
    Bookmark Topic Watch Topic
  • New Topic