dawidss7 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_r332872919
 
 

 ##########
 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:
   The problem is exactly as described in 
[https://issues.apache.org/jira/browse/WICKET-6531](url)
   Serializing BigDecimal causes J9 vm crash. 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to