Searched defs:ll (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/atomic/
H A DLazy.java35 volatile long ll; field in class:Lazy
52 AtomicLongFieldUpdater.newUpdater(Lazy.class, "ll");
80 z.ll == 8L &&
/openjdk7/hotspot/test/compiler/6860469/
H A DTest.java40 static int C(int ll, int f) { argument
44 if (ll != 0) {
45 if (ll < min) {
46 min = ll;
48 if (ll > max) {
49 max = ll;
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMissingClassTest.java330 TestListener(LostListener ll) { argument
331 this.lostListener = ll;
476 LostListener ll = new LostListener();
477 client.addConnectionNotificationListener(ll, null, null);
478 TestListener nl = new TestListener(ll);

Completed in 1464 milliseconds