Changeset: 9ccb94e5c153 Author: fparain Date: 2014-10-22 02:31 -0700 URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9ccb94e5c153 8061618: Removed unused networking functions from os class Reviewed-by: lfoltan, hseigel, dholmes ! src/os/aix/vm/os_aix.cpp ! src/os/aix/vm/os_aix.inline.hpp ! src/os/bsd/vm/os_bsd.cpp ! src/os/bsd/vm/os_bsd.inline.hpp ! src/os/linux/vm/os_linux.cpp ! src/os/linux/vm/os_linux.inline.hpp ! src/os/solaris/vm/os_solaris.cpp ! src/os/solaris/vm/os_solaris.inline.hpp ! src/os/windows/vm/os_windows.cpp ! src/share/vm/runtime/os.hpp Changeset: 06de05da6f2b Author: aeriksso Date: 2014-10-22 13:59 +0200 URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/06de05da6f2b 8057043: Type annotations not retained during class redefine / retransform Reviewed-by: coleenp, sspitsyn, jfranck ! src/share/vm/prims/jvmtiClassFileReconstituter.cpp ! src/share/vm/prims/jvmtiRedefineClasses.cpp ! src/share/vm/prims/jvmtiRedefineClasses.hpp + test/runtime/RedefineTests/RedefineAnnotations.java Changeset: 59c89d7cc30f Author: acorn Date: 2014-10-22 15:24 -0700 URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/59c89d7cc30f 8043275: Fix interface initialization for default methods. Summary: Initialize interfaces that declare concrete instance methods. Reviewed-by: kamg, coleenp, psandoz ! src/share/vm/classfile/classFileParser.cpp + src/share/vm/classfile/classFileParser.cpp.orig ! src/share/vm/classfile/classFileParser.hpp ! src/share/vm/oops/instanceKlass.cpp ! src/share/vm/oops/instanceKlass.hpp ! src/share/vm/utilities/dtrace_disabled.hpp ! test/runtime/lambda-features/InvokespecialInterface.java + test/runtime/lambda-features/TestInterfaceInit.java + test/runtime/lambda-features/TestInterfaceOrder.java Changeset: 1947a3d46cd5 Author: acorn Date: 2014-10-22 22:37 +0000 URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1947a3d46cd5 Merge Changeset: f562ab17393e Author: ccheung Date: 2014-10-23 10:08 -0700 URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f562ab17393e 8038268: VM Crashes in MetaspaceShared::generate_vtable_methods while creating CDS archive with limiting SharedMiscCodeSize Summary: estimate the minimum required size for the misc code region and check if the specified misc code region size meets the minimum size requirement Reviewed-by: jiangli, dholmes ! src/share/vm/memory/metaspace.cpp ! src/share/vm/memory/metaspaceShared.hpp ! src/share/vm/utilities/debug.cpp ! src/share/vm/utilities/debug.hpp ! test/runtime/SharedArchiveFile/LimitSharedSizes.java Changeset: 27ce97a5b0dd Author: cjplummer Date: 2014-10-23 14:43 -0700 URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/27ce97a5b0dd 6191224: (reflect) Misleading detail string in IllegalArgumentException thrown by Array.get<Type> Summary: The test case shows that an exception is thrown with the message "Argument is not an array", when in fact the argument is an array, but an array of a primitive type is actually what was expected. Fixed by differentiating between failing because an array was expected and failing because an array of a primitive type was expected. Reviewed-by: dholmes, ctornqvi, lfoltan ! src/share/vm/prims/jvm.cpp + test/runtime/reflect/ArrayGetIntException.java Changeset: a3acb8e53230 Author: hseigel Date: 2014-10-24 08:56 -0400 URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/a3acb8e53230 8061962: classFileParser.cpp.orig got erroneously added to the hotspot source repository Summary: Remove the file Reviewed-by: coleenp, ccheung - src/share/vm/classfile/classFileParser.cpp.orig Changeset: 64c09126ad3c Author: dcubed Date: 2014-10-27 15:09 -0700 URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/64c09126ad3c Merge Changeset: e0048254cc82 Author: coleenp Date: 2014-10-28 17:02 -0400 URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/e0048254cc82 8058093: Test nsk/stress/jck60/jck60014: assert in src/share/vm/oops/constantPool.cpp: should not be resolved otherwise 8044209: nsk/split_verifier/security/coglio06 fails with exit code 97 - missing 'prohibited package name' Summary: Fix resolution error saving. Reviewed-by: lfoltan, sspitsyn, hseigel, ctornqvi ! src/share/vm/oops/constantPool.cpp ! src/share/vm/oops/constantPool.hpp ! src/share/vm/runtime/deoptimization.cpp