Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 12732 invoked from network); 18 May 2007 10:20:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 May 2007 10:20:38 -0000 Received: (qmail 23125 invoked by uid 500); 18 May 2007 10:20:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 23107 invoked by uid 500); 18 May 2007 10:20:43 -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 23098 invoked by uid 99); 18 May 2007 10:20:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2007 03:20:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2007 03:20:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A58D071406C for ; Fri, 18 May 2007 03:20:16 -0700 (PDT) Message-ID: <3171951.1179483616655.JavaMail.jira@brutus> Date: Fri, 18 May 2007 03:20:16 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3874) [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler In-Reply-To: <14240318.1179242416302.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-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496828 ] Alexey Varlamov commented on HARMONY-3874: ------------------------------------------ Preliminary testing results with lazy3.diff (did not turn lazy resolution!): Win64 release: 1) crashed smoke tests: - classloader.StressLoader on jitrino.JET, - perf.SeveralThreads on jitrino.JET 2) 10 unexpected failures (mostly NPEs) in swing HUT: - javax.swing.text.html.HTMLEditorKitTest - javax.swing.text.html.FormViewTest Win32 release: 1) crashed smoke tests: - classloader.StressLoader on jitrino.JET - stress.Mix on jitrino.JET - classloader.StressLoader on Client mode JIT (default) - perf.SeveralThreads on Client mode JIT (default) 2) 10 unexpected failures (mostly NPEs) in swing HUT: - javax.swing.text.html.HTMLEditorKitTest - javax.swing.text.html.FormViewTest 3) EHWA crashed in client mode SLES9@ia32: - crashed smoke classloader.StressLoader on Client mode JIT (default) SLES9@x64: - still running, no new failures so far. > [dlrvm][jit] "Lazy resolution" feature implementation in Jitrino compiler > ------------------------------------------------------------------------- > > Key: HARMONY-3874 > URL: https://issues.apache.org/jira/browse/HARMONY-3874 > Project: Harmony > Issue Type: New Feature > Components: DRLVM > Reporter: Mikhail Fursov > Assigned To: Alexey Varlamov > Attachments: lazy1.zip, lazy2.diff, lazy3.diff > > > This issue contains a diff and testsuite(>100 specific tests) for Lazy resolution feature implementation in Jitrino compiler > This is not a final patch and is not ready to commit, I run only several specs and Eclipse on Windows with it. > Please review and comment. > This patch contains Jitrino.OPT only implementation. > I'm going to update it and add Jitrino.JET specific implementation this week and comment all code that marked with "TODO: comment" in the patch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.