RFR: 8332603: [PPC64] Improve itable_stub [v2]

Amit Kumar amitkumar at openjdk.org
Mon Jun 17 16:11:26 UTC 2024


On Sat, 15 Jun 2024 14:37:37 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:

>> PPC Port similar to [JDK-8305959 (x86)](https://bugs.openjdk.org/browse/JDK-8305959) and [JDK-8307352(aarch64)](https://bugs.openjdk.org/browse/JDK-8307352)
>
> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   consistency

latest changes should make things fine:

Running test 'gtest:code/server'                                                                                                        
Note: Google Test filter = code*                                                                                                        
[==========] Running 2 tests from 1 test suite.                                                                                         
[----------] Global test environment set-up.                                                                                            
[----------] 2 tests from code                                                                                                          
[ RUN      ] code.vtableStubs_vm                                                                                                        
[       OK ] code.vtableStubs_vm (0 ms)                                                                                                 
[ RUN      ] code.itableStubs_vm                                                                                                        
[       OK ] code.itableStubs_vm (0 ms)                                                                                                 
[----------] 2 tests from code (395 ms total)                                                                                           
                                                                                                                                        
[----------] Global test environment tear-down                                                                                          
[==========] 2 tests from 1 test suite ran. (395 ms total)                                                                              
[  PASSED  ] 2 tests.                                                                                                                   
                                                                                                                                        
  YOU HAVE 1 DISABLED TEST                                                                                                              
                                                                                                                                        
Finished running test 'gtest:code/server'                                                                                               
Test report is stored in build/linux-ppc64le-server-fastdebug/test-results/gtest_code_server                                            
                                                                                                                                        
==============================                                                                                                          
Test summary                                                                                                                            
==============================                                                                                                          
   TEST                                              TOTAL  PASS  FAIL ERROR                                                            
   gtest:code/server                                     2     2     0     0                                                            
==============================                                                                                                          
TEST SUCCESS

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19733#issuecomment-2173800881


More information about the hotspot-dev mailing list