This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
RE: [patch] hpux boehm-gc adjustments, trunk
- From: "Boehm, Hans" <hans dot boehm at hp dot com>
- To: "Andreas Tobler" <toa at pop dot agri dot ch>, "Java Patches" <java-patches at gcc dot gnu dot org>, "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Date: Thu, 23 Mar 2006 17:14:10 -0800
- Subject: RE: [patch] hpux boehm-gc adjustments, trunk
I put the changes, except for the THREADSPEC setting into the upstream
GC sources, and successfully, but very minimally, tested the result on
an HP/UX machine.
I assume the THREADSPEC setting is gcc specific? I'm not sure I
understand what it does.
Hans
> -----Original Message-----
> From: Andreas Tobler [mailto:toa@pop.agri.ch]
> Sent: Thursday, March 23, 2006 2:52 PM
> To: Java Patches; Boehm, Hans; John David Anglin
> Subject: [patch] hpux boehm-gc adjustments, trunk
>
> Hello all,
>
> this patch below adjust some threading issues on hp-ux 10|11
> boehm-gc.
> It is against gcc head.
>
> Tested on hppa2.0w-hp-hpux11.11, reviewed by Dave Anglin.
>
> Ok for trunk?
>
> Andreas
>
> 2006-03-23 Andreas Tobler <a.tobler@schweiz.ch>
> John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
>
> * configure.ac (THREADS): Add THREADSPEC and REENTRANT
> for *-*-hpux11*.
> Warn about threads not being supported for *-*-hpux10*.
> * configure: Regenerate.
>
> Just for reference: (including jacks, signal handling not yet
> complete.)
>
> === libjava Summary ===
>
> # of expected passes 8080
> # of unexpected failures 95
> # of expected failures 688
> # of untested testcases 86
>