JDK-8298041 : Add JFR event for ObjectInputStream creation
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io:serialization
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2022-12-02
  • Updated: 2022-12-02
Related Reports
Relates :  
Description
The creation of an java.io.ObjectInputStream is an interesting event and should be added to JFR events. It can help to identify and categorize uses of de-serialization.