Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 10927 invoked from network); 21 Nov 2007 19:10:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2007 19:10:07 -0000 Received: (qmail 15569 invoked by uid 500); 21 Nov 2007 19:09:55 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 15419 invoked by uid 500); 21 Nov 2007 19:09:54 -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 15400 invoked by uid 99); 21 Nov 2007 19:09:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 11:09:54 -0800 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; Wed, 21 Nov 2007 19:10:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 93F15714236 for ; Wed, 21 Nov 2007 11:09:43 -0800 (PST) Message-ID: <11607922.1195672183603.JavaMail.jira@brutus> Date: Wed, 21 Nov 2007 11:09:43 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5145) intermittent NPE in annotation tests In-Reply-To: <11188050.1195452763002.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-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544564 ] Gregory Shimansky commented on HARMONY-5145: -------------------------------------------- It seems that based on your analyzes this bug can be classified as [classlib][luni]. > intermittent NPE in annotation tests > ------------------------------------ > > Key: HARMONY-5145 > URL: https://issues.apache.org/jira/browse/HARMONY-5145 > Project: Harmony > Issue Type: Bug > Components: Classlib, DRLVM > Reporter: Alexey Varlamov > > Kernel tests fail intermittently with NPE, the top of stacktrace is always the same: > java.lang.NullPointerException > at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:200) > at org.apache.harmony.lang.annotation.AnnotationFactory.createAnnotation(AnnotationFactory.java:101) > Brief review of j.l.reflect.Proxy code shows that possible reason of failure are nullified WeakReferences to proxy classes in interfaceCache. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.