langtools/make/intellij/ant.xml
author rkennke
Wed, 17 May 2017 23:36:19 +0200
changeset 46474 c872a196b75f
parent 40510 722c82994682
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="AntConfiguration">
    <buildFile url="file://$PROJECT_DIR$/.idea/build.xml">
      <properties>
	<property name="langtools.jdk.home" value="@IDEA_TARGET_JDK@" />
      </properties>
      <executeOn event="afterCompilation" target="post-make" />
    </buildFile>
  </component>
</project>