src/share/vm/runtime/stubRoutines.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/stubRoutines.cpp	Tue Dec 13 12:44:35 2016
--- new/src/share/vm/runtime/stubRoutines.cpp	Tue Dec 13 12:44:33 2016

*** 22,32 **** --- 22,31 ---- * */ #include "precompiled.hpp" #include "asm/codeBuffer.hpp" #include "code/codeCacheExtensions.hpp" #include "memory/resourceArea.hpp" #include "oops/oop.inline.hpp" #include "runtime/interfaceSupport.hpp" #include "runtime/timerTrace.hpp" #include "runtime/sharedRuntime.hpp"
*** 202,217 **** --- 201,210 ---- #ifdef ASSERT typedef void (*arraycopy_fn)(address src, address dst, int count); // simple tests of generated arraycopy functions static void test_arraycopy_func(address func, int alignment) { if (CodeCacheExtensions::use_pregenerated_interpreter() || !CodeCacheExtensions::is_executable(func)) { // Exit safely if stubs were generated but cannot be used. // Also excluding pregenerated interpreter since the code may depend on // some registers being properly initialized (for instance Rthread) return; } int v = 0xcc; int v2 = 0x11; jlong lbuffer[8]; jlong lbuffer2[8]; address fbuffer = (address) lbuffer;

src/share/vm/runtime/stubRoutines.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File