Re: Jsp pages with scriptlet and javadoc comments loaded in char[]

2018-05-02 Thread Terence M. Bandoian
On 5/2/2018 07:30, M. Manna wrote: Hi Mark, Basically, our application has quite a lot of large objects which are singletons. When we checked the list of char[] objects loaded in the memory, some of them showed JspServlet related Strings and had commented code loaded into char[]. we have quite a

Re: Jsp pages with scriptlet and javadoc comments loaded in char[]

2018-05-02 Thread M. Manna
Hi Mark, Basically, our application has quite a lot of large objects which are singletons. When we checked the list of char[] objects loaded in the memory, some of them showed JspServlet related Strings and had commented code loaded into char[]. we have quite a lot of Strings loaded in memory (usi

Re: Jsp pages with scriptlet and javadoc comments loaded in char[]

2018-05-02 Thread Mark Thomas
On 02/05/18 10:31, M. Manna wrote: > Hi All, > > I had a specific question regarding JSPs loaded in web-application > container for jasper to compilation. If I have a JSP page which has > scriptlet and javadoc comments/code comments, aren't those loaded into the > char[] of JSP pages too? No. >

Jsp pages with scriptlet and javadoc comments loaded in char[]

2018-05-02 Thread M. Manna
Hi All, I had a specific question regarding JSPs loaded in web-application container for jasper to compilation. If I have a JSP page which has scriptlet and javadoc comments/code comments, aren't those loaded into the char[] of JSP pages too? I understand that Jasper compiles the JSPs but those co