RFR: 8230129:  Add jtreg "serviceability/sa/ClhsdbInspect.java" to graal problem list.
    Xiaohong Gong (Arm Technology China) 
    Xiaohong.Gong at arm.com
       
    Tue Aug 27 07:14:11 UTC 2019
    
    
  
Hi,
  Please help to review this small patch:
  Webrew: http://cr.openjdk.java.net/~pli/rfr/8230129/webrev.00/
  JBS: https://bugs.openjdk.java.net/browse/JDK-8230129
  Jtreg test "serviceability/sa/ClhsdbInspect.java" fails when running with Graal. It fails when inspecting an address to check whether it's pointing to an expected oop
or method, which is printed by running "jstack -v" firstly.
  When running with graal, it needs more java heap for the JVMCI initialization and the compiler working. So it's inevitable to make GC happen during the application
running. If GC happens after runnning "jstack", the actual address of the oops and methods may be different when running "inpsect". And the address inspected may
point to other object or nothing.
  A simple fix is to add this test to the graal problem list.
Thanks,
Xiaohong Gong
    
    
More information about the graal-dev
mailing list