Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Declaration parsing allocates too much #81

@glassfishrobot

Description

@glassfishrobot

We're seeing a lot of allocation pressure due to declaration parsing. XMLDeclarationParser always allocates a character array of size 65535. This is quite excessive. Also it's not needed since all the content is already in a StringBuffer.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions