Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mx generates manifest entries longer than 72 words #253

Open
zakkak opened this issue Jan 17, 2022 · 0 comments
Open

mx generates manifest entries longer than 72 words #253

zakkak opened this issue Jan 17, 2022 · 0 comments

Comments

@zakkak
Copy link
Contributor

zakkak commented Jan 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant