Re: RFR (XS): 8043210: Add _BIG_ENDIAN define on linux/sparc

2014-05-22 Thread David Holmes
Looks good. David On 23/05/2014 6:13 AM, Mikael Vidstedt wrote: Please review the following change, destined for jdk7u-dev. The zip implementation in unpack200 depends on _BIG_ENDIAN being defined on big endian platforms, and the define is missing on the linux/sparc platform(s). Note that in

Re: RFR (XS): 8043210: Add _BIG_ENDIAN define on linux/sparc

2014-05-22 Thread Mikael Vidstedt
AFAICT PPC already has the define: 199 CFLAGS_REQUIRED_ppc += -fsigned-char -D_BIG_ENDIAN Cheers, Mikael On 2014-05-22 13:31, Kumar Srinivasan wrote: Looks good but IIRC PPC also needs this. Kumar On 5/22/2014 1:13 PM, Mikael Vidstedt wrote: Please review the following change, destin

Re: RFR (XS): 8043210: Add _BIG_ENDIAN define on linux/sparc

2014-05-22 Thread Kumar Srinivasan
Looks good but IIRC PPC also needs this. Kumar On 5/22/2014 1:13 PM, Mikael Vidstedt wrote: Please review the following change, destined for jdk7u-dev. The zip implementation in unpack200 depends on _BIG_ENDIAN being defined on big endian platforms, and the define is missing on the linux/spa

[7u-communication] 7u60 progress

2014-05-22 Thread dalibor topic
As the work on 7u60 is quickly coming to a conclusion, the release is progressing according to plan. [1] The plan calls for a release in May. So 7u60 should be released by the end of the month, which happens to be next week - but as always, please note that these plans are preliminary and subject

RFR (XS): 8043210: Add _BIG_ENDIAN define on linux/sparc

2014-05-22 Thread Mikael Vidstedt
Please review the following change, destined for jdk7u-dev. The zip implementation in unpack200 depends on _BIG_ENDIAN being defined on big endian platforms, and the define is missing on the linux/sparc platform(s). Note that in the new build system (jdk8+) the relevant logic was rewritten,

Re: [7u-dev] Request for approval for CR 7160604: Using non-opaque windows - popups are initially not painted correctly

2014-05-22 Thread Rob McKenna
Hi Anton, Though this particular case seems straightforward enough, the OpenJDK maintainers feel that there is scope for subtle bugs in lambda conversions and would prefer it if you had official reviewer sign-off on the change. A general rule of thumb: if the code requires changes, it should

[7u-dev] Request for approval for CR 7160604: Using non-opaque windows - popups are initially not painted correctly

2014-05-22 Thread Anton Litvinov
Hello, I would like to request for approval to push a backport of the fix from JDK 8 to JDK 7. The backport fix is the same with the original fix, except for the regression test "test/javax/swing/JPopupMenu/7160604/bug7160604.java", where the original lambda expression 50 SwingUtili

hg: jdk7u/jdk7u-dev/jdk: 7172865: PropertyDescriptor fails to work with setter method name if setter is non-void

2014-05-22 Thread anton . litvinov
Changeset: 7060b13cb6cc Author:alitvinov Date: 2014-05-22 16:16 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/7060b13cb6cc 7172865: PropertyDescriptor fails to work with setter method name if setter is non-void Reviewed-by: malenkov, alexsch ! src/share/classes/jav

Re: [7u-dev] Request for approval for CR 7172865: PropertyDescriptor fails to work with setter method name if setter is non-void

2014-05-22 Thread Rob McKenna
Approved. -Rob On 22/05/14 12:34, Anton Litvinov wrote: Hello, I would like to request for approval to push a backport of the fix from JDK 8 to JDK 7. The backport fix is identical to the original fix. Bug: https://bugs.openjdk.java.net/browse/JDK-7172865 Webrev: http://cr.openjdk.java.

Re: RFR: 8038925: Java with G1 crashes in dump_instance_fields using jmap or jcmd without fullgc

2014-05-22 Thread Andreas Eriksson
Hi, Bengt: Right, that should be enough, thanks. Mikael: Can I use you as a reviewer for this latest version as well? Regards, Andreas On 2014-05-22 13:02, Bengt Rutisson wrote: Hi Andreas, This is a HotSpot change and for JDK7 HotSpot was developed in the hsx project. I am a Reviewer in

[7u-dev] Request for approval for CR 7172865: PropertyDescriptor fails to work with setter method name if setter is non-void

2014-05-22 Thread Anton Litvinov
Hello, I would like to request for approval to push a backport of the fix from JDK 8 to JDK 7. The backport fix is identical to the original fix. Bug: https://bugs.openjdk.java.net/browse/JDK-7172865 Webrev: http://cr.openjdk.java.net/~alitvinov/7172865/jdk7/webrev.00 Review thread: Approv

Re: RFR: 8038925: Java with G1 crashes in dump_instance_fields using jmap or jcmd without fullgc

2014-05-22 Thread Bengt Rutisson
Hi Andreas, This is a HotSpot change and for JDK7 HotSpot was developed in the hsx project. I am a Reviewer in the hsx project (http://openjdk.java.net/census#brutisso) isn't that enough to review this change? Anyway, last webrev looks good. Thanks for fixing the test! Bengt On 5/22/14 10

Re: RFR: 8038925: Java with G1 crashes in dump_instance_fields using jmap or jcmd without fullgc

2014-05-22 Thread Andreas Eriksson
Hi, Adding jdk7u-dev. Could I have a jdk7u Reviewer look at this as well please? This is a jdk7 only fix. (There is a related problem in jdk8 and jdk9, where an assert can fail because of this problem. I have logged another bug for this.) Description: Due to the marking cleanup reclaiming em