make/windows/create_obj_files.sh

Print this page
rev 3201 : 7148488: Whitebox tests for the Diagnostic Framework Parser

*** 78,87 **** --- 78,89 ---- BASE_PATHS="${BASE_PATHS} ${ALTSRC}/share/vm/jfr/agent/isolated_deps/util" BASE_PATHS="${BASE_PATHS} ${ALTSRC}/share/vm/jfr/jvm" BASE_PATHS="${BASE_PATHS} ${ALTSRC}/share/vm/jfr" fi + BASE_PATHS="${BASE_PATHS} ${COMMONSRC}/share/vm/prims/wbtestmethods" + CORE_PATHS="${BASE_PATHS}" # shared is already in BASE_PATHS. Should add vm/memory but that one is also in BASE_PATHS. if [ -d "${ALTSRC}/share/vm/gc_implementation" ]; then CORE_PATHS="${CORE_PATHS} `$FIND ${ALTSRC}/share/vm/gc_implementation ! -name gc_implementation -prune -type d \! -name shared`" fi