hg: hsx/hsx23.2/hotspot: 2 new changesets

coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Wed Jun 20 10:50:39 PDT 2012


Changeset: 30fd0e13dd48
Author:    coleenp
Date:      2012-06-20 09:57 -0400
URL:       http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/30fd0e13dd48

7158800: Improve storage of symbol tables
Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain bucket size to improve performance
Reviewed-by: pbk, kamg, dlong, kvn, fparain

+ src/share/vm/classfile/altHashing.cpp
+ src/share/vm/classfile/altHashing.hpp
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/classfile/javaClasses.hpp
! src/share/vm/classfile/symbolTable.cpp
! src/share/vm/classfile/symbolTable.hpp
! src/share/vm/memory/dump.cpp
! src/share/vm/prims/jni.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/init.cpp
! src/share/vm/runtime/safepoint.cpp
! src/share/vm/utilities/hashtable.cpp
! src/share/vm/utilities/hashtable.hpp
! src/share/vm/utilities/hashtable.inline.hpp
+ test/runtime/7158800/BadUtf8.java
+ test/runtime/7158800/InternTest.java
+ test/runtime/7158800/Test7158800.sh
+ test/runtime/7158800/badstrings.txt

Changeset: d4b7661ee0b4
Author:    coleenp
Date:      2012-06-20 07:27 -0700
URL:       http://hg.openjdk.java.net/hsx/hsx23.2/hotspot/rev/d4b7661ee0b4

Merge




More information about the hotspot-dev mailing list