Re: Review request: 8005096: Move a few source files in swing/beaninfo and in a demo.

2013-01-09 Thread Sergey Malenkov
Hi Fredrik, > It seems to be reasonable that these sources should be part of the > src.zip and that it was a bug previously that they were not. I don't think so. First, *BeanInfo classes must be packed to dt.jar, not rt.jar. So, it will be strange to provide sources for nonexistent (by default)

Re: Review request: 8005096: Move a few source files in swing/beaninfo and in a demo.

2013-01-09 Thread Fredrik Öhrström
2013/1/9 Sergey Malenkov : > First, *BeanInfo classes must be packed to dt.jar, not rt.jar. So, it will > be strange to provide sources for nonexistent (by default) classes. > Second, *BeanInfo java files are generated automatically. They are not > well-formatted and well-documented. Ok, I have up

Re: Review request: 8005096: Move a few source files in swing/beaninfo and in a demo.

2013-01-09 Thread Sergey Malenkov
Hi Fredrik, Thanks! It looks good to me. Regards, SAM On 09.01.2013 16:07, Fredrik Öhrström wrote: 2013/1/9 Sergey Malenkov : First, *BeanInfo classes must be packed to dt.jar, not rt.jar. So, it will be strange to provide sources for nonexistent (by default) classes. Second, *BeanInfo java f

Re: New CPU & OS Platform System Properties

2013-01-09 Thread Andrew Haley
On 01/08/2013 08:29 PM, Bob Vandette wrote: > My team is in the process of proposing and implementing some System property > changes for JDK8 to help > identify specific processor characteristics and operating system platforms > that might be needed in the future. > The immediate need is for th

Re: New CPU & OS Platform System Properties

2013-01-09 Thread Florian Weimer
On 01/08/2013 09:29 PM, Bob Vandette wrote: Embedded processors support a variety of CPU configurations that are not all binary compatible. If a developer needs to provide native binaries for one or more of these configurations, they need a way of querying the platform constraints in order t

Re: New CPU & OS Platform System Properties

2013-01-09 Thread Andrew Haley
On 01/09/2013 01:17 PM, Florian Weimer wrote: > On 01/08/2013 09:29 PM, Bob Vandette wrote: > >> Embedded processors support a variety of CPU configurations that are not all >> binary compatible. If a developer needs to provide native binaries for one >> or more of these configurations, they ne

Result: New JDK8 Committer: Joel Borggrén-Franck

2013-01-09 Thread Jonathan Gibbons
Voting for Joel Borggrén-Franck [1] is now closed. Yes: 14 Veto: 0 Abstain: 0 According to the Bylaws definition of Lazy Consensus, this is sufficient to approve the nomination. Jon [1] http://mail.openjdk.java.net/pipermail/jdk8-dev/2012-December/001777.html

Re: New CPU & OS Platform System Properties

2013-01-09 Thread Bob Vandette
On Jan 9, 2013, at 5:59 AM, Andrew Haley wrote: > On 01/08/2013 08:29 PM, Bob Vandette wrote: >> My team is in the process of proposing and implementing some System property >> changes for JDK8 to help >> identify specific processor characteristics and operating system platforms >> that might b

Re: New CPU & OS Platform System Properties

2013-01-09 Thread Bob Vandette
On Jan 9, 2013, at 8:58 AM, Thomas Stüfe wrote: > Hi, > > it would be nice to be able to distinguish between > a) "the architecture the VM is built for" (which is os.arch, I think) vs > b) "the architecture it is running on". > > Usually its the same, but not always, as some OSes are able to st

Re: New CPU & OS Platform System Properties

2013-01-09 Thread John Coomes
Bob Vandette (bob.vande...@oracle.com) wrote: > My team is in the process of proposing and implementing some System property > changes for JDK8 to help > identify specific processor characteristics and operating system platforms > that might be needed in the future. > The immediate need is for