-
Enhancement
-
Resolution: Not an Issue
-
P3
-
None
-
14
make/autoconf/flags-cflags.m4 has following comment,
```
# -D_LP64=1 is only set on linux and mac. Setting on windows causes diff in
# unpack200.exe.
```
Now that unpack200 has been removed we should consider setting it for windows too if that's the only reason
```
# -D_LP64=1 is only set on linux and mac. Setting on windows causes diff in
# unpack200.exe.
```
Now that unpack200 has been removed we should consider setting it for windows too if that's the only reason
- relates to
-
JDK-8234542 Remove Pack200 Tools and API
- Resolved