This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: hash-synchronization for alpha
- To: Jeff Sturm <jsturm at one-point dot com>
- Subject: Re: PATCH: hash-synchronization for alpha
- From: Tom Tromey <tromey at redhat dot com>
- Date: 22 Jul 2001 14:17:01 -0600
- Cc: java-patches at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10107221308320.11374-100000@mars.deadcafe.org>
- Reply-To: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> 2001-07-22 Jeff Sturm <jsturm@one-point.com>
Jeff> * configure.host: Enable hash synchronization for alpha*-*.
Jeff> * include/posix-threads.h (_Jv_ThreadSelf): Added inline
Jeff> function for alpha.
Jeff> * java/lang/natObject.cc (compare_and_swap, release_set,
Jeff> compare_and_swap_release): Added inline functions for alpha.
I can't comment on the correctness of this patch. I don't know
anything about the alpha. How well does it fare against the test
suite? If it causes no regressions, please check it in.
Tom