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 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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 (supported only for JDK7)) or light (more JDK(7,8) 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=jdk7u40-b43
  20. #hotspotTag=jdk7u45-b08
  21. #hotspotTag=jdk7u51-b13
  22. #hotspotTag=jdk7u55-b13
  23. #hotspotTag=jdk7u60-b09
  24. #hotspotTag=jdk7u71-b01
  25. #hotspotTag=jdk7u79-b15
  26. #hotspotTag=jdk7u85-b02
  27. #hotspotTag=jdk8u31-b13
  28. #hotspotTag=jdk8u20-b22
  29. #hotspotTag=jdk8u5-b13
  30. #hotspotTag=jdk8u31-b13
  31. #hotspotTag=jdk8u40-b25
  32. #hotspotTag=jdk8u45-b14
  33. #hotspotTag=jdk8u51-b16
  34. #hotspotTag=jdk8u66-b17
  35. #hotspotTag=jdk8u74-b02
  36. hotspotTag=jdk8u92-b14