make/idea/template/misc.xml
author phh
Sat, 30 Nov 2019 14:33:05 -0800
changeset 59330 5b96c12f909d
parent 51612 bdac20c6c8dd
permissions -rw-r--r--
8234541: C1 emits an empty message when it inlines successfully Summary: Use "inline" as the message when successfull Reviewed-by: thartmann, mdoerr Contributed-by: navy.xliu@gmail.com

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="EntryPointsManager">
    <entry_points version="2.0" />
  </component>
  <component name="JTRegService">
    <path>###JTREG_HOME###</path>
    <workDir>###BUILD_DIR###</workDir>
    <jre alt="true" value="###IMAGES_DIR###" />
    <options></options>
    <ant>
      <target file="file://###ROOT_DIR###/make/idea/build.xml" name="images" />
    </ant>
  </component>
  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_9" assert-keyword="true" jdk-15="true">
    <output url="file://###BUILD_DIR###" />
  </component>
</project>