hg: hsx/hotspot-main/hotspot: 4 new changesets

markus.gronlund at oracle.com markus.gronlund at oracle.com
Thu Nov 14 10:53:44 PST 2013


Changeset: 9d8b29a0548c
Author:    mgerdin
Date:      2013-11-08 16:48 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/9d8b29a0548c

8027237: New tests on ReservedSpace/VirtualSpace classes
Summary: Three tests added: 1) test stressing VirtualSpace by resizing it constantly 2) test running unit tests in several threads 3) test checking protected area in ReservedHeapSpace class
Reviewed-by: stefank, zgu
Contributed-by: aleksey.timofeev at oracle.com

! src/share/vm/prims/whitebox.cpp
+ test/runtime/memory/ReadFromNoaccessArea.java
+ test/runtime/memory/RunUnitTestsConcurrently.java
+ test/runtime/memory/StressVirtualSpaceResize.java
! test/testlibrary/whitebox/sun/hotspot/WhiteBox.java

Changeset: 19f8a5d7600b
Author:    mgerdin
Date:      2013-11-08 23:49 +0000
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/19f8a5d7600b

Merge


Changeset: fce21ac5968d
Author:    acorn
Date:      2013-11-13 07:31 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/fce21ac5968d

8027229: ICCE expected for >=2 maximally specific default methods.
Summary: Need to process defaults for interfaces for invokespecial
Reviewed-by: lfoltan, hseigel, coleenp, jrose

! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/defaultMethods.cpp
! src/share/vm/interpreter/linkResolver.cpp
! src/share/vm/interpreter/linkResolver.hpp
! src/share/vm/oops/klassVtable.cpp

Changeset: 41cb10cbfb3c
Author:    coleenp
Date:      2013-11-13 16:42 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/41cb10cbfb3c

8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
Summary: Create extra constant pool cache entries for invokespecial/InterfaceMethodref to hold the alternate resolution.
Reviewed-by: jrose, lfoltan, hseigel

! src/share/vm/interpreter/rewriter.cpp
! src/share/vm/interpreter/rewriter.hpp
! src/share/vm/oops/cpCache.cpp
! src/share/vm/oops/cpCache.hpp



More information about the hotspot-dev mailing list