eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 721 forks source link

testSCCacheManagement_0 Mismatch in number of ROMClasses #8949

Open pshipton opened 4 years ago

pshipton commented 4 years ago

https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_extended.functional_x86-64_linux_Nightly/319 testSCCacheManagement_0

1) testSharedCacheEnableBCI(tests.sharedclasses.options.junit.TestOptionsCacheDir)tests.sharedclasses.TestFailedException: Mismatch in number of ROMClasses. Without enableBCI, # ROMClasses: 523With enableBCI, # ROMClasses: 490.
Maximum allowed difference is 10
    at tests.sharedclasses.TestUtils.fail(TestUtils.java:598)
    at tests.sharedclasses.options.TestSharedCacheEnableBCI.runTest1(TestSharedCacheEnableBCI.java:255)
    at tests.sharedclasses.options.TestSharedCacheEnableBCI.main(TestSharedCacheEnableBCI.java:61)
    at tests.sharedclasses.options.junit.TestOptionsBase.testSharedCacheEnableBCI(TestOptionsBase.java:132)
pshipton commented 4 years ago

Likely some timing problem, opened for tracking in case it starts to occur more often.

pshipton commented 4 years ago

https://ci.eclipse.org/openj9/job/Test_openjdk8_j9_extended.functional_x86-64_linux_xl_Nightly_testList_0/106 Mismatch in number of ROMClasses. Without enableBCI, # ROMClasses: 500With enableBCI, # ROMClasses: 533.

pshipton commented 3 years ago

https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_extended.functional_x86-64_linux_Nightly_testList_0/269 Mismatch in number of ROMClasses. Without enableBCI, # ROMClasses: 763With enableBCI, # ROMClasses: 750.

llxia commented 2 years ago

https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.functional_x86-64_linux_Personal/39/tapResults/

testSharedCacheEnableBCI(tests.sharedclasses.options.junit.TestOptionsControlDir)tests.sharedclasses.TestFailedException: Mismatch in number of ROMClasses. Without enableBCI, # ROMClasses: 744With enableBCI, # ROMClasses: 757.

https://openj9-jenkins.osuosl.org/job/Test_openjdk18_j9_extended.functional_x86-64_linux_Personal/3/tapResults/ testSharedCacheEnableBCI(tests.sharedclasses.options.junit.TestOptionsControlDir)tests.sharedclasses.TestFailedException: Mismatch in number of ROMClasses. Without enableBCI, # ROMClasses: 748With enableBCI, # ROMClasses: 764.

pshipton commented 1 year ago

https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_extended.functional_x86-64_linux_Nightly_testList_0/444 testSCCacheManagement_0

Mismatch in number of ROMClasses. Without enableBCI, # ROMClasses: 548With enableBCI, # ROMClasses: 513.
Maximum allowed difference is 15