-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
generic
-
generic
Name: iaR10016 Date: 10/01/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b21
(not reproducible with JDK1.5.0-b20,
the test is not valid for JDK1.4.2-b28)
JCK : JCK1.5-runtime (b04)
Platform[s] : all
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test : api/java_lang/management/ThreadMBean/index.html#TrdMBean_MB [getThreadMBean0112]
JCK1.5-runtime (b04) api/java_lang/management/ThreadMBean/index.html#TrdMBean_MB test
fails with unexpected java.lang.RuntimeMBeanException using JDK1.5.0-b21.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/java_lang/management/ThreadMBean/TrdMBean_MBTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b21/jck15/sparc/sol10_sparc_gnome_client_d64_enablesystemassertions_linux-8/workDir/api/java_lang/management/ThreadMBean/index_TrdMBean_MB.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables):
--- script start ---
#!/bin/bash
#KOORI_ONESTOP is your path to koori.sfbay/onestop (/net/koori/onestop, /java/re)
KOORI_ONESTOP="/java/re"
#JCK="/net/linux-15/export/home/java/jck1.5/JCK-runtime-15"
JCK="$KOORI_ONESTOP/jck/1.5/promoted/beta/b04/binaries/JCK-runtime-15"
#JDK="/net/linux-15/export/home/java/jdk1.5.0/sparc"
JDK="$KOORI_ONESTOP/jdk/1.5.0/promoted/all/b21/binaries/solaris-sparc"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
$JDK/bin/java -showversion javasoft.sqe.tests.api.java.lang.management.ThreadMBean.TrdMBean_MBTests -TestCaseID getThreadMBean0112
--- script end ---
Test output:
============
java version "1.5.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta-b21)
Java HotSpot(TM) Client VM (build 1.5.0-beta-b21, mixed mode)
getThreadMBean0112: Failed. Unexpected exception: javax.management.RuntimeMBeanException: RuntimeException thrown in operation getThreadCpuTime
Using AllPermissionSM.
STATUS:Failed.test cases: 1; all failed; first test case failure: getThreadMBean0112
Specific machine info:
======================
Hostname: linux-19
OS: Windows 2003
Hostname: linux-2
OS: Suse Linux 8.2 (GNOME2)
Hostname: linux-8
OS: Solaris 10 (sparc) (GNOME)
======================================================================
- duplicates
-
JDK-4929401 ThreadMBean.getThreadCpuTime() throws unexpected IllegalArgumentException
-
- Resolved
-