Commit 9a5351a
committed
pombast: allow bigvolumeviewer to use of Unsafe
It has a hack in its own POM to configure the maven-compiler-plugin
to run in a mode that allows use of sun.misc.Unsafe. But pombast's
execution does not honor the hack. Fortunately, setting
maven.compiler.release to empty disables the plugin's passing of
the --release flag, which is what triggers the use of ct.sym, the
sealed API catalog for Java 8's public API.1 parent e916952 commit 9a5351a
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
991 | 991 | | |
992 | 992 | | |
993 | 993 | | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
994 | 998 | | |
995 | 999 | | |
996 | 1000 | | |
| |||
0 commit comments