-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b56
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083012 | emb-9 | Mikael Vidstedt | P3 | Resolved | Fixed | team |
The class files under hotspot/ - jvmtiGen & friend, as well as the SA classes - are currently compiled using "-source 6 -target 6". In addition to generating unnecessarily old classes this also generates warnings:
warning: [options] bootstrap class path not set in conjunction with -source 1.6
warning: [options] bootstrap class path not set in conjunction with -source 1.6
1 warning
1 warning
warning: [options] bootstrap class path not set in conjunction with -source 1.6
warning: [options] bootstrap class path not set in conjunction with -source 1.6
1 warning
1 warning
- backported by
-
JDK-8083012 Update source and target version used when compiling hotspot class files
-
- Resolved
-