[9] RFR(S): 8035946: Use ResourceHashtable for dependency checking (original) (raw)
Albert albert.noll at oracle.com
Fri Feb 28 06:58:59 PST 2014
- Previous message: hg: hsx/jdk7u/hotspot: 8035283: Second phase of branch shortening doesn't account for loop alignment
- Next message: [9] RFR(S): 8035946: Use ResourceHashtable for dependency checking
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I send this to hotspot-dev, since the change contains a small modification in resourceHash.hpp
Bug: https://bugs.openjdk.java.net/browse/JDK-8035946
Problem: JDK-8034839 introduced a new hashtable for caching checked dependencies. However, a hashtable that already existed prior to JDK-8034839 (ResourceHashtable) could have been used instead of introducing the new one.
Solution: Use ResourceHashtable and remove the new hashtable that was introduced with JDK-8034839.
Testing: jprt, failing test
webrev: http://cr.openjdk.java.net/~anoll/8035946/webrev.00/
Many thanks in advance, Albert
- Previous message: hg: hsx/jdk7u/hotspot: 8035283: Second phase of branch shortening doesn't account for loop alignment
- Next message: [9] RFR(S): 8035946: Use ResourceHashtable for dependency checking
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]