Home
last modified time | relevance | path

Searched refs:hash_original (Results 1 – 3 of 3) sorted by relevance

/dports/www/mod_perl2/mod_perl-2.0.11/t/response/TestPerl/
H A Dhash_attack.pm165 sub hash_original { subroutine
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/
H A DheapShared.cpp276 int hash_original = obj->identity_hash(); in archive_heap_object() local
277 archived_oop->set_mark(markWord::prototype().copy_set_hash(hash_original)); in archive_heap_object()
281 …assert(hash_original == hash_archived, "Different hash codes: original %x, archived %x", hash_orig… in archive_heap_object()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/cds/
H A DheapShared.cpp277 int hash_original = obj->identity_hash(); in archive_heap_object() local
278 archived_oop->set_mark(markWord::prototype().copy_set_hash(hash_original)); in archive_heap_object()
282 …assert(hash_original == hash_archived, "Different hash codes: original %x, archived %x", hash_orig… in archive_heap_object()