Searched defs:bcount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCompilation.java39 private String bcount; field in class:Compilation
168 return bcount;
171 public void setBCount(String bcount) { argument
172 this.bcount = bcount;
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DSynchronizationStatistics.java369 String lockName, int bcount, int wcount)
379 " with blocked count = " + bcount +
398 if (info.getBlockedCount() != bcount) {
401 ". Expected to be " + bcount);
368 checkInfo(StatThread t, Thread.State s, Object lock, String lockName, int bcount, int wcount) argument

Completed in 31 milliseconds