public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "aph at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug java/27908] VMSecureRandom generateSeed infinite loop? (Regression)
Date: Tue, 04 Sep 2007 18:01:00 -0000	[thread overview]
Message-ID: <20070904180059.32365.qmail@sourceware.org> (raw)
In-Reply-To: <bug-27908-7936@http.gcc.gnu.org/bugzilla/>



------- Comment #19 from aph at gcc dot gnu dot org  2007-09-04 18:00 -------
Subject: Bug 27908

Author: aph
Date: Tue Sep  4 18:00:31 2007
New Revision: 128098

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128098
Log:
2007-09-04  Andrew Haley  <aph@redhat.com>

        PR java/27908
        * testsuite/libjava.lang/PR27908.java
        ({run1,run2,run3}.isRunning): New Method.
        (main): Fix race condition.

2007-08-29  Andrew Haley  <aph@redhat.com>

        * gnu/classpath/natVMStackWalker.cc (VMStackWalker::getCallingClass):
        Make sure we're not sibcalled.
        (GET_CALLING_CLASS): Define for ARM EABI.

2007-08-22  Andrew Haley  <aph@redhat.com>

        * configure.host (BACKTRACESPEC): Add arm*-linux*.

2007-08-22  Andrew Haley  <aph@redhat.com>

        * configure.ac (LIBSTDCXXSPEC): New.
        * configure.host: Add arm*-linux* to pthread test.
        * configure.ac (LIBGCJTESTSPEC): Add path to libstdc++ for ARM
        EABI.
        * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use
        -fexceptions for ARM EABI.
        * testsuite/lib/libjava.exp (libjava_arguments): Add libgcj-test.spec.
        (libjava_invoke): Log the invocation.

2007-08-15  Andrew Haley  <aph@redhat.com>

        * configure.ac (extra_ldflags): Define.
        * Makefile.am: Use extra_ldflags for all executables.

2007-08-14  Andrew Haley  <aph@redhat.com>

        * sysdep/arm/backtrace.h: Remove stubs for _Unwind_GetIPInfo,
        _Unwind_GetRegionStart, and _Unwind_Backtrace.

2007-07-27  Andrew Haley  <aph@redhat.com>

        * gnu/classpath/natVMStackWalker.cc (GET_CALLING_CLASS): Stub for
        ARM EABI.
        * exception.cc (get_exception_header_from_ue): New.
        (get_ttype_entry): ARM EABI version.
        (PERSONALITY_FUNCTION): Add ARM EABI code.
        * sysdep/arm/backtrace.h: New file.
        * stacktrace.cc (_URC_NORMAL_STOP): New.
        * configure.ac (extra_ldflags_libjava): Add libsupc++.la for ARM
        EABI.
        * configure.host (BACKTRACESPEC): Add arm/backtrace.h.


Added:
    trunk/libjava/sysdep/arm/backtrace.h
      - copied unchanged from r128085,
branches/gcj/gcj-eabi-branch/libjava/sysdep/arm/backtrace.h
Modified:
    trunk/libjava/Makefile.am
    trunk/libjava/Makefile.in
    trunk/libjava/configure
    trunk/libjava/configure.ac
    trunk/libjava/configure.host
    trunk/libjava/exception.cc
    trunk/libjava/gcj/Makefile.in
    trunk/libjava/gnu/classpath/natVMStackWalker.cc
    trunk/libjava/include/Makefile.in
    trunk/libjava/libgcj.spec.in
    trunk/libjava/stacktrace.cc
    trunk/libjava/testsuite/Makefile.in
    trunk/libjava/testsuite/lib/libjava.exp
    trunk/libjava/testsuite/libjava.jni/jni.exp


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27908


      parent reply	other threads:[~2007-09-04 18:01 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-06  4:15 [Bug libgcj/27908] New: " r_ovidius at eml dot cc
2006-06-06  4:48 ` [Bug libgcj/27908] " pinskia at gcc dot gnu dot org
2006-06-06  6:48 ` csm at gnu dot org
2006-06-06 20:14 ` csm at gnu dot org
2006-06-06 20:21 ` csm at gnu dot org
2006-06-06 20:48 ` r_ovidius at eml dot cc
2006-06-06 21:30 ` csm at gnu dot org
2006-06-06 21:30 ` csm at gnu dot org
2006-06-06 21:39 ` [Bug java/27908] " csm at gnu dot org
2006-06-07  0:14 ` csm at gnu dot org
2006-06-07  0:26 ` pinskia at gcc dot gnu dot org
2006-06-07  2:52 ` csm at gnu dot org
2006-06-07  3:23 ` r_ovidius at eml dot cc
2006-06-07  3:28 ` pinskia at gcc dot gnu dot org
2006-06-07  5:07 ` csm at gnu dot org
2006-06-13 12:52 ` aph at gcc dot gnu dot org
2006-06-19 17:38 ` aph at gcc dot gnu dot org
2007-09-04 14:00 ` aph at gcc dot gnu dot org
2007-09-04 17:55 ` aph at gcc dot gnu dot org
2007-09-04 17:58 ` aph at gcc dot gnu dot org
2007-09-04 18:01 ` aph at gcc dot gnu dot org [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=20070904180059.32365.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).