Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 66581 invoked from network); 23 Nov 2008 23:12:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2008 23:12:36 -0000 Received: (qmail 39863 invoked by uid 500); 23 Nov 2008 23:12:46 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 39765 invoked by uid 500); 23 Nov 2008 23:12:45 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 39747 invoked by uid 99); 23 Nov 2008 23:12:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Nov 2008 15:12:45 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Nov 2008 23:11:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 72D7F234C296 for ; Sun, 23 Nov 2008 15:11:44 -0800 (PST) Message-ID: <1275436319.1227481904469.JavaMail.jira@brutus> Date: Sun, 23 Nov 2008 15:11:44 -0800 (PST) From: "Aleksey Shipilev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-6026) Multiple bugs/crashes on DaCapo while varying JIT configurations In-Reply-To: <1341160516.1227481904452.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Shipilev updated HARMONY-6026: -------------------------------------- Attachment: test-emconfs.tar.gz test-emconfs.tar.gz Test emconfs. > Multiple bugs/crashes on DaCapo while varying JIT configurations > ---------------------------------------------------------------- > > Key: HARMONY-6026 > URL: https://issues.apache.org/jira/browse/HARMONY-6026 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Affects Versions: 5.0M7 > Environment: Gentoo x86, Harmony M7, DaCapo MR2 > Reporter: Aleksey Shipilev > Attachments: test-emconfs.tar.gz > > > This is the contribution of test cases which were failed while varying RVM command line parameters. Parameters were swizzled by custom-made GA framework developed for getting my MSc degree. Though this result is not the primary, it really makes the fuzzy testing of RVM and effectively produces the reliability test. > To use the materials, one should download test-emconfs.tar.gz, unpack it and explore the test-emconfs/ folder. > The failures were classified by benchmark and the type of crash occured. Each report file names as ${benchmark}${type_of_crash}${N}.report, where ${benchmark} is the DaCapo test on which the failure was observed, and ${type_of_crash} is the type of failure occured, as follows: > a. (3195 cases) "GPF", General protection fault signal caught > b. (1237 cases) "SpillGen", "Jitrino crashed // SpillGen failed" received > c. (496 cases) "IMSE", java.lang.IllegalMonitorStateException caught > d. (270 cases) "JIT-LIR", "JIT helper is not supported in LIR" was received > e. (260 cases) "ABORT", Abort signal caught > f. (124 cases) "unknown", not-classified failures, hangups, timeouts, etc. > g. (95 cases) "NPE", java.lang.NullPointerException caught > h. (39 cases) "Dacapo-failed", DaCapo has failed the verification > There are totally 5716 test cases. Not all of them were verified to reproduce, it's just the excerpt from search log. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.