src/share/vm/prims/jvm.h
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_headers_only Cdiff src/share/vm/prims/jvm.h

src/share/vm/prims/jvm.h

Print this page
rev 2694 : imported patch headers_only

*** 33,42 **** --- 33,45 ---- # include "jvm_solaris.h" #endif #ifdef TARGET_OS_FAMILY_windows # include "jvm_windows.h" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "jvm_bsd.h" + #endif #ifndef _JAVASOFT_JVM_H_ #define _JAVASOFT_JVM_H_ // HotSpot integration note:
src/share/vm/prims/jvm.h
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File