Skip to content

memory leak in class org.springframework.core.ResolvableType [SPR-11394] #16021

Closed
@spring-projects-issues

Description

@spring-projects-issues

oaktree opened SPR-11394 and commented

Anayzling heap dump shows:

6,454 instances of "java.lang.Class", loaded by "<system class loader>" occupy 6,081,912 (11.44%) bytes. 

Biggest instances:
•class org.springframework.core.ResolvableType @ 0x7833d2c50 - 720,944 (1.36%) bytes. 
*********************************************************************************

Class Name                                                          | Shallow Heap | Retained Heap | Percentage
----------------------------------------------------------------------------------------------------------------
class org.springframework.core.ResolvableType @ 0x7833d2c50         |           16 |       720,944 |      1.36%
|- org.springframework.util.ConcurrentReferenceHashMap @ 0x7833d2d00|           40 |       720,880 |      1.36%
|- org.springframework.core.ResolvableType @ 0x7833d2ce0            |           32 |            32 |      0.00%
|- org.springframework.core.ResolvableType[0] @ 0x7833d2cd0         |           16 |            16 |      0.00%
----------------------------------------------------------------------------------------------------------------

Affects: 4.0.1

Issue Links:

2 votes, 12 watchers

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions