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

/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp1497 jint fsh, fsl; local
1498 if (sscanf(class_name, "# %8x%8x\n", &fsh, &fsl) == 2) {
1499 file_jsum = ((jlong)(fsh) << 32) | (fsl & 0xffffffff);

Completed in 26 milliseconds