--- old/make/solaris/makefiles/vm.make 2013-07-01 12:59:38.000000000 -0700 +++ new/make/solaris/makefiles/vm.make 2013-07-01 12:59:38.000000000 -0700 @@ -90,6 +90,11 @@ # a time and date. vm_version.o: CXXFLAGS += ${JRE_VERSION} +# Large File Support +ifneq ($(LP64), 1) +CXXFLAGS/ostream.o += -D_FILE_OFFSET_BITS=64 +endif # ifneq ($(LP64), 1) + # CFLAGS_WARN holds compiler options to suppress/enable warnings. CFLAGS += $(CFLAGS_WARN)