Home
last modified time | relevance | path

Searched refs:BUILD_PATH (Results 1 – 1 of 1) sorted by relevance

/art/test/1948-obsolete-const-method-handle/util-src/
Dbuild-classes34 BUILD_PATH="${1:-${SCRIPT_PATH}/classes}"
36 if [[ ! -d "${BUILD_PATH}" ]]; then
37 mkdir "$BUILD_PATH" || exit 1
41 (cd "${SRC_PATH}" && javac -source 8 -target 8 -cp "${ASM_CLASSPATH}" -d "${BUILD_PATH}" Main.java …
43 …CRIPT_PATH}" && java -cp "${ASM_CLASSPATH}:${BUILD_PATH}" art.constmethodhandle.TestGenerator "${B…
45 (cd ${BUILD_PATH} && find . -name "TestGenerator*.class" | xargs rm) || fail "Cleanup failure"