Menu

#2 BootClasses not visible

closed
nobody
None
5
2003-04-13
2002-10-13
No

Classes loaded by the BootClassLoader (e.g.
java.lang.String) are not visible in the result file. Possible
solutions: 1. Inspect the HeapDump to find the classes
or 2. Enable all JVMPI_EVENT_METHOD_ENTRY and
JVMPI_EVENT_METHOD_EXIT events and disable
them later, after we've found that these methods belong
to an excluded class.

Discussion

  • Wolfgang Jung

    Wolfgang Jung - 2003-04-13
    • status: open --> closed
     
  • Wolfgang Jung

    Wolfgang Jung - 2003-04-13

    Logged In: YES
    user_id=117840

    the bootclasses are visible after registering the
    JVMPI_EVENT_INIT_DONE event.

     

Log in to post a comment.