Searched refs:v1 (Results 1 - 25 of 94) sorted by relevance

1234

/openjdk7/hotspot/test/compiler/8000805/
H A DTest8000805.java52 { long v1 = loadB2L_mask8(ba);
54 if (v1 != v2)
55 throw new InternalError(String.format("loadB2L_mask8 failed: %x != %x", v1, v2)); }
62 { long v1 = loadS2LmaskFF(sa);
64 if (v1 != v2)
65 throw new InternalError(String.format("loadS2LmaskFF failed: %x != %x", v1, v2)); }
67 { long v1 = loadS2Lmask16(sa);
69 if (v1 != v2)
70 throw new InternalError(String.format("loadS2Lmask16 failed: %x != %x", v1, v2)); }
72 { long v1
[all...]
/openjdk7/jdk/test/java/util/Vector/
H A DSimpleSerialization.java46 final Vector<String> v1 = new Vector<>();
48 v1.add("entry1");
49 v1.add("entry2");
54 oos.writeObject(v1);
64 if (false == v1.equals(deserializedObject)) {
65 throw new RuntimeException(getFailureText(v1, deserializedObject));
H A DSerializationDeadlock.java49 final Vector<Object> v1 = new Vector<>();
54 v1.add(testStart);
55 v1.add(v2);
57 v2.add(v1);
60 final TestThread t1 = new TestThread(v1, testEnd);
67 // of the 'testStart' object (and hence of both 'v1' and 'v2')
71 // of 'v1' and 'v2'.
/openjdk7/jdk/src/share/classes/sun/misc/
H A DPerf.java409 byte[] v1 = new byte[v.length+1];
410 System.arraycopy(v, 0, v1, 0, v.length);
411 v1[v.length] = '\0';
412 return createByteArray(name, variability, units, v1, Math.max(v1.length, maxLength));
448 byte[] v1 = new byte[v.length+1];
449 System.arraycopy(v, 0, v1, 0, v.length);
450 v1[v.length] = '\0';
451 return createByteArray(name, variability, units, v1, v1
[all...]
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A Dbatch.sh41 refv11dir=./ref-v1.1-output
43 refv12dir=./ref-v1.2-output
45 newv11dir=./new-v1.1-output
47 newv12dir=./new-v1.2-output
49 v11diffs=./diffs-v1.1
51 v12diffs=./diffs-v1.2
64 ${TESTJAVA}/bin/rmic -keep -nowrite -v1.1 -d $refv11dir -classpath "$@"
66 ${TESTJAVA}/bin/rmic -keep -v1.2 -d $refv12dir -classpath "$@"
68 ${TESTJAVA}/bin/rmic -Xnew -nowrite -keep -v1.1 -d $newv11dir -classpath "$@"
70 ${TESTJAVA}/bin/rmic -Xnew -keep -v1
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DQuery.java158 * @param v1 A value expression.
168 public static QueryExp gt(ValueExp v1, ValueExp v2) { argument
169 return new BinaryRelQueryExp(GT, v1, v2);
176 * @param v1 A value expression.
186 public static QueryExp geq(ValueExp v1, ValueExp v2) { argument
187 return new BinaryRelQueryExp(GE, v1, v2);
194 * @param v1 A value expression.
204 public static QueryExp leq(ValueExp v1, ValueExp v2) { argument
205 return new BinaryRelQueryExp(LE, v1, v2);
212 * @param v1
222 lt(ValueExp v1, ValueExp v2) argument
240 eq(ValueExp v1, ValueExp v2) argument
258 between(ValueExp v1, ValueExp v2, ValueExp v3) argument
[all...]
H A DBetweenQueryExp.java64 * Creates a new BetweenQueryExp with v1 checked value, v2 lower bound
67 public BetweenQueryExp(ValueExp v1, ValueExp v2, ValueExp v3) { argument
68 exp1 = v1;
H A DInQueryExp.java62 public InQueryExp(ValueExp v1, ValueExp items[]) { argument
63 val = v1;
/openjdk7/hotspot/test/compiler/8007294/
H A DTest8007294.java48 int v1 = obj.i1;
50 int v3 = m(v1);
67 int v1 = arr[j];
71 return v1;
/openjdk7/jdk/test/sun/rmi/rmic/defaultStubVersion/
H A Drun.sh28 # classes should use, its behavior is identical to that of the "-v1.2"
50 ${TESTJAVA}/bin/rmic -classpath ${TESTCLASSES:-.} -keep -nowrite -d $refdir -v1.2 G1Impl
54 echo "TEST PASSED: default output identical to -v1.2 output"
/openjdk7/langtools/test/tools/javac/
H A DT6554097.java10 @SuppressWarnings("serial") final Throwable[] v1 = { new Throwable() {} }; field in class:T6554097
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTestEquals.java56 private static void test(TestEquals v1, TestEquals v2, int amount) { argument
57 int count = v1.count + v2.count;
61 v1.count = 0;
/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTestEquals.java55 private static void test(TestEquals v1, TestEquals v2, int amount) { argument
56 int count = v1.count + v2.count;
60 v1.count = 0;
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationInvocationHandler.java232 private static boolean memberValueEquals(Object v1, Object v2) { argument
233 Class<?> type = v1.getClass();
238 return v1.equals(v2);
242 if (v1 instanceof Object[] && v2 instanceof Object[])
243 return Arrays.equals((Object[]) v1, (Object[]) v2);
251 return Arrays.equals((byte[]) v1, (byte[]) v2);
253 return Arrays.equals((char[]) v1, (char[]) v2);
255 return Arrays.equals((double[]) v1, (double[]) v2);
257 return Arrays.equals((float[]) v1, (float[]) v2);
259 return Arrays.equals((int[]) v1, (in
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DOopMapCacheEntry.java140 boolean v1 = isOop(i);
143 Assert.that(v1 == v2, "locals oop mask generation error");
148 boolean v1 = isOop(maxLocals + j);
151 Assert.that(v1 == v2, "stack oop mask generation error");
/openjdk7/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DVarArgsTest.java47 NSString v1 = Utils.get().strings().nsString("value1");
52 NSDictionary dict = ((NSDictionary)FND.NSDictionary().alloc()).initWithObjectsAndKeys(v1, k1, v2, k2, null);
/openjdk7/jdk/test/com/sun/jdi/
H A DDeoptimizeWalk.sh51 int v1 = 89;
52 System.out.println("a1" + v1);
H A DGetSetLocalTest.java284 boolean v1 = get.value();
288 if (v1 == v2) {
306 byte v1 = get.value();
310 if (v1 == v2) {
328 char v1 = get.value();
332 if (v1 == v2) {
350 short v1 = get.value();
354 if (v1 == v2) {
372 int v1 = get.value();
376 if (v1
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DRandom.java472 * double v1, v2, s;
474 * v1 = 2 * nextDouble() - 1; // between -1.0 and 1.0
476 * s = v1 * v1 + v2 * v2;
481 * return v1 * multiplier;
502 double v1, v2, s;
504 v1 = 2 * nextDouble() - 1; // between -1 and 1
506 s = v1 * v1 + v2 * v2;
511 return v1 * multiplie
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegexParser.java1114 int v1 = 0;
1119 if ((v1 = hexChar(this.chardata)) < 0)
1122 uv = uv*16+v1;
1128 int v1 = 0;
1129 if (this.read() != T_CHAR || (v1 = hexChar(this.chardata)) < 0)
1131 int uv = v1;
1133 if (this.read() != T_CHAR || (v1 = hexChar(this.chardata)) < 0)
1135 uv = uv*16+v1;
1141 int v1 = 0;
1143 if (this.read() != T_CHAR || (v1
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Layout/src/com/sun/hotspot/igv/layout/
H A DLayoutGraph.java60 Vertex v1 = p.getVertex();
63 if (!vertices.contains(v1)) {
65 outputPorts.put(v1, new HashSet<Port>(1));
66 inputPorts.put(v1, new HashSet<Port>(3));
67 vertices.add(v1);
68 assert vertices.contains(v1);
87 outputPorts.get(v1).add(p);
/openjdk7/jdk/make/com/sun/jmx/
H A DMakefile124 -v1.2 \
132 -iiop -v1.2 \
136 -iiop -v1.2 \
/openjdk7/jdk/test/sun/misc/Version/
H A DVersion.java39 VersionInfo v1 = new VersionInfo(jdkMajorVersion(),
45 System.out.println("JDK version = " + jdk + " " + v1);
46 if (!jdk.equals(v1)) {
47 throw new RuntimeException("Unmatched version: " + jdk + " vs " + v1);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.h59 void *v1; member in struct:SECMODModuleStr
/openjdk7/jdk/make/sun/rmi/rmid/
H A DMakefile65 # (use -v1.2 stubs for activation system)
69 $(RMIC) -v1.2 -classpath $(CLASSBINDIR) \

Completed in 90 milliseconds

1234