comparison src/share/vm/graal/graalCompilerToVM.cpp @ 13895:4731c1a0b1f3

consolidated GNFI code into graal.hotspot project and cleaned up the documentation and code
author Doug Simon <doug.simon@oracle.com>
date Thu, 06 Feb 2014 18:44:14 +0100
parents 0d91d64b88f8
children d587baa55dd7
comparison
equal deleted inserted replaced
13894:4fa77c58ad8f 13895:4731c1a0b1f3
556 set_int("graalCountersThreadOffset", in_bytes(JavaThread::graal_counters_offset())); 556 set_int("graalCountersThreadOffset", in_bytes(JavaThread::graal_counters_offset()));
557 set_int("graalCountersSize", (jint) GraalCounterSize); 557 set_int("graalCountersSize", (jint) GraalCounterSize);
558 558
559 //------------------------------------------------------------------------------------------------ 559 //------------------------------------------------------------------------------------------------
560 560
561 set_long("libraryLoadAddress", (jlong) os::dll_load); 561 set_long("dllLoad", (jlong) os::dll_load);
562 set_long("functionLookupAddress", (jlong) os::dll_lookup); 562 set_long("dllLookup", (jlong) os::dll_lookup);
563 #if defined(TARGET_OS_FAMILY_bsd) || defined(TARGET_OS_FAMILY_linux) 563 #if defined(TARGET_OS_FAMILY_bsd) || defined(TARGET_OS_FAMILY_linux)
564 set_long("rtldDefault", (jlong) RTLD_DEFAULT); 564 set_long("rtldDefault", (jlong) RTLD_DEFAULT);
565 #endif 565 #endif
566 566
567 #undef set_boolean 567 #undef set_boolean