view agent/test/race-condition/ClassPrepare/ThreadExhausted/testcase/dynload/DynLoad.java @ 227:f421a4c6e7ea

Bug 3357: [TEST][RaceCondition]Add some events with ClassPrepare Reviewed-by: yasuenag https://github.com/HeapStats/heapstats/pull/92
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Tue, 11 Apr 2017 18:05:01 +0900
parents
children 84f67233da38
line wrap: on
line source

public class DynLoad{
  public void call(){
    System.out.println("from " + Thread.currentThread().getName());
  }
}