Skip to content

Dig into java internal, the advanced area in java, or jvm.

Notifications You must be signed in to change notification settings

feng-zh/java-internal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Java Internal

This repository contains advanced components to process heap dump, or any JRE or JVM internal stuffs.

Class Finder

The original class finder is moved to https://github.com/feng-zh/classfinder repository.

Thread Dump

The original thread dump parser and viewer is moved to https://github.com/feng-zh/thread-dump repository.

Java Heap Reader

The heapreader library/tool is want to make heap parsing easily with limited memory resource. It provides basic parsing function, like XML-SAX parser.

More function based on this library will be implemented, like new-generation jhat with limited memory usage, etc.

Contribution

If any interesting java internal function want to add, please contact author. Welcome to fork this repository with your innovation.

About

Dig into java internal, the advanced area in java, or jvm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published