martin-g commented on a change in pull request #386: WICKET-6531 Crash in
Unsafe.getObject when running on the J9 VM
URL: https://github.com/apache/wicket/pull/386#discussion_r332838963
##########
File path:
wicket-core/src/main/java/org/apache/wicket/core/util/objects/checker/CheckingObjectOutputStream.java
##########
@@ -235,6 +235,9 @@ public String toString()
{
try
{
+
+ available = "Oracle
Corporation".equals(System.getProperty("java.vm.vendor")); //WICKET-6531
Review comment:
In that case we cannot use this PR.
What exactly is the crash in J9 ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services