Files
openide/java/debugger/memory-agent/intellij.java.debugger.memory.agent.iml
Maksim Zuev c2de4b73fa [debugger] IDEA-330128 Fix memory leaks in debugger memory agent
update version to 1.0.45

Ignore jdk/internal/vm/FillerArray objects due to tag reclamation issues with this class

GitOrigin-RevId: 8f579b5b835c56ee49f20d847231e56e3a20a2f4
2023-09-01 12:46:55 +00:00

32 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module-library">
<library name="debugger-memory-agent" type="repository">
<properties maven-id="org.jetbrains.intellij.deps:debugger-memory-agent:1.0.45">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/1.0.45/debugger-memory-agent-1.0.45.jar">
<sha256sum>1519c7ab286dfa82797d0a8ce9d726fb083682a2126e9e167d0d60315ef8f38f</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/1.0.45/debugger-memory-agent-1.0.45.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/1.0.45/debugger-memory-agent-1.0.45-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="library" name="commons-io" level="project" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
</component>
</module>