jvm.cfg 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # ========================================================================
  2. # Licensed Materials - Property of IBM
  3. # "Restricted Materials of IBM"
  4. #
  5. # IBM SDK, Java(tm) Technology Edition, v8
  6. # (C) Copyright IBM Corp. 2000, 2014. All Rights Reserved
  7. #
  8. # US Government Users Restricted Rights - Use, duplication or disclosure
  9. # restricted by GSA ADP Schedule Contract with IBM Corp.
  10. # ========================================================================
  11. # ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  12. #
  13. #
  14. #
  15. #
  16. #
  17. #
  18. #
  19. #
  20. #
  21. #
  22. #
  23. #
  24. #
  25. #
  26. #
  27. #
  28. #
  29. #
  30. #
  31. #
  32. #
  33. #
  34. # List of JVMs that can be used as an option to java, javac, etc.
  35. # Order is important -- first in this list is the default JVM.
  36. # NOTE that this both this file and its format are UNSUPPORTED and
  37. # WILL GO AWAY in a future release.
  38. #
  39. # You may also select a JVM in an arbitrary location with the
  40. # "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
  41. # and may not be available in a future release.
  42. #
  43. -j9vm KNOWN
  44. -hotspot IGNORE
  45. -classic IGNORE
  46. -native IGNORE
  47. -green IGNORE