RFR JDK-8039525: HashTable lookup API needs refactoring

Gerard Ziemski gerard.ziemski at oracle.com
Thu Apr 24 20:59:29 UTC 2014


hi all,

Please review this simple enhancement, which renames symbolTable::lookup 
API using names that better reflect the method purpose, ie: lookup_only, 
lookup_and_add, lookup_only_and_hash, lookup_and_add_unicode and 
lookup_only_and_hash_unicode.

No new or removed code.

Webrev: http://cr.openjdk.java.net/~gziemski/8039525_rev0
Bug: https://bugs.openjdk.java.net/browse/JDK-8039525

Tested with hotspot jtreg, vm.quicklooks and JPRT. Locally builds on Mac 
OS X and Linux.

Thank you.


More information about the hotspot-runtime-dev mailing list