]
Madhumita Sadhukhan commented on HHH-7219:
------------------------------------------
You could see the test log in hudson job at
OrmVersion1SupportedTest fails on IBM JDK 16 as it fails to add
retransformable transformers
--------------------------------------------------------------------------------------------
Key: HHH-7219
URL:
https://hibernate.onjira.com/browse/HHH-7219
Project: Hibernate ORM
Issue Type: Bug
Components: annotations, testsuite
Affects Versions: 4.1.1
Environment: IBM JDK
Reporter: Madhumita Sadhukhan
Assignee: Hardy Ferentschik
Priority: Minor
Stacktrace:
{noformat}
Caused by: java.lang.UnsupportedOperationException: adding retransformable transformers
is not supported in this environment
at sun.instrument.InstrumentationImpl.addTransformer(InstrumentationImpl.java:80)
{noformat}
Possible solution:
*
http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14798074
*
https://github.com/mchr3k/org.intrace/issues/15#issuecomment-3384718
adding the following to the MANIFEST.MF:
{noformat}
Can-Retransform-Classes: true
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: