View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window truffle-profiler-0.30.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.oracle.truffle.tools.profiler.impl
├─ com.oracle.truffle.tools.profiler.impl.CPUSamplerCLI.class - [JAR]
├─ com.oracle.truffle.tools.profiler.impl.CPUSamplerCLIOptionDescriptors.class - [JAR]
├─ com.oracle.truffle.tools.profiler.impl.CPUSamplerInstrument.class - [JAR]
├─ com.oracle.truffle.tools.profiler.impl.CPUTracerCLI.class - [JAR]
├─ com.oracle.truffle.tools.profiler.impl.CPUTracerCLIOptionDescriptors.class - [JAR]
├─ com.oracle.truffle.tools.profiler.impl.CPUTracerInstrument.class - [JAR]
├─ com.oracle.truffle.tools.profiler.impl.MemoryTracerCLI.class - [JAR]
├─ com.oracle.truffle.tools.profiler.impl.MemoryTracerCLIOptionDescriptors.class - [JAR]
├─ com.oracle.truffle.tools.profiler.impl.MemoryTracerInstrument.class - [JAR]
├─ com.oracle.truffle.tools.profiler.impl.ProfilerCLI.class - [JAR]
├─ com.oracle.truffle.tools.profiler.impl.ProfilerToolFactory.class - [JAR]
com.oracle.truffle.tools.profiler
├─ com.oracle.truffle.tools.profiler.CPUSampler.class - [JAR]
├─ com.oracle.truffle.tools.profiler.CPUTracer.class - [JAR]
├─ com.oracle.truffle.tools.profiler.MemoryTracer.class - [JAR]
├─ com.oracle.truffle.tools.profiler.ProfilerNode.class - [JAR]
├─ com.oracle.truffle.tools.profiler.ShadowStack.class - [JAR]
├─ com.oracle.truffle.tools.profiler.SourceLocation.class - [JAR]