langtools/make/intellij/misc.xml
author rkennke
Wed, 17 May 2017 23:36:19 +0200
changeset 46474 c872a196b75f
parent 41517 ae82072ecfa7
permissions -rw-r--r--
8180175: ObjectSynchronizer only needs to iterate in-use monitors Summary: When using -XX:+MonitorInUseLists, then only iterate in-use monitors. Reviewed-by: zgu, dholmes, rehn

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="EntryPointsManager">
    <entry_points version="2.0" />
  </component>
  <component name="JTRegService">
    <path>@IDEA_JTREG_HOME@</path>
    <workDir>build</workDir>
    <jre alt="true" value="@IDEA_TARGET_JDK@" />
    <options>@XPATCH@</options>
    <ant>
      <target file="file://$PROJECT_DIR$/.idea/build.xml" name="build-all-classes" />
    </ant>
  </component>
  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
    <output url="file://$PROJECT_DIR$/.idea/out" />
  </component>
</project>