Searched defs:CPU (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tracing/dtrace/
H A DDependencyClass.java40 * The interface is specific to the CPU model of the current system.
42 CPU (1), enum constant in enum:DependencyClass
/openjdk7/hotspot/src/share/tools/hsdis/
H A DMakefile33 CPU = $(shell uname -p) macro
34 ARCH1=$(CPU:i586=i386)
70 CPU = $(shell uname -m) macro
71 ARCH1=$(CPU:x86_64=amd64)
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_version.cpp181 #define CPU ZERO_LIBARCH macro
183 #define CPU IA32_ONLY("x86") \ macro
192 return OS "-" CPU;
254 return VMNAME " (" VM_RELEASE ") for " OS "-" CPU FLOAT_ARCH_STR

Completed in 58 milliseconds