Subject: Re: kern/36505: java doesn't work anymore
To: None <gnats-bugs@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: netbsd-bugs
Date: 06/24/2007 00:06:41
On Sat, Jun 23, 2007 at 09:55:01PM +0000, Bernd Ernesti wrote:
> The following reply was made to PR kern/36505; it has been noted by GNATS.
> 
> From: Bernd Ernesti <pr200705@veego.de>
> To: gnats-bugs@NetBSD.org
> Cc: 
> Subject: Re: kern/36505: java doesn't work anymore
> Date: Sat, 23 Jun 2007 23:52:40 +0200
> 
>  Maybe this could give someone a hint about a possible problem:
>  
>  /emul/linux/proc/meminfo was in one of the last calls before
>   /usr/pkg/bin/sun15-java -Xshare:dump
>  failed and thats the output from it:

I may be stating the obvious, but: that makes some sense, since the server
vm doesn't support whatever -Xshare:dump does, and java chooses which vm to
use depending on how much memory the machine has. Does it support -client I
wonder? I'm not discounting the fact that there may be a problem with the
reported amount of memory, but for building the package we could always
supply -client.

Andrew