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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. #kind=product
  6. # Which flavor of DCEVM to use, full (supports most redefinitons (supported only for JDK7)) or light (more JDK(7,8) versions supported)
  7. flavor=light
  8. # If should use compressed oops (-XX:+UseCompressedOops) or not for testing.
  9. oops=compressed
  10. # DCEVM build number
  11. buildNumber=dev
  12. # Name of JVM to install DCEVM to. Specifx -XXaltjvm=<jvmName> to run given JVM.
  13. jvmName=dcevm
  14. # Which flavor of compiler to use. Leave default value.
  15. compiler=compiler2
  16. # Path to install JRE.
  17. # Used when creating local version of JRE with DCEVM library installed.
  18. targetJre=build/jre
  19. # Tag to base DCEVM on
  20. #hotspotTag=jdk7u40-b43
  21. #hotspotTag=jdk7u45-b08
  22. #hotspotTag=jdk7u51-b13
  23. #hotspotTag=jdk7u55-b13
  24. #hotspotTag=jdk7u60-b09
  25. #hotspotTag=jdk7u71-b01
  26. #hotspotTag=jdk7u79-b15
  27. #hotspotTag=jdk7u85-b02
  28. #hotspotTag=jdk7u111-b01
  29. #hotspotTag=jdk8u31-b13
  30. #hotspotTag=jdk8u20-b22
  31. #hotspotTag=jdk8u5-b13
  32. #hotspotTag=jdk8u31-b13
  33. #hotspotTag=jdk8u40-b25
  34. #hotspotTag=jdk8u45-b14
  35. #hotspotTag=jdk8u51-b16
  36. #hotspotTag=jdk8u66-b17
  37. #hotspotTag=jdk8u74-b02
  38. #hotspotTag=jdk8u92-b14
  39. #hotspotTag=jdk8u102-b31
  40. #hotspotTag=jdk8u111-b14
  41. #hotspotTag=jdk8u112-b16
  42. #hotspotTag=jdk8u144-b01
  43. #hotspotTag=jdk8u152-b16
  44. #hotspotTag=jdk8u172-b11
  45. #hotspotTag=jdk8u181-b13
  46. hotspotTag=jdk8u201-b09
  47. #hotspotTag=jdk8u202-b08