| | Upgrade to BDWGC 8.0.2 | | | | | Fixed | Jan 3, 2019 | Jan 4, 2019 | | |
| | Fixes for NativeX10 on MacOS 10.12 and 10.13 | | | | | Fixed | Jan 3, 2019 | Jan 4, 2019 | | |
| | Fix Illegal Access Warnings from Java 9+ | | | | | Fixed | Jul 11, 2018 | Jan 4, 2019 | | |
| | x10c needs to work with JDK9 | | | | | Fixed | Oct 17, 2015 | Jan 4, 2019 | | |
| | Method overloading ambiguity not detected for class that implements function type | | | | | Unresolved | Mar 18, 2014 | Jan 3, 2019 | | |
| | Hole in definite variable assignment analysis in switch | | | | | Unresolved | Dec 21, 2010 | Jan 3, 2019 | | |
| | WALA bridge broken: NPE error in visit closure call | | | | | Unresolved | Mar 25, 2011 | Jan 3, 2019 | | |
| | Type bounds do not play nice with coercions | | | | | Unresolved | Feb 26, 2011 | Jan 3, 2019 | | |
| | Catch unexpected exceptions thrown by all compiler phases and turn them into reasonable InternalCompilerErrors | | | | | Unresolved | Feb 16, 2011 | Jan 3, 2019 | | |
| | Improve SMAP generation when .java file contains multiple classes | | | | | Unresolved | Mar 17, 2014 | Jan 3, 2019 | | |
| | make x10.glb safe for multi-threaded places | | | | | Unresolved | May 29, 2014 | Jan 3, 2019 | | |
| | Better error message when using typedef/macro in a new expression ( new SOMEMACRO(...) ) | | | | | Unresolved | Oct 12, 2010 | Jan 3, 2019 | | |
| | Managed X10 performance of generic operations on T<:Arithmetic | | | | | Unresolved | Aug 10, 2011 | Jan 3, 2019 | | |
| | Compiler should not report errors in synthetic code | | | | | Unresolved | Mar 15, 2011 | Jan 3, 2019 | | |
| | Sideways protected references are officially forbidden | | | | | Unresolved | Mar 18, 2011 | Jan 3, 2019 | | |
| | Java class import error | | | | | Unresolved | Aug 21, 2013 | Jan 3, 2019 | | |
| | Post-compilation error for static field access of function type in different compilation unit | | | | | Unresolved | Jul 20, 2013 | Jan 3, 2019 | | |
| | Strange error message for overriding property method with normal method | | | | | Unresolved | Jun 28, 2011 | Jan 3, 2019 | | |
| | java-interop: x10.interop.Java.newArray[T] should reject unsigned types for element type (JavaArray2_MustFailCompile) | | | | | Unresolved | Feb 17, 2012 | Jan 3, 2019 | | |
| | Property constraint satisfied by constructor is not inherited | | | | | Unresolved | May 26, 2011 | Jan 3, 2019 | | |
| | Uninformative error message on access to inherited ambiguous field | | | | | Unresolved | May 20, 2010 | Jan 3, 2019 | | |
| | java-interop: generate getter methods for all static fields even if they don't need lazy initialization | | | | | Unresolved | Jun 27, 2012 | Jan 3, 2019 | | |
| | Compiler rejects a legal creation of an inner class (due to non-static inner classes and generics) | | | | | Unresolved | Aug 23, 2013 | Jan 3, 2019 | | |
| | Nested implicit clock implementation allows outer clock to advance before inner clocked finish terminates | | | | | Unresolved | Dec 4, 2014 | Jan 3, 2019 | | |
| | X10DT Managed project loses ability to launch debugger when converted to native project, then back to managed project | | | | | Unresolved | Dec 19, 2014 | Jan 3, 2019 | | |
| | WS: invalid code generated for return statement in void concurrent method | | | | | Unresolved | Oct 6, 2011 | Jan 3, 2019 | | |
| | Type constraints are ignored on method arguments (they are treated correctly on method guards). | | | | | Unresolved | Jan 20, 2011 | Jan 3, 2019 | | |
| | Compiler-generated temporaries could clash with source-level variables | | | | | Unresolved | Jun 20, 2011 | Jan 3, 2019 | | |
| | Support non-default color schemes. | | | | | Unresolved | Oct 20, 2015 | Jan 3, 2019 | | |
| | java-interop: imported java type is not resolved when the enclosing X10 type is resolved transitively | | | | | Unresolved | May 14, 2014 | Jan 3, 2019 | | |
| | Failure of Test021 (constraint inferencing) | | | | | Unresolved | Oct 21, 2013 | Jan 3, 2019 | | |
| | Recursive method return type inference is not robust | | | | | Unresolved | Nov 12, 2012 | Jan 3, 2019 | | |
| | Access x10+x10c build info from within x10 (constants) as well as in -version | | | | | Unresolved | Oct 29, 2010 | Jan 3, 2019 | | |
| | Native X10 codegen error for interface method where subclass method returns a subtype of superclass method (IntfMethod2) | | | | | Unresolved | Nov 25, 2013 | Jan 3, 2019 | | |
| | System.getenv() returns the environment of the caller system, disregards place | | | | | Unresolved | Mar 16, 2012 | Jan 3, 2019 | | |
| | Incorrect "type is inconsistent" error. | | | | | Unresolved | Nov 6, 2014 | Jan 3, 2019 | | |
| | Compiler complains about an ambiguous type reference for equal typedefs | | | | | Unresolved | Apr 28, 2009 | Jan 3, 2019 | | |
| | X10DT builder processing of @NativeCPPCompilationUnit fails to include the compilation unit in the library | | | | | Unresolved | Nov 9, 2011 | Jan 3, 2019 | | |
| | X10 fails with "TOO MANY THREADS" | | | | | Unresolved | Jan 28, 2014 | Jan 3, 2019 | | |
| | popup type for a method name uses Java type order instead of X10 type order | | | | | Unresolved | May 25, 2011 | Jan 3, 2019 | | |
| | A problem in boxing / unboxing on Managed backend | | | | | Unresolved | Jul 7, 2014 | Jan 3, 2019 | | |
| | Broken constraint generation caused by weird type substitution at call site | | | | | Unresolved | Jan 23, 2013 | Jan 3, 2019 | | |
| | Why can't I use this or self in a class invariant? | | | | | Unresolved | Aug 29, 2010 | Jan 3, 2019 | | |
| | Lots of warnings in checking types with recursively defined constraints | | | | | Unresolved | Mar 28, 2010 | Jan 3, 2019 | | |
| | struct equals generation breaks with overloading | | | | | Unresolved | Aug 1, 2012 | Jan 3, 2019 | | |
| | Property methods not checked in initialization order checking | | | | | Unresolved | Sep 4, 2012 | Jan 3, 2019 | | |
| | Compilation failure on incremental recompilation of x10.util.concurrent.SPMDBarrier | | | | | Unresolved | May 15, 2014 | Jan 3, 2019 | | |
| | Native Implementation of Collectives with MPI transport and Add More Collectives to Team | | | | | Unresolved | Mar 22, 2013 | Jan 3, 2019 | | |
| | Subclass can't use suepr's inner class as a function argument | | | | | Unresolved | Oct 26, 2014 | Jan 3, 2019 | | |
| | Interaction of RefCounts for GlobalGC and Place Failure | | | | | Unresolved | Jan 27, 2014 | Jan 3, 2019 | | |