-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 24, 25
-
Component/s: tools
-
b06
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8348506 | 24.0.1 | Jan Lahoda | P3 | Resolved | Fixed | b04 |
| JDK-8347765 | 24 | Jan Lahoda | P3 | Resolved | Fixed | b32 |
Consider module-info.java like this:
---
module m {
requires transitive java.base;
}
---
When compiled with `--enable-preview --source 24/25`, the resulting classfile is missing the preview flag.
---
module m {
requires transitive java.base;
}
---
When compiled with `--enable-preview --source 24/25`, the resulting classfile is missing the preview flag.
- backported by
-
JDK-8347765 module-info classfile missing the preview flag
-
- Resolved
-
-
JDK-8348506 module-info classfile missing the preview flag
-
- Resolved
-
- links to
-
Commit(jdk24)
openjdk/jdk/6965840e
-
Commit(master)
openjdk/jdk/bb93f67e
-
Review(jdk24)
openjdk/jdk/23101
-
Review(master)
openjdk/jdk/23097
(1 links to)