1config BR2_PACKAGE_DACAPO 2 bool "dacapo" 3 depends on BR2_PACKAGE_OPENJDK 4 help 5 The DaCapo benchmark suite is intended as a tool for Java 6 benchmarking by the programming language, memory 7 management and computer architecture communities. 8 9 http://dacapobench.org/ 10 11comment "dacapo needs OpenJDK" 12 depends on !BR2_PACKAGE_OPENJDK 13