Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2002 10:16:42 +0100
From:      Ernst de Haan <znerd@freebsd.org>
To:        Chris Shenton <chris@shenton.org>, "Tim E Schafer" <tim_schafer@agship.com>
Cc:        java@freebsd.org
Subject:   Re: linux-jdk14 bombs (running tomcat with servlet)
Message-ID:  <200202250916.g1P9GgM02402@zaphod.euronet.nl>
In-Reply-To: <87664psave.fsf@thanatos.shenton.org>
References:  <018e01c1bb4a$a45fa470$441814ac@newtim> <87664psave.fsf@thanatos.shenton.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Please file a PR. I will look at it ASAP.

Ernst


On Friday 22 February 2002 18:08, Chris Shenton wrote:
> [java@freebsd.org CCd so they can archive your suggestions]
>
> "Tim E Schafer" <tim_schafer@agship.com> writes:
> > I noticed that the port linux-jdk1.4 doesn't do something that the
> > linux-jdk1.3.1 port does, that is turn off hotspot.  Take a look at:
> > /usr/local/linux-jdk1.3.1/jre/lib/jvm.cfg
> >
> > should look like:
> >
> > -classic
> > -client
> > -hotspot
> > -server
> >
> > with -classic at the top it chooses to use classic VM over hotspot
>
> From native jdk-1.3.1p6 built from ports last night, jre/lib/jvm.cfg:
>
>     -client
>     -hotspot
>     -server
>     -classic
>
> with the only implementation in jdk1.3.1/jre/lib/i386/classic/libjvm.so.
> (The Linux jdk13 had additional libjvm.so under different dirs).
>
> The linux-jdk14 moves this to linux-jdk1.4.0/jre/lib/i386/jvm.cfg:
>
>     -client KNOWN
>     -server KNOWN
>     -hotspot ALIASED_TO -client
>     -classic WARN
>     -native ERROR
>     -green ERROR
>
> with libjvm.so under client/ and server/.  So there's no "classic"
> libjvm, and the "client" is the same as "hotspot".  So I tried the
> only option I have: swapping -client with -server.  No help, not
> surprisingly: same error. Bummer.
>
> Thanks for your suggestions. I've never looked under the covers of the
> java machine, didn't know these knobs were there to tweak.
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-java" in the body of the message

-- 
Ernst de Haan
EuroNet Internet B.V.

    "Come to me all who are weary and burdened
        and I will give you rest" -- Jesus Christ

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202250916.g1P9GgM02402>