[Bug 69429] Memory optimization to AstMethodParameters.getParameters()

2024-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69429 --- Comment #4 from Paolo B. --- thanks! waiting for the new tomcat 10.1 release! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe

[Bug 69429] Memory optimization to AstMethodParameters.getParameters()

2024-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69429 --- Comment #3 from Mark Thomas --- Good point. Done. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomc

[Bug 69429] Memory optimization to AstMethodParameters.getParameters()

2024-11-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69429 --- Comment #2 from Paolo B. --- At this point, why not optimize everything? public Object[] getParameters(EvaluationContext ctx) { int numChildren = this.jjtGetNumChildren(); if (numChildren == 0) { return EMPTY_PARAMS; } Object

[Bug 69429] Memory optimization to AstMethodParameters.getParameters()

2024-11-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69429 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW