While going through a crash dump, I encountered following line
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
I have few quesions which I eagerly want to understand.
What does IL and L stand for in the string ILjava/awt/Conditional;Ljava/awt/EventFilter;
What is V+35 at the end of the string?