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: Java Patches <java-patches@gcc.gnu.org>,
	  GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH PR42811,4.5 regression] java.lang.ExceptionInInitializerError  in ecj1
Date: Sat, 06 Feb 2010 06:12:00 -0000	[thread overview]
Message-ID: <4B6D0C67.5030500@gmail.com> (raw)
In-Reply-To: <4B6C9B26.3010106@gmail.com>

On 05/02/2010 22:26, Dave Korn wrote:

> libjava/ChangeLog:
> 
> 	PR java/42811
> 	* configure.ac (libgcj_spec_lgcj_override): Add undefined reference
> 	to arbitrary symbol in noncore library.
> 	(libgcj_spec_lgcj_bc_override): Likewise.
> 
>   I'm taking this for a bootstrap-and-test cycle on i686-pc-cygwin.  Does it
> seem like a reasonable approach?

  It caused a regression:

> FAIL: events output

  For some reason, a couple of extra jvm event callbacks appeared:

> $ diff -pu events.out .e.o
> --- events.out  2009-03-14 06:47:02.984375000 +0000
> +++ .e.o        2010-02-06 06:04:50.218750000 +0000
> @@ -4,9 +4,9 @@ created JVMTI environment #0
>  created JVMTI environment #1
>  created JVMTI environment #2
>  setting callbacks for envs
> -RequestedEvents:
> +RequestedEvents: VMInit,VMDeath,
>  enable VM_INIT for env0, env1, env2
> -RequestedEvents: VMInit,
> +RequestedEvents: VMInit,VMDeath,
>  enable VM_DEATH for env1,env2
>  RequestedEvents: VMInit,VMDeath,
>  enable THREAD_END for env2

  There must be something in the noncore library that registers callbacks in
addition to what the test was expecting.  But then I'm not sure why they
wouldn't also be registered if the full non-partitioned libgcj was in use.
Until I can figure this out, I guess I don't understand how dependencies work
in java well enough, so patch withdrawn/on hold.

    cheers,
      DaveK

  reply	other threads:[~2010-02-06  6:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-05 22:09 Dave Korn
2010-02-06  6:12 ` Dave Korn [this message]
2010-02-15  2:49   ` [REVIVED: PATCH " Dave Korn
2010-02-15 13:04     ` Bryce McKinlay
2010-02-18  4:28       ` Dave Korn
2010-02-18 15:38         ` Dave Korn

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=4B6D0C67.5030500@gmail.com \
    --to=dave.korn.cygwin@googlemail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=java-patches@gcc.gnu.org \
    /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).