You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gradle.properties 1003B

12345678910111213141516171819202122232425262728293031323334
  1. # Default settings for DCEVM build/testing
  2. traceRedefinition=1
  3. # Which JVM kind to use for testing, fastdebug (produces better crash reports) or product (faster).
  4. kind=fastdebug
  5. # Which flavor of DCEVM to use, full (supports most redefinitons) or light (more JDK versions supported)
  6. flavor=light
  7. # If should use compressed oops (-XX:+UseCompressedOops) or not for testing.
  8. oops=compressed
  9. # DCEVM build number
  10. buildNumber=dev
  11. # Name of JVM to install DCEVM to. Specifx -XXaltjvm=<jvmName> to run given JVM.
  12. jvmName=dcevm
  13. # Which flavor of compiler to use. Leave default value.
  14. compiler=compiler2
  15. # Path to install JRE.
  16. # Used when creating local version of JRE with DCEVM library installed.
  17. targetJre=build/jre
  18. # Tag to base DCEVM on
  19. hotspotTag=jdk8u5-b13
  20. #hotspotTag=jdk7u51-b13
  21. #hotspotTag=jdk7u45-b08
  22. #hotspotTag=jdk7u40-b43
  23. # Repository to clone hotspot from
  24. hotspotRepository=http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot
  25. #hotspotRepository=http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot