Changeset: e97997718e77 Author: poonam Date: 2014-07-02 02:06 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/e97997718e77
8031290: Adjust call to getisax() for additional words returned 8019324: assert(_f2 == 0 || _f2 == f2) failed: illegal field change Summary: Add support for Sparc T7 and fix the assertion failure in cpCacheOop Reviewed-by: dholmes, jmasa ! src/cpu/sparc/vm/vm_version_sparc.hpp ! src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp ! src/share/vm/oops/cpCacheOop.hpp Changeset: 65ee230d3b30 Author: mikael Date: 2014-06-16 16:27 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/65ee230d3b30 8046769: Set T family feature bit on Niagara systems Reviewed-by: kvn, iveresov ! src/os_cpu/linux_sparc/vm/vm_version_linux_sparc.cpp Changeset: 061d770f0096 Author: lana Date: 2014-07-09 13:35 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/061d770f0096 Merge Changeset: 29a40195a39c Author: sgabdura Date: 2014-07-14 14:53 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/29a40195a39c 8041918: BootstrapMethods attribute cannot be empty. Summary: Allow a BootstrapMethods attribute that contains an empty bootstrap_methods table where num_bootstrap_methods is equal to zero. Reviewed-by: lfoltan, coleenp, hseigel ! src/share/vm/classfile/classFileParser.cpp + test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java + test/runtime/classFileParserBug/emptynumbootstrapmethods.jar + test/runtime/classFileParserBug/emptynumbootstrapmethods1.jcod + test/runtime/classFileParserBug/emptynumbootstrapmethods2.jcod Changeset: 4270452e5ac9 Author: poonam Date: 2014-07-18 09:51 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/4270452e5ac9 8048271: Minor GC times doubled from JDK 6u35 to JDK 7u51 Summary: Made JavaObjectsInPerm a diagnostic option Reviewed-by: jmasa, kevinw ! src/share/vm/runtime/globals.hpp Changeset: bd8f2377a415 Author: lana Date: 2014-07-22 18:19 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/bd8f2377a415 Merge ! src/share/vm/classfile/classFileParser.cpp