< prev index next >

src/hotspot/share/runtime/stubRoutines.cpp

Print this page
rev 60629 : 8248656: Add Windows AArch64 platform support code
Reviewed-by:
Contributed-by: mbeckwit, luhenry, burban

*** 392,402 **** test_arraycopy_func(CAST_FROM_FN_PTR(address, Copy::aligned_conjoint_words), sizeof(jlong)); test_arraycopy_func(CAST_FROM_FN_PTR(address, Copy::aligned_disjoint_words), sizeof(jlong)); // test safefetch routines // Not on Windows 32bit until 8074860 is fixed ! #if ! (defined(_WIN32) && defined(_M_IX86)) test_safefetch32(); test_safefetchN(); #endif #endif --- 392,402 ---- test_arraycopy_func(CAST_FROM_FN_PTR(address, Copy::aligned_conjoint_words), sizeof(jlong)); test_arraycopy_func(CAST_FROM_FN_PTR(address, Copy::aligned_disjoint_words), sizeof(jlong)); // test safefetch routines // Not on Windows 32bit until 8074860 is fixed ! #if ! (defined(_WIN32) && defined(_M_IX86)) && !defined(_M_ARM64) test_safefetch32(); test_safefetchN(); #endif #endif
< prev index next >