opendj3-server-dev/src/server/org/opends/server/backends/jeb/VLVIndex.java
@@ -194,7 +194,7 @@ this.state = state; this.trusted = state.getIndexTrustState(null, this); if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0))) if (!trusted && entryContainer.getHighestEntryID().longValue() == 0) { // If there are no entries in the entry container then there // is no reason why this vlvIndex can't be upgraded to trusted.