Normally, when walking through the javacore file, we can see code stack as below:
at com/csii/pe/channel/http/servlet/MainServlet.doGet(Bytecode PC:78(Compiled Code))
at javax/servlet/http/HttpServlet.service(HttpServlet.java:743(Compiled Code))
at javax/servlet/http/HttpServlet.service(HttpServlet.java:856(Compiled Code))
As for the word Bytecode above, does it mean the code is from the self-developed application rather than the Middleware inside like IBM WAS?
Thanks