Re: hg: hsx/hotspot-rt/hotspot: 8005689: InterfaceAccessFlagsTest failures in Lambda-JDK tests

2013-01-11 Thread David Holmes
It is far from clear to me that this change is correct. If a Java 8 interface method is a default method then any of the implementation related modifiers should be valid: - strictfp - synchronized And can't interfaces now also have static methods? David On 10/01/2013 5:17 AM,

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2013-01-11 Thread david . holmes
Changeset: 91bf7da5c609 Author:mikael Date: 2013-01-10 17:06 -0800 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/91bf7da5c609 8004747: Remove last_entry from VM_STRUCT macros Summary: Instead of passing in last_entry to all the VM_ macros just expand it in the main

hg: jdk8/tl/jdk: 8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)

2013-01-11 Thread alan . bateman
Changeset: 0ca2e39a110d Author:alanb Date: 2013-01-11 12:27 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0ca2e39a110d 8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol) Reviewed-by: chegar ! src/solaris/classes/sun/nio/fs/SolarisAclFileAttributeView.java !

Re: RFR (XS): 8005592: ClassLoaderDataGraph::_unloading incorrectly defined as nonstatic in vmStructs

2013-01-11 Thread Karen Kinnear
Mikael, I like the assertion that you added. I believe that this field isn't used by SA - so if you could double-check that in SA - if that is the case, please just remove it from vmStructs before checking in. thanks, Karen On Dec 28, 2012, at 5:24 PM, Mikael Vidstedt wrote: Please review

Re: hg: hsx/hotspot-rt/hotspot: 8005689: InterfaceAccessFlagsTest failures in Lambda-JDK tests

2013-01-11 Thread Bharadwaj Yadavalli
Hi David, Thanks for taking a closer look at this. I followed the specification at http://cr.openjdk.java.net/~dlsmith/jsr335-0.6.1/J.html#JJVMS-4.6 to make these changes. The illegality check I modified/added for Java 8 is as follows: if (major_gte_8) { // Class file version is

Re: request for review - 8004172: Remove display of permanent generation counters from jstat options

2013-01-11 Thread Mandy Chung
Hi Jon, On 1/4/2013 2:41 PM, Jon Masamitsu wrote: 8004172: Remove display of permanent generation counters from jstat options This change removes from the jstat options the display of permanent generation counters. It also removes entirely the gcpermcapacity option.

hg: jdk8/tl/jdk: 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools

2013-01-11 Thread alan . bateman
Changeset: 7da291690aa0 Author:alanb Date: 2013-01-11 20:19 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7da291690aa0 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools Reviewed-by: chegar ! test/ProblemList.txt !

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2013-01-11 Thread zhengyu . gu
Changeset: e0cf9af8978e Author:zgu Date: 2013-01-11 12:30 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/e0cf9af8978e 8005936: PrintNMTStatistics doesn't work for normal JVM exit Summary: Moved NMT shutdown code to JVM exit handler to ensure NMT statistics is

hg: jdk8/tl/jdk: 7131459: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie

2013-01-11 Thread joe . darcy
Changeset: bc1f16f5566f Author:darcy Date: 2013-01-11 15:39 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bc1f16f5566f 7131459: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie Reviewed-by: darcy Contributed-by: olivier.lagn...@oracle.com !

hg: jdk8/tl/jdk: 2 new changesets

2013-01-11 Thread xueming . shen
Changeset: 6f6246aced89 Author:sherman Date: 2013-01-11 22:43 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6f6246aced89 8005466: JAR file entry hash table uses too much memory (zlib_util.c) Summary: realign the fields of jzcell struct Reviewed-by: sherman Contributed-by: