mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[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
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5cdf2aaee7
commit
c2de4b73fa
@@ -10,19 +10,19 @@
|
||||
<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.43">
|
||||
<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.43/debugger-memory-agent-1.0.43.jar">
|
||||
<sha256sum>8915bdd1d6afc9df4eb1003069f40b7d24794b869c7dd1c849e45c1eb98269d8</sha256sum>
|
||||
<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.43/debugger-memory-agent-1.0.43.jar!/" />
|
||||
<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.43/debugger-memory-agent-1.0.43-sources.jar!/" />
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user