Home
last modified time | relevance | path

Searched refs:vh (Results 1 – 25 of 3091) sorted by relevance

12345678910>>...124

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestAccessChar.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set('\u4567'); in testStaticFinalFieldUnsupported()
672 vh.set('\u0123'); in testStaticField()
[all …]
H A DVarHandleTestAccessInt.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set(0x89ABCDEF); in testStaticFinalFieldUnsupported()
672 vh.set(0x01234567); in testStaticField()
[all …]
H A DVarHandleTestAccessShort.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
260 vhField, vh -> testInstanceFieldUnsupported(this, vh), in accessTestCaseProvider()
373 vh.set((short)0x4567); in testStaticFinalFieldUnsupported()
[all …]
H A DVarHandleTestAccessByte.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set((byte)0x23); in testStaticFinalFieldUnsupported()
672 vh.set((byte)0x01); in testStaticField()
[all …]
H A DVarHandleTestAccessLong.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
246 … vhFinalField, vh -> testInstanceFinalField(this, vh))); in accessTestCaseProvider()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
260 vhField, vh -> testInstanceFieldUnsupported(this, vh), in accessTestCaseProvider()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestAccessByte.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
213 testTypes(vh); in testTypes()
261 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
376 vh.set((byte)0x23); in testStaticFinalFieldUnsupported()
675 vh.set((byte)0x01); in testStaticField()
[all …]
H A DVarHandleTestAccessChar.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
213 testTypes(vh); in testTypes()
261 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
376 vh.set('\u4567'); in testStaticFinalFieldUnsupported()
675 vh.set('\u0123'); in testStaticField()
[all …]
H A DVarHandleTestAccessInt.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
213 testTypes(vh); in testTypes()
261 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
376 vh.set(0x89ABCDEF); in testStaticFinalFieldUnsupported()
675 vh.set(0x01234567); in testStaticField()
[all …]
H A DVarHandleTestAccessShort.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
213 testTypes(vh); in testTypes()
261 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
263 vhField, vh -> testInstanceFieldUnsupported(this, vh), in accessTestCaseProvider()
376 vh.set((short)0x4567); in testStaticFinalFieldUnsupported()
[all …]
H A DVarHandleTestAccessLong.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
213 testTypes(vh); in testTypes()
249 … vhFinalField, vh -> testInstanceFinalField(this, vh))); in accessTestCaseProvider()
261 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
263 vhField, vh -> testInstanceFieldUnsupported(this, vh), in accessTestCaseProvider()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestAccessChar.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set('\u4567'); in testStaticFinalFieldUnsupported()
672 vh.set('\u0123'); in testStaticField()
[all …]
H A DVarHandleTestAccessLong.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
246 … vhFinalField, vh -> testInstanceFinalField(this, vh))); in accessTestCaseProvider()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
260 vhField, vh -> testInstanceFieldUnsupported(this, vh), in accessTestCaseProvider()
[all …]
H A DVarHandleTestAccessByte.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set((byte)0x23); in testStaticFinalFieldUnsupported()
672 vh.set((byte)0x01); in testStaticField()
[all …]
H A DVarHandleTestAccessInt.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set(0x89ABCDEF); in testStaticFinalFieldUnsupported()
672 vh.set(0x01234567); in testStaticField()
[all …]
H A DVarHandleTestAccessShort.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
260 vhField, vh -> testInstanceFieldUnsupported(this, vh), in accessTestCaseProvider()
373 vh.set((short)0x4567); in testStaticFinalFieldUnsupported()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestAccessByte.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set((byte)0x23); in testStaticFinalFieldUnsupported()
672 vh.set((byte)0x01); in testStaticField()
[all …]
H A DVarHandleTestAccessChar.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set('\u4567'); in testStaticFinalFieldUnsupported()
672 vh.set('\u0123'); in testStaticField()
[all …]
H A DVarHandleTestAccessInt.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set(0x89ABCDEF); in testStaticFinalFieldUnsupported()
672 vh.set(0x01234567); in testStaticField()
[all …]
H A DVarHandleTestAccessLong.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
246 … vhFinalField, vh -> testInstanceFinalField(this, vh))); in accessTestCaseProvider()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
260 vhField, vh -> testInstanceFieldUnsupported(this, vh), in accessTestCaseProvider()
[all …]
H A DVarHandleTestAccessShort.java76 VarHandle vh;
80 vhs.add(vh);
84 vhs.add(vh);
88 vhs.add(vh);
92 vhs.add(vh);
100 vhs.add(vh);
210 testTypes(vh);
258 vhField, vh -> testInstanceField(this, vh)));
260 vhField, vh -> testInstanceFieldUnsupported(this, vh),
373 vh.set((short)0x4567);
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestAccessChar.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set('\u4567'); in testStaticFinalFieldUnsupported()
672 vh.set('\u0123'); in testStaticField()
[all …]
H A DVarHandleTestAccessInt.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set(0x89ABCDEF); in testStaticFinalFieldUnsupported()
672 vh.set(0x01234567); in testStaticField()
[all …]
H A DVarHandleTestAccessLong.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
246 … vhFinalField, vh -> testInstanceFinalField(this, vh))); in accessTestCaseProvider()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
260 vhField, vh -> testInstanceFieldUnsupported(this, vh), in accessTestCaseProvider()
[all …]
H A DVarHandleTestAccessShort.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
260 vhField, vh -> testInstanceFieldUnsupported(this, vh), in accessTestCaseProvider()
373 vh.set((short)0x4567); in testStaticFinalFieldUnsupported()
[all …]
H A DVarHandleTestAccessByte.java76 VarHandle vh; in allocate() local
80 vhs.add(vh); in allocate()
84 vhs.add(vh); in allocate()
88 vhs.add(vh); in allocate()
92 vhs.add(vh); in allocate()
100 vhs.add(vh); in allocate()
210 testTypes(vh); in testTypes()
258 vhField, vh -> testInstanceField(this, vh))); in accessTestCaseProvider()
373 vh.set((byte)0x23); in testStaticFinalFieldUnsupported()
672 vh.set((byte)0x01); in testStaticField()
[all …]

12345678910>>...124