mx icon indicating copy to clipboard operation
mx copied to clipboard

mx generates manifest entries longer than 72 words

Open zakkak opened this issue 4 years ago • 0 comments

According to JAR File Specification

Line length:

No line may be longer than 72 bytes (not characters), in its UTF8-encoded form. If a value would make the initial line longer than this, it should be continued on extra lines (each starting with a single SPACE).

However, mx appears to be generating longer lines, e.g.:

Premain-Class: com.oracle.svm.hosted.agent.NativeImageBytecodeInstrumentationAgent

As found in the manifest of svm-21.3.0.jar

zakkak avatar Jan 17 '22 13:01 zakkak