Changeset: 87cbcaecf4e4 Author: dholmes Date: 2019-02-07 05:19 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/87cbcaecf4e4
8205714: Initial class initialization Reviewed-by: acorn, coleenp, kvn, vlivanov ! src/share/vm/oops/cpCacheOop.cpp ! src/share/vm/runtime/sharedRuntime.cpp Changeset: e14a43e8767f Author: mbalao Date: 2019-02-07 05:28 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/e14a43e8767f 8210094: Better loading of classloader classes Reviewed-by: adinn, andrew ! src/share/vm/classfile/classLoaderDependencies.cpp ! src/share/vm/classfile/classLoaderDependencies.hpp ! src/share/vm/classfile/dictionary.cpp ! src/share/vm/classfile/systemDictionary.cpp ! src/share/vm/classfile/verificationType.cpp ! src/share/vm/classfile/verifier.cpp ! src/share/vm/prims/jvm.cpp Changeset: 7e4523af00b7 Author: dbuck Date: 2019-02-07 05:42 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/7e4523af00b7 8141491: Unaligned memory access in Bits.c Summary: Introduce alignment-safe Copy::conjoint_swap and JVM_CopySwapMemory Reviewed-by: mikael, dholmes ! make/aix/makefiles/mapfile-vers-debug ! make/aix/makefiles/mapfile-vers-product ! make/bsd/makefiles/mapfile-vers-debug ! make/bsd/makefiles/mapfile-vers-product ! make/linux/makefiles/mapfile-vers-debug ! make/linux/makefiles/mapfile-vers-product ! make/solaris/makefiles/mapfile-vers ! src/share/vm/prims/jvm.cpp ! src/share/vm/prims/jvm.h ! src/share/vm/runtime/interfaceSupport.hpp ! src/share/vm/utilities/copy.cpp ! src/share/vm/utilities/copy.hpp Changeset: 0d5fbdb57253 Author: jwilhelm Date: 2019-02-07 06:03 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/0d5fbdb57253 8199552: Update to build scripts Reviewed-by: jwilhelm Contributed-by: magnus.ihse.bur...@oracle.com ! make/bsd/makefiles/gcc.make ! make/linux/makefiles/gcc.make ! make/solaris/makefiles/gcc.make Changeset: 752c4ce59972 Author: thartmann Date: 2014-06-20 08:14 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/752c4ce59972 8008321: compile.cpp verify_graph_edges uses bool as int Summary: The dead_nodes counter in verify_graph_edges(..) has the type bool but is used as int. Reviewed-by: roland, anoll ! src/share/vm/opto/compile.cpp Changeset: 58964d7eef11 Author: mbalao Date: 2019-02-12 04:23 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/58964d7eef11 8218798: slowdebug build broken by JDK-8205714 Summary: Add missing instanceKlass::cast in assert Reviewed-by: andrew ! src/share/vm/runtime/sharedRuntime.cpp Changeset: 87b0534bbec2 Author: andrew Date: 2019-02-15 05:16 +0000 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/87b0534bbec2 Added tag jdk7u211-b00 for changeset 58964d7eef11 ! .hgtags