Hi
I opened OWB-952 to cleanup OWB code regarding concurrent map usages.
1.2.3 bytecode was built against java 8 and it prevents (thanks java
8) to run it against previous JVMs.
Bytecode contains:
6: invokevirtual #7 // Method
java/util/concurrent/ConcurrentHashMap.keySet:()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
which is an addition in j8
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau