hg: hsx/hotspot-main/hotspot: 16 new changesets
daniel.daugherty at oracle.com
daniel.daugherty at oracle.com
Wed Apr 3 20:23:17 PDT 2013
Changeset: 0c3ee6f1fa23
Author: coleenp
Date: 2013-03-27 08:19 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/0c3ee6f1fa23
8009531: Crash when redefining class with annotated method
Summary: Neglected to copy the annotations in clone_with_new_data when they were moved to ConstMethod.
Reviewed-by: acorn, sspitsyn, dcubed
! src/share/vm/oops/constMethod.cpp
! src/share/vm/oops/constMethod.hpp
! src/share/vm/oops/method.cpp
Changeset: aa758f0c5b1c
Author: hseigel
Date: 2013-03-27 11:41 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/aa758f0c5b1c
8010833: Test7116786.java is failing on most configs after fix for 8010667
Summary: Update test to recognize that non-zero pad bytes for lookupswitch/tablewsitch opcodes are now valid.
Reviewed-by: dcubed, twisti, kvn, coleenp, dholmes
! test/runtime/7116786/Test7116786.java
Changeset: b601102d00c8
Author: hseigel
Date: 2013-03-27 13:26 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/b601102d00c8
Merge
Changeset: cd3089a56438
Author: acorn
Date: 2013-03-27 14:10 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/cd3089a56438
8009731: Confusing error message for loader constraint violation
Summary: Fix text, overwritten type and holder for resolved method
Reviewed-by: coleenp, dcubed, minqi, dholmes
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/classfile/systemDictionary.hpp
! src/share/vm/interpreter/linkResolver.cpp
! src/share/vm/oops/klassVtable.cpp
Changeset: 53f4040e809c
Author: acorn
Date: 2013-03-27 16:31 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/53f4040e809c
Merge
Changeset: b5bae74160b7
Author: zgu
Date: 2013-03-27 15:41 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/b5bae74160b7
8010474: [parfait] Undefined return value of the functions in hotspot/src/share/vm/services/memTracker.hpp
Summary: Fixed functions that miss return values
Reviewed-by: coleenp, acorn, kvn
! src/share/vm/services/memTracker.hpp
Changeset: 26e0c03da92c
Author: zgu
Date: 2013-03-27 13:07 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/26e0c03da92c
Merge
- make/windows/projectfiles/kernel/Makefile
- make/windows/projectfiles/kernel/vm.def
- make/windows/projectfiles/kernel/vm.dsw
Changeset: f044c45bee68
Author: zgu
Date: 2013-03-27 22:05 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/f044c45bee68
Merge
Changeset: 1b90c7607451
Author: minqi
Date: 2013-03-27 17:03 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/1b90c7607451
2178143: JVM crashes if the number of bound CPUs changed during runtime
Summary: Supply a new flag -XX:+AssumeMP to workaround the problem. With the flag is turned on, assume VM run on MP platform so is_MP() will return true that sync calls will not skip away.
Reviewed-by: dholmes, acorn, dcubed, jmasa
Contributed-by: yumin.qi at oracle.com
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/os.hpp
Changeset: d7adf726b18a
Author: minqi
Date: 2013-03-28 00:44 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/d7adf726b18a
Merge
Changeset: c0f9217203b2
Author: dcubed
Date: 2013-03-29 08:38 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/c0f9217203b2
Merge
! src/share/vm/runtime/arguments.cpp
Changeset: d886ac1dfd36
Author: coleenp
Date: 2013-03-31 21:43 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/d886ac1dfd36
8010723: fatal error: acquiring lock Metaspace allocation lock/5 out of order
Summary: Avoid holding SystemDictionary_lock while calling Klass::remove_unshareable_info
Reviewed-by: coleenp, acorn
Contributed-by: ioi.lam at oracle.com
! src/share/vm/classfile/systemDictionary.cpp
Changeset: e458120c6e1a
Author: sla
Date: 2013-03-28 15:39 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/e458120c6e1a
8002118: WindbgDebuggerLocal should not try to load 64-bit debug libraries for 32-bit JVM
Reviewed-by: sspitsyn, zgu
Contributed-by: peter.allwin at oracle.com
! agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/WindbgDebuggerLocal.java
Changeset: ede380e13960
Author: mgerdin
Date: 2013-04-02 11:28 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/ede380e13960
8009763: Add WB test for String.intern()
Summary: Add convenience method in StringTable, add WhiteBox method and simple sanity test
Reviewed-by: mgerdin, zgu
Contributed-by: leonid.mesnik at oracle.com
! src/share/vm/classfile/symbolTable.cpp
! src/share/vm/classfile/symbolTable.hpp
! src/share/vm/prims/whitebox.cpp
+ test/runtime/interned/SanityTest.java
! test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
Changeset: 8c03fc47511d
Author: iklam
Date: 2013-04-01 14:05 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/8c03fc47511d
8011048: Possible reading from unmapped memory in UTF8::as_quoted_ascii()
Summary: Pass utf_length parameter to UTF8::as_quoted_ascii()
Reviewed-by: dcubed, minqi
! src/share/vm/oops/symbol.cpp
! src/share/vm/utilities/utf8.cpp
! src/share/vm/utilities/utf8.hpp
Changeset: a4e8dac9db8c
Author: zgu
Date: 2013-04-02 07:40 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/a4e8dac9db8c
Merge
More information about the hotspot-dev
mailing list