If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issues#2761 Build failure with JDK 27
Author:
leonidlednev
leonidlednevDate created:
Type: bug
Visibility: Everybody
Assigned to:
State: new 

## Description
A build failure occurs when building with JDK 27. This is due to it dropping support for
the `-noverify` flag, which causes the unit tests to fail.
## Steps
1. Run `ant build`
2. Run `ant test`
## Expected result
The build succeeds, and the test suite passes
## Actual result
The build succeeds, but the test suite fails
```
[testng] Unrecognized option: -noverify
[testng] Error: Could not create the Java Virtual Machine.
[testng] Error: A fatal exception has occurred. Program will exit.
[testng] The tests failed.
```
```
## Extra information
JDK: openjdk 27 2026-09-15
ant: 1.10.17