RFR(XXS) : 8179930: jdk.test.lib.artifacts.ArtifactResolver::resolve should return Map instead of HashMap (original) (raw)
Igor Ignatyev igor.ignatyev at oracle.com
Tue May 9 17:20:44 UTC 2017
- Previous message: RFR: AArch64: 8179954: AArch64: C1 and C2 volatile accesses are not sequentially consistent
- Next message: RFR(XXS) : 8179930: jdk.test.lib.artifacts.ArtifactResolver::resolve should return Map instead of HashMap
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://cr.openjdk.java.net/~iignatyev//8179930/webrev.00/index.html
8 lines changed: 1 ins; 0 del; 7 mod;
Hi all,
could you please review this small patch which changes jdk.test.lib.artifacts.ArtifactResolver::resolve signature to return a Map instead of HasMap and updates the tests accordingly? I have also changed the argument type from raw Class to Class<?>, so we don't need to have casts in the method.
webrev: http://cr.openjdk.java.net/~iignatyev//8179930/webrev.00/index.html JBS: https://bugs.openjdk.java.net/browse/JDK-8179930 testing: the affected tests (hotspot/test/applications)
-- Igor
- Previous message: RFR: AArch64: 8179954: AArch64: C1 and C2 volatile accesses are not sequentially consistent
- Next message: RFR(XXS) : 8179930: jdk.test.lib.artifacts.ArtifactResolver::resolve should return Map instead of HashMap
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]