hg: jdk7/hotspot/hotspot: 8 new changesets
coleen.phillimore at oracle.com
coleen.phillimore at oracle.com
Wed Apr 20 16:24:10 PDT 2011
Changeset: 5504afd15955
Author: zgu
Date: 2011-04-14 11:50 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/5504afd15955
7033100: CreateMinidumpOnCrash does not work for failed asserts
Summary: Passing NULL as MINIDUMP_EXCEPTION_INFORMATION when calling MiniDumpWriteDump when crash is due to assertion instead of real exception to avoid creating zero-length mini dump file.
Reviewed-by: acorn, dcubed, poonam, coleenp
! src/os/windows/vm/os_windows.cpp
Changeset: 6c9cec219ce4
Author: vladidan
Date: 2011-04-11 23:02 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/6c9cec219ce4
7005865: Crash when running with PrintIRWithLIR
Summary: the failure is caused by uninitialized bci number
Reviewed-by: iveresov
! src/share/vm/c1/c1_Instruction.cpp
Changeset: c737922fd8bb
Author: vladidan
Date: 2011-04-12 10:32 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/c737922fd8bb
Merge
Changeset: 208b6c560ff4
Author: vladidan
Date: 2011-04-14 11:02 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/208b6c560ff4
Merge
! src/share/vm/c1/c1_Instruction.cpp
Changeset: a534c140904e
Author: vladidan
Date: 2011-04-14 23:06 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/a534c140904e
Merge
Changeset: 8ce625481709
Author: coleenp
Date: 2011-04-15 09:36 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/8ce625481709
7032407: Crash in LinkResolver::runtime_resolve_virtual_method()
Summary: Make CDS reorder vtables so that dump time vtables match run time order, so when redefine classes reinitializes them, they aren't in the wrong order.
Reviewed-by: dcubed, acorn
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/memory/dump.cpp
! src/share/vm/oops/instanceKlassKlass.cpp
! src/share/vm/oops/klass.cpp
! src/share/vm/oops/klassVtable.cpp
! src/share/vm/oops/klassVtable.hpp
Changeset: fcc932c8238c
Author: thurka
Date: 2011-04-16 11:59 +0200
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/fcc932c8238c
7007254: NullPointerException occurs with jvisualvm placed under a dir. including Japanese chars
Summary: use java_lang_String::create_from_platform_dependent_str() instead of java_lang_String::create_from_str() in JvmtiEnv::AddToSystemClassLoaderSearch()
Reviewed-by: dcubed
! src/share/vm/prims/jvmtiEnv.cpp
Changeset: df8a1555b1ea
Author: coleenp
Date: 2011-04-19 20:40 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/df8a1555b1ea
Merge
More information about the hotspot-dev
mailing list