Skip to content

Commit 5e61a75

Browse files
authored
Merge pull request eclipse-openj9#20382 from hangshao0/master
Remove incorrect assertion
2 parents d6446de + f86aa28 commit 5e61a75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime/shared_common/CompositeCache.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -6792,7 +6792,6 @@ U_32
67926792
SH_CompositeCacheImpl::getExtraStartupHints(void) const
67936793
{
67946794
if (!_started) {
6795-
Trc_SHR_Assert_ShouldNeverHappen();
67966795
return 0;
67976796
}
67986797
return _theca->extraStartupHints;

0 commit comments

Comments
 (0)