view env @ 21572:d6d7e51d9206

Truffle/instrumentation: catch a NPE error condition (when a tagged STATEMENT has no source information)
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 27 May 2015 20:49:09 -0700
parents 23bc51cd8654
children
line wrap: on
line source

DEFAULT_VM=server

LANG=en_US.UTF-8

USE_PRECOMPILED_HEADER=0

# Use clang instead of gcc.
COMPILER_WARNINGS_FATAL=false
USE_CLANG=true
LFLAGS=-Xlinker -lstdc++

# Which JDK to use for javac (and others).
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home

EXTRA_JAVA_HOMES=/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home