用于启用扩展序列化调试信息的 Java 标志
我目前正在努力解决 tomcat 上复杂对象的 HTTP 会话复制问题。
某些对象实现了可序列化,但包含不可序列化的成员。
不幸的是,默认情况下,堆栈跟踪不会提供太多有用的信息。
有一个标志 -XX:????当发生 NotSerializedException 时,在堆栈跟踪中启用详细类名。这个标志将帮助我找到错误的根源。但我忘记了它的名字
国旗的名字是什么?
I am currently struggling with HTTP Session replication on tomcat with complex objects.
Some objects implement Serializable
but hold non-serializable members.
Unfortunately, the stacktraces do not provide much useful info here by default.
there is a flag -XX:???? to enable verbose class names in the stacktrace when a NotSerializableException occurrs. this flag would help me a lot finding the source of the error. but i forgot its name
What is the name of the flag?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)