From owner-java@FreeBSD.ORG Thu Dec 25 11:21:13 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA26917 for java-outgoing; Thu, 25 Dec 1997 11:21:13 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: (from hsu@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA26901 for freebsd-java; Thu, 25 Dec 1997 11:21:07 -0800 (PST) (envelope-from hsu) Date: Thu, 25 Dec 1997 11:21:07 -0800 (PST) From: Jeffrey Hsu Message-Id: <199712251921.LAA26901@hub.freebsd.org> To: freebsd-java Subject: off_t tip Sender: owner-java@FreeBSD.ORG Precedence: bulk There are several places in the JDK source that need modification with regard to our 64 bit off_t. The places in src/solaris/java/{runtime,green_threads} are obvious. There's also a native method in the share directory which was patched to pass JCK conformance testing but it was patched in a bogus failure mode under Solaris and is also unnecessary under FreeBSD since we already have 64 bit offsets. I have that code #ifdef SOLARIS out. (Sun doesn't like #ifdefs but I do it that way so I have the same code which is buildable under Solaris and FreeBSD.) If you can, try to get the JCK tests somewhere (may be hard without paying Javasoft money) and run it.