Print this page
4719 Common patchset for jdk1.7 support preparation

*** 47,57 **** consumer.compile("syscall:::entry { @[execname] = count(); } " + "tick-101ms { printa(@); }"); consumer.enable(); consumer.go(); try { ! Thread.currentThread().sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); System.exit(1); } consumer.close(); --- 47,57 ---- consumer.compile("syscall:::entry { @[execname] = count(); } " + "tick-101ms { printa(@); }"); consumer.enable(); consumer.go(); try { ! Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); System.exit(1); } consumer.close();
*** 75,85 **** consumer.compile("syscall:::entry { @[execname] = count(); } " + "tick-101ms { printa(@); }"); consumer.enable(); consumer.go(); try { ! Thread.currentThread().sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); System.exit(1); } if (!aborted) { --- 75,85 ---- consumer.compile("syscall:::entry { @[execname] = count(); } " + "tick-101ms { printa(@); }"); consumer.enable(); consumer.go(); try { ! Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); System.exit(1); } if (!aborted) {
*** 127,137 **** consumer.compile("syscall:::entry { @[execname] = count(); } " + "tick-101ms { printa(@); }"); consumer.enable(); consumer.go(); try { ! Thread.currentThread().sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); System.exit(1); } try { --- 127,137 ---- consumer.compile("syscall:::entry { @[execname] = count(); } " + "tick-101ms { printa(@); }"); consumer.enable(); consumer.go(); try { ! Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); System.exit(1); } try {