Searched defs:amd64 (Results 26 - 28 of 28) sorted by relevance

12

/openjdk7/hotspot/agent/src/os/linux/
H A Dps_proc.c33 #if defined(x86_64) && !defined(amd64)
34 #define amd64 1 macro
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/
H A DAMD64ThreadContext.java25 package sun.jvm.hotspot.debugger.amd64;
30 /** Specifies the thread context on amd64 platforms; only a sub-portion
/openjdk7/jdk/test/
H A DMakefile116 # Name to use for x86_64 arch (historically amd64, but should change someday)
117 OS_ARCH_X64_NAME:=amd64
122 OS_ARCH2-amd64:=x64
123 #OS_ARCH2-x64:=amd64
129 OS_ARCH:=$(patsubst amd64,$(OS_ARCH_X64_NAME),$(OS_ARCH))

Completed in 45 milliseconds

12