jvm.cfg 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # ===========================================================================
  2. # Licensed Materials - Property of IBM
  3. # "Restricted Materials of IBM"
  4. #
  5. # IBM SDK, Java(tm) Technology Edition, v7
  6. # (C) Copyright IBM Corp. 2014, 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. #
  12. #
  13. #
  14. # Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
  15. # ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  16. #
  17. #
  18. #
  19. #
  20. #
  21. #
  22. #
  23. #
  24. #
  25. #
  26. #
  27. #
  28. #
  29. #
  30. #
  31. #
  32. #
  33. #
  34. #
  35. #
  36. #
  37. #
  38. # List of JVMs that can be used as an option to java, javac, etc.
  39. # Order is important -- first in this list is the default JVM.
  40. # NOTE that this both this file and its format are UNSUPPORTED and
  41. # WILL GO AWAY in a future release.
  42. #
  43. # You may also select a JVM in an arbitrary location with the
  44. # "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
  45. # and may not be available in a future release.
  46. #
  47. -j9vm KNOWN
  48. -hotspot IGNORE
  49. -classic IGNORE
  50. -native IGNORE
  51. -green IGNORE