public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Import GNU Classpath (libgcj-import-20070727)
       [not found] ` <m3r6mk774q.fsf@fleche.redhat.com>
@ 2007-08-04 10:58   ` Matthias Klose
  2007-10-18 16:45     ` David Daney
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Klose @ 2007-08-04 10:58 UTC (permalink / raw)
  To: tromey, java-patches; +Cc: gcc-patches

Tom Tromey writes:
> >>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
> 
> Matthias> The changes for the non-classpath and not autogenerated
> Matthias> files are attached [B].
> 
> This looked good to me.
> 
> Matthias>  - sun/misc/Unsafe.java: Did not merge this yet. See [A] for
> Matthias>  the diff.
> 
> This also looked ok.
> 
> Matthias> The libjava testsuite passes without regressions on
> Matthias> i686-linux, The mauve testsuite results (without awt and
> Matthias> swing tests) show three more passes:
> 
> Nice job.  Thanks.  This is ok to merge.
> 
> Tom

committed, after sucessful bootstrap and check with no new regressions
after the merge (i686-linux-gnu).

  Matthias

libjava/

2007-08-04  Matthias Klose  <doko@ubuntu.com>

	Import GNU Classpath (libgcj-import-20070727).

	* Regenerate class and header files.
	* Regenerate auto* files.

	* include/jvm.h:
	* jni-libjvm.cc (Jv_JNI_InvokeFunctions): Rename type.
	* jni.cc (_Jv_JNIFunctions, _Jv_JNI_InvokeFunctions): Likewise.
	* jni.cc (_Jv_JNI_CallAnyMethodA, _Jv_JNI_CallAnyVoidMethodA,
	_Jv_JNI_CallMethodA, _Jv_JNI_CallVoidMethodA,
	_Jv_JNI_CallStaticMethodA, _Jv_JNI_CallStaticVoidMethodA,
	_Jv_JNI_NewObjectA, _Jv_JNI_SetPrimitiveArrayRegion): Constify
	jvalue parameter.
	* java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Likewise.

	* java/lang/VMFloat.java (toString, parseFloat): New.

	* gnu/awt/xlib/XToolkit.java (setAlwaysOnTop, isModalityTypeSupported,
	isModalExclusionTypeSupported): New (stub only).
	* gnu/awt/xlib/XCanvasPeer.java (requestFocus): Likewise.
	* gnu/awt/xlib/XFramePeer.java (updateMinimumSize, updateIconImages,
	updateFocusableWindowState, setModalBlocked, getBoundsPrivate,
	setAlwaysOnTop): Likewise.
	* gnu/awt/xlib/XFontPeer.java (canDisplay): Update signature.

	* scripts/makemake.tcl: Ignore gnu/javax/sound/sampled/gstreamer,
	ignore javax.sound.sampled.spi.MixerProvider, ignore .in files.

	* HACKING: Mention --enable-gstreamer-peer, removal of generated files.


libjava/classpath/

2007-08-04  Matthias Klose  <doko@ubuntu.com>

	* java/util/EnumMap.java (clone): Add cast.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Import GNU Classpath (libgcj-import-20070727)
  2007-08-04 10:58   ` [PATCH] Import GNU Classpath (libgcj-import-20070727) Matthias Klose
@ 2007-10-18 16:45     ` David Daney
  2007-10-19  8:42       ` Matthias Klose
  0 siblings, 1 reply; 4+ messages in thread
From: David Daney @ 2007-10-18 16:45 UTC (permalink / raw)
  To: Matthias Klose; +Cc: tromey, java-patches, gcc-patches

Matthias Klose wrote:
> Tom Tromey writes:
>>>>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
>> Matthias> The changes for the non-classpath and not autogenerated
>> Matthias> files are attached [B].
>>
>> This looked good to me.
>>
>> Matthias>  - sun/misc/Unsafe.java: Did not merge this yet. See [A] for
>> Matthias>  the diff.
>>
>> This also looked ok.
>>
>> Matthias> The libjava testsuite passes without regressions on
>> Matthias> i686-linux, The mauve testsuite results (without awt and
>> Matthias> swing tests) show three more passes:
>>
>> Nice job.  Thanks.  This is ok to merge.
>>
>> Tom
> 
> committed, after sucessful bootstrap and check with no new regressions
> after the merge (i686-linux-gnu).
> 

classpath/lib/gnu/javax/sound/samples/gstreamer/*

Were not added/committed, neither were the corresponding .h files.

I will fix it.

David Daney

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Import GNU Classpath (libgcj-import-20070727)
  2007-10-18 16:45     ` David Daney
@ 2007-10-19  8:42       ` Matthias Klose
  2007-10-19 15:33         ` David Daney
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Klose @ 2007-10-19  8:42 UTC (permalink / raw)
  To: David Daney; +Cc: tromey, java-patches, gcc-patches

David Daney schrieb:
> Matthias Klose wrote:
>> Tom Tromey writes:
>>>>>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
>>> Matthias> The changes for the non-classpath and not autogenerated
>>> Matthias> files are attached [B].
>>>
>>> This looked good to me.
>>>
>>> Matthias>  - sun/misc/Unsafe.java: Did not merge this yet. See [A] for
>>> Matthias>  the diff.
>>>
>>> This also looked ok.
>>>
>>> Matthias> The libjava testsuite passes without regressions on
>>> Matthias> i686-linux, The mauve testsuite results (without awt and
>>> Matthias> swing tests) show three more passes:
>>>
>>> Nice job.  Thanks.  This is ok to merge.
>>>
>>> Tom
>>
>> committed, after sucessful bootstrap and check with no new regressions
>> after the merge (i686-linux-gnu).
>>
> 
> classpath/lib/gnu/javax/sound/samples/gstreamer/*
> 
> Were not added/committed, neither were the corresponding .h files.
> 
> I will fix it.

this was done by intent. the gstreamer support was marked as experimental (and
still is in the 0.96.1 release).  scripts/makemake.tcl was adapted to exclude
these files (maybe I did make a mistake there?).

  Matthias

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Import GNU Classpath (libgcj-import-20070727)
  2007-10-19  8:42       ` Matthias Klose
@ 2007-10-19 15:33         ` David Daney
  0 siblings, 0 replies; 4+ messages in thread
From: David Daney @ 2007-10-19 15:33 UTC (permalink / raw)
  To: Matthias Klose; +Cc: tromey, java-patches, gcc-patches

Matthias Klose wrote:
> David Daney schrieb:
>   
>> Matthias Klose wrote:
>>     
>>> Tom Tromey writes:
>>>       
>>>>>>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
>>>>>>>>>                   
>>>> Matthias> The changes for the non-classpath and not autogenerated
>>>> Matthias> files are attached [B].
>>>>
>>>> This looked good to me.
>>>>
>>>> Matthias>  - sun/misc/Unsafe.java: Did not merge this yet. See [A] for
>>>> Matthias>  the diff.
>>>>
>>>> This also looked ok.
>>>>
>>>> Matthias> The libjava testsuite passes without regressions on
>>>> Matthias> i686-linux, The mauve testsuite results (without awt and
>>>> Matthias> swing tests) show three more passes:
>>>>
>>>> Nice job.  Thanks.  This is ok to merge.
>>>>
>>>> Tom
>>>>         
>>> committed, after sucessful bootstrap and check with no new regressions
>>> after the merge (i686-linux-gnu).
>>>
>>>       
>> classpath/lib/gnu/javax/sound/samples/gstreamer/*
>>
>> Were not added/committed, neither were the corresponding .h files.
>>
>> I will fix it.
>>     
>
> this was done by intent. the gstreamer support was marked as experimental (and
> still is in the 0.96.1 release).  scripts/makemake.tcl was adapted to exclude
> these files (maybe I did make a mistake there?).
>
>   Matthias
>   
Oh.  Well they are committed now.  If a maintainer would prefer that 
they are removed, I can revert the revision that added them.

Sorry,
David Daney

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-10-19 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <18092.52946.325939.980144@gargle.gargle.HOWL>
     [not found] ` <m3r6mk774q.fsf@fleche.redhat.com>
2007-08-04 10:58   ` [PATCH] Import GNU Classpath (libgcj-import-20070727) Matthias Klose
2007-10-18 16:45     ` David Daney
2007-10-19  8:42       ` Matthias Klose
2007-10-19 15:33         ` David Daney

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).