From owner-freebsd-java Thu Jan 23 17:45:11 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72FC337B401 for ; Thu, 23 Jan 2003 17:45:08 -0800 (PST) Received: from seed.net.tw (sn13.seed.net.tw [139.175.54.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F55C43F43 for ; Thu, 23 Jan 2003 17:45:02 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.134.3] (port=49491 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:4) id 18bstx-000JcO-00 for freebsd-java@freebsd.org; Fri, 24 Jan 2003 09:45:01 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.6/8.12.6) with ESMTP id h0O1j0IA094709 for ; Fri, 24 Jan 2003 09:45:00 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.6/8.12.6/Submit) id h0O1ixOp094708 for freebsd-java@freebsd.org; Fri, 24 Jan 2003 09:44:59 +0800 (CST) Date: Fri, 24 Jan 2003 09:44:59 +0800 From: leafy To: freebsd-java@freebsd.org Subject: The output from the lastest patch on -current Message-ID: <20030124014459.GA94646@leafy.idv.tw> Mail-Followup-To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=big5 Content-Disposition: inline Hi, Attached is the output from "java -version". I used the latest Hotspot patch from last night on this list and world is: Thu Jan 23 13:04:06 CST(GMT+8). leafy -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=big5 Content-Disposition: attachment; filename=log Java HotSpot(TM) Core VM warning: os::allocate_thread_local_storage: pthread_key = 0x00000000 sizep == 0x00100000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x00000000, value = 0x08066000 Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x08066000, 0x08066000 Java HotSpot(TM) Core VM warning: Attempt to guard stack yellow zone failed. Java HotSpot(TM) Core VM warning: Attempt to guard stack red zone failed. Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x00000000, value = 0x08061480 Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x08061480, 0x08061480 sizep == 0x00010000 sizep == 0x00040000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x00000000, value = 0x08066600 Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x08066600, 0x08066600 Java HotSpot(TM) Core VM warning: Attempt to guard stack yellow zone failed. Java HotSpot(TM) Core VM warning: Attempt to guard stack red zone failed. sizep == 0x00040000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x00000000, value = 0x08066800 Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x08066800, 0x08066800 Java HotSpot(TM) Core VM warning: Attempt to guard stack yellow zone failed. Java HotSpot(TM) Core VM warning: Attempt to guard stack red zone failed. sizep == 0x00010000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x00000000, value = 0x08061680 Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x08061680, 0x08061680 sizep == 0x00010000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x00000000, value = 0x08061780 Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x08061780, 0x08061780 java version "1.3.1-p7" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p7-leafy-030124-03:07) Java HotSpot(TM) Core VM (build 1.3.1-internal, interpreted mode) sizep == 0x00040000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x00000000, value = 0x08066e00 Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x08066e00, 0x08066e00 Java HotSpot(TM) Core VM warning: Attempt to guard stack yellow zone failed. Java HotSpot(TM) Core VM warning: Attempt to guard stack red zone failed. Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x00000000, value = 0x00000000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x00000000, 0x00000000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x00000000, value = 0x00000000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x00000000, 0x00000000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x00000000, value = 0x00000000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x00000000, 0x00000000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at_put: index = 0x00000000, value = 0x00000000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: must be the same thread, slowly 0x00000000, 0x00000000 Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" Java HotSpot(TM) Core VM warning: os::thread_local_storage_at: can't find the key for "index = 0x00000000" --Qxx1br4bt0+wmkIi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message