RFR: 6910: Missing manifest prevents agent jar from running

Gunnar Morling github.com+28612+gunnarmorling at openjdk.java.net
Thu Oct 8 15:38:20 UTC 2020


On Thu, 8 Oct 2020 14:53:14 GMT, Marcus Hirt <hirt at openjdk.org> wrote:

>> Changes look good to me.
>> Verified on Linux build, Generates MANIFEST.MF file with below content :
>> 
>> `
>> Manifest-Version: 1.0
>> Created-By: Apache Maven 3.6.3
>> Built-By: null
>> Build-Jdk: 11.0.9
>> Agent-Class: org.openjdk.jmc.agent.Agent
>> Automatic-Module-Name: org.openjdk.jmc.agent
>> Bundle-RequiredExecutionEnvironment: JavaSE-1.8
>> Can-Retransform-Classes: true
>> Premain-Class: org.openjdk.jmc.agent.Agent
>> 
>> `
>
> Hi @gunnarmorling! You're good to go! Simply write /integrate in a new message to integrate your changes.

Oook, let's give this a try then :)

-------------

PR: https://git.openjdk.java.net/jmc/pull/122


More information about the jmc-dev mailing list