Project

Profile

Help

Bug #3349

closed

AssertionError thrown when FeatureKeys.MAX_COMPILED_CLASSES limit reached

Added by O'Neil Delpratt almost 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Byte code generation
Sprint/Milestone:
-
Start date:
2017-07-13
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.8
Fix Committed on Branch:
9.8
Fixed in Maintenance Release:
Platforms:

Description

Reported by Gunther Rademacher:

An AssertionError is thrown when the MAX_COMPILED_CLASSES limit is reached and Java assertions are enabled.

Exception in thread "main" java.lang.AssertionError
	at com.saxonica.ee.bytecode.util.CannotCompileException.<init>(CannotCompileException.java:26)
	at com.saxonica.ee.bytecode.util.CompilerService.checkMaxClassesLimit(CompilerService.java:1308)

This is harsh as it was added for diagnostic purposes.

Please register to edit this issue

Also available in: Atom PDF