RFR(M): 8026251: New type profiling points: parameters to methods

Roland Westrelin roland.westrelin at oracle.com
Mon Oct 14 04:59:13 PDT 2013


The last of the series of new type profiling points.

http://cr.openjdk.java.net/~roland/8026251/webrev.00/

The output of PrintMethodData is:

TestProfiling.m1(Ljava/lang/Object;JLjava/lang/Object;LTestProfiling$C;I)Ljava/lang/Object;
  interpreter_invocation_count:     5000
  invocation_counter:               5000
  backedge_counter:                    0
  mdo size: 444 bytes

  parameter types                   0: stack(0) 'TestProfiling'
                                    1: stack(1) 'TestProfiling$A'

Roland.


More information about the hotspot-compiler-dev mailing list