public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Dave Korn <dave.korn.cygwin@googlemail.com>
To: Dave Korn <dave.korn.cygwin@googlemail.com>
Cc: Tom Tromey <tromey@redhat.com>, java-patches@gcc.gnu.org
Subject: Re: Obsolete/incorrect assertion in natVMClassLoader.cc?
Date: Tue, 28 Apr 2009 03:50:00 -0000	[thread overview]
Message-ID: <49F67F9A.1020100@gmail.com> (raw)
In-Reply-To: <49F67F5B.3040807@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

Dave Korn wrote:
> applied the obvious fix 

  Obvious it may be, but why don't I attach the patch anyway? ;-)

    cheers,
      DaveK

[-- Attachment #2: pr38892-part-3.diff --]
[-- Type: text/x-c, Size: 474 bytes --]

Index: java/lang/natVMClassLoader.cc
===================================================================
--- java/lang/natVMClassLoader.cc	(revision 146867)
+++ java/lang/natVMClassLoader.cc	(working copy)
@@ -96,7 +96,7 @@ java::lang::VMClassLoader::defineClass (java::lang
 	}
 
       // if everything proceeded sucessfully, we're loaded.
-      JvAssert (klass->state == JV_STATE_LOADED);
+      JvAssert (klass->state == JV_STATE_READ);
     }
 #endif // INTERPRETER
 

      reply	other threads:[~2009-04-28  3:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-27 13:39 Dave Korn
2009-04-27 22:16 ` Tom Tromey
2009-04-28  3:49   ` Dave Korn
2009-04-28  3:50     ` Dave Korn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49F67F9A.1020100@gmail.com \
    --to=dave.korn.cygwin@googlemail.com \
    --cc=java-patches@gcc.gnu.org \
    --cc=tromey@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).