Searched defs:jl (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp110 static inline jdouble get_double(intptr_t *from) { jlong jl = ((jlong)(*( signed int *)((jint *)from )) << 32) | local
/openjdk9/hotspot/src/cpu/zero/vm/
H A DjniTypes_zero.hpp110 static inline jdouble get_double(intptr_t *from) { jlong jl = ((jlong)(*( signed int *)((jint *)from )) << 32) | local
/openjdk9/hotspot/src/share/vm/runtime/
H A DstackValue.cpp158 union { intptr_t p; jlong jl; } value; member in union:__anon681
/openjdk9/langtools/test/tools/javac/lambda/funcInterfaces/
H A DLambdaTest2_SAM2.java154 void methodJL(JL jl) { argument

Completed in 45 milliseconds