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.

1234567891011121314151617181920212223242526272829303132333435363738394041
  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-b02
  26. #hotspotTag=jdk8u31-b13
  27. #hotspotTag=jdk8u20-b22
  28. #hotspotTag=jdk8u5-b13
  29. #hotspotTag=jdk8u31-b13
  30. #hotspotTag=jdk8u40-b25
  31. hotspotTag=jdk8u45-b14