From owner-freebsd-java@FreeBSD.ORG Tue Dec 18 05:33:34 2012 Return-Path: Delivered-To: freebsd-java@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3267725A; Tue, 18 Dec 2012 05:33:34 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 165808FC0A; Tue, 18 Dec 2012 05:33:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBI5XXkK087707; Tue, 18 Dec 2012 05:33:33 GMT (envelope-from dteske@freefall.freebsd.org) Received: (from dteske@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBI5XXJ3087703; Tue, 18 Dec 2012 05:33:33 GMT (envelope-from dteske) Date: Tue, 18 Dec 2012 05:33:33 GMT Message-Id: <201212180533.qBI5XXJ3087703@freefall.freebsd.org> To: jhelfman@e-e.com, dteske@FreeBSD.org, freebsd-java@FreeBSD.org From: dteske@FreeBSD.org Subject: Re: java/140002: java/diablo-jdk16: jconsole dumps tomcat when contacting jmxrmi service X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 05:33:34 -0000 Synopsis: java/diablo-jdk16: jconsole dumps tomcat when contacting jmxrmi service State-Changed-From-To: closed->open State-Changed-By: dteske State-Changed-When: Tue Dec 18 05:14:22 UTC 2012 State-Changed-Why: Re-opening. Since it's been a while since this PR was closed (greater than 3 years), I'm attaching some details: FreeBSD dcs5.dev.vicor.com 8.1-RELEASE-p6 FreeBSD 8.1-RELEASE-p6 #6: Mon Oct 17 11:57:29 PDT 2011 dteske@oos0a.vbsd.vicor.com:/usr/src/sys/amd64/compile/FIS-amd64 amd64 openjdk version "1.6.0" OpenJDK Runtime Environment (build 1.6.0-b19) OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) NOTE: This is from binary package available via ftp-archive for 8.1-R amd64 NOTE: We also tested (and reproduced the same problem) with the following... openjdk version "1.7.0" OpenJDK Runtime Environment (build 1.7.0-root_2010_06_29_13_39-b00) OpenJDK 64-Bit Server VM (build 17.0-b10, mixed mode) And, finally... tomcat version 7.0.20 compiled from ports with zero modifications. When we use the following JVM we don't see the problem: java version "1.6.0_07" Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02) Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode) NOTE: The non-working JVMs (that cause tomcat to dump when connecting with jconsole) are binary packages downloaded via ftp-archive while the diablo-jdk is (as-required) built from ports (also with zero modifications). Additional testing/details to come. http://www.freebsd.org/cgi/query-pr.cgi?pr=140002