Thanks Stuart - looks okay to me.
David
On 29/11/2011 2:00 PM, Stuart Marks wrote:
On 11/28/11 7:00 PM, David Holmes wrote:
On 29/11/2011 10:42 AM, Stuart Marks wrote:
Please review this change to add to the javac make rule some messages
about the number of files being compiled, the current
On 11/28/11 7:00 PM, David Holmes wrote:
On 29/11/2011 10:42 AM, Stuart Marks wrote:
Please review this change to add to the javac make rule some messages
about the number of files being compiled, the current working directory,
and a new message to demarcate the end of javac output.
This will
Hi Stuart,
On 29/11/2011 10:42 AM, Stuart Marks wrote:
Please review this change to add to the javac make rule some messages
about the number of files being compiled, the current working directory,
and a new message to demarcate the end of javac output.
This will help capture and analyze javac
A few teams are planning on cleaning up warnings generated during the JDK build
on Dec. 1st. We would like to invite you to participate.
To be able to participate a prerequisite is that you are able build the JDK.
The source that we will target is JDK8. If you decide to participate then
pl
Please review this change to add to the javac make rule some messages about the
number of files being compiled, the current working directory, and a new
message to demarcate the end of javac output.
This will help capture and analyze javac output, in particular, warning
messages.
Thanks.
s'm
Looks ok to me.
-kto
On Nov 22, 2011, at 10:55 PM, David Holmes wrote:
> We need to make an adjustment to the link instructions used for libjava in
> embedded builds, as defined in Defs-embedded.gmk
>
> webrev: http://cr.openjdk.java.net/~dholmes/7109092/webrev/
>
> Summary: system soft-float
Additionaly I think, 'share' should be replaced by 'common'.
'share', as a verb, seems ugly along 'posix', 'winapi' to me.
-Ulf
Am 28.11.2011 17:20, schrieb Fredrik Öhrström:
2011-11-28 16:46, Ulf Zibis skrev:
I guess you meant:
--shared
--posix
|--SYSV
||--solaris
2011-11-28 16:46, Ulf Zibis skrev:
> I guess you meant:
> --shared
> --posix
>|--SYSV
>||--solaris
>||--aix
>|
>|--gnu
>||--linux
>||
>|--BSD
> |--darwin
> |--freebsd
>
> --winapi
> |--win32
Am 27.11.2011 22:29, schrieb Mike Duigou:
Only if necessary hopefully. As we have shared and platform code we might have
shared
|--posix
||--SYSV
|||--solaris
|||--aix
||
||--gnu
|||--linux
|||
||--BSD
| |--dar