coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Introduce Java Flight Recorder Feature for Java Applications #367

Open brianoliver opened 8 years ago

brianoliver commented 8 years ago

As a developer I often want to create and manage the Java Flight Recorder programmatically. This would be especially useful for Bedrock Java-based Applications. For example, imagine a Java Application that is created supporting the Java Flight Recorder (say using a Option). The Java Application could then provide a JavaFlightRecorder Feature dynamically, that would allow controlling the Java Application at runtime. This would make it easy to create tests that automatically create and check flight recordings, say for memory leaks!