Core Type Compilation Issues (original) (raw)
mr rupplin mearvk at outlook.com
Mon Aug 6 18:21:55 UTC 2018
- Previous message: RFR(XXS): 8209018 ProblemList tests affected by JDK-8208690
- Next message: Core Type Compilation Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Three problems that I run into when running the 'make jdk' after minor work on the System.java class for JNI and custom JDK:
java/lang/memory/GroupListener.java:111: warning: [rawtypes] found raw type: Class Class basetype = null;
java/lang/memory/GroupListener.java:7: error: package java.rmi does not exist import java.rmi.Remote;
java/lang/memory/GroupListener.java:13: warning: [exports] class Group in module java.base is not accessible to clients that require this module public final ArrayList groups = new ArrayList();
== ==
Can we get explanations for each of these? Also the solutions or workarounds. OkQ!
Thanks,
Max R.
Software Lead
- Previous message: RFR(XXS): 8209018 ProblemList tests affected by JDK-8208690
- Next message: Core Type Compilation Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]