Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-22Bug 522401 - [9][null] make external annotations work with modulesBETA_JAVA9Till Brychcy11-36/+176
2017-09-21IndexerTest fail fixY20170921-1000Manoj Palat3-22/+28
2017-09-19Bug 522503: [9] SearchableEnvironment mis-interprets classfolders from aY20170920-1000P20170920-0255Stephan Herrmann2-0/+86
2017-09-19Bug 520839 - Downgrade the problem default severity to warningJay Arthanareeswaran2-5/+6
2017-09-19Bug 521362: [9][compiler] Error not reported for exports directive inY20170919-1000P20170919-1155P20170919-0935Stephan Herrmann1-1/+1
2017-09-19Fixed bug 521978: [compiler][inference] Eclipse accepts diamondSasikanth Bharadwaj4-39/+116
2017-09-19Bug 522330 - [9] javax.annotation.PostConstruct cannot be resolved withP20170919-0645Till Brychcy2-1/+38
2017-09-19bug 495967: [1.9][codegen] AIOOBE when generating code forSasikanth Bharadwaj3-1/+65
2017-09-18Bug 517841: [9] Support Java 9 APT modelsJay Arthanareeswaran34-148/+2120
2017-09-18Bug 477291: [1.9] Support JRE 9 in JSR199 implementationJay Arthanareeswaran57-629/+2611
2017-09-18bug 521362: follow upY20170918-1000Sasikanth Bharadwaj2-1/+46
2017-09-17Bug 522328: [9] define default set of JDK modules on the module pathStephan Herrmann12-66/+193
2017-09-17Bug 522328: [9] define default set of JDK modules on the module pathStephan Herrmann5-21/+118
2017-09-16Bug 522326 - [9] Bogus error java.util.Map is not visibleY20170917-1000Till Brychcy4-11/+48
2017-09-16Bug 522398 - [9] NPE in jdk.internal.jrtfs.JrtFileSystem.getPathTill Brychcy2-0/+56
2017-09-16Bug 522327 - [9] Bogus error "No exception of type IOException can beTill Brychcy3-4/+65
2017-09-16Bug 522293: [9][model] need IModuleDescription#getRequiredModules()Y20170916-1000Stephan Herrmann1-0/+16
2017-09-15Bug 522073: [9] core support for --limit-modulesStephan Herrmann5-8/+74
2017-09-14Bug 521212: [compiler] generic type bound compilation - ecj passesY20170915-1000Y20170914-1000Stephan Herrmann7-11/+83
2017-09-14Fixed bug 521362: [9][compiler] Error not reported for exports directiveSasikanth Bharadwaj14-15/+228
2017-09-13Fix for Bug 501162: [9][search] find constructs in module-info [refManoj Palat3-30/+35
2017-09-12Bug 522164: [9] duplication of BinaryTypeBindings possible viaY20170913-1335Y20170913-1000Stephan Herrmann4-5/+123
2017-09-12Fixed bug 520795: [9] CCE inY20170912-1000Sasikanth Bharadwaj7-20/+121
2017-09-12Bug 521458: [9][batch] multi-module compilation mode - ecj doesn'tP20170911-2315Jay Arthanareeswaran2-0/+69
2017-09-11Bug 522073: [9] core support for --limit-modulesStephan Herrmann8-64/+354
2017-09-11Fix for Bug 501162: [9][search] find constructs in module-info [commentY20170911-1000Manoj Palat4-10/+612
2017-09-10Bug 521896: [9] core support for --patch-moduleStephan Herrmann2-9/+73
2017-09-09Bug 521896: [9] core support for --patch-moduleStephan Herrmann4-6/+106
2017-09-09Bug 516377: [9] Add more attributes to module-info.classStephan Herrmann12-8/+418
2017-09-09Bug 522021: [9] "package accessible from more than one module" when thatStephan Herrmann2-18/+110
2017-09-08Bug 520874: [compiler] difference in behavior in single static importJay Arthanareeswaran3-17/+315
2017-09-08Bug 521815: NPE when static import of a type is usedJay Arthanareeswaran2-16/+72
2017-09-08Fix for MCF addition for bug 501162 : [9][search] find constructs inManoj Palat7-6/+842
2017-09-07Bug 486013: [1.9][tests] Test case issuesStephan Herrmann2-2/+24
2017-09-07Bug 521896: [9] core support for --patch-moduleStephan Herrmann10-116/+318
2017-09-07Fixed bug 521185 - [9][compiler] Non-visible types allowed inY20170907-1000Sasikanth Bharadwaj3-1/+125
2017-09-06Bug 520874: [compiler] difference in behavior in single static importJay Arthanareeswaran3-44/+174
2017-09-05Bug 521847: [9] NPE in ModuleBinding.UnNamedModule.canAccess()Stephan Herrmann3-1/+64
2017-09-05Fixed bug 521859: [compiler] Invalid static import that resolves to aSasikanth Bharadwaj2-3265/+3278
2017-09-05Bug 521847: [9] NPE in ModuleBinding.UnNamedModule.canAccess()Stephan Herrmann7-25/+86
2017-09-05Bug 506878: [9] Provide means to support automatic modulesStephan Herrmann22-367/+495
2017-09-05Fixed bug 521822: [compiler] Strange error when instantiating a genericSasikanth Bharadwaj2-1/+27
2017-09-05Regression test for bug 521743: [9] ECJ appears to inherit privateSasikanth Bharadwaj1-0/+13
2017-09-04Bug 521812: ExecutableElement and ExecutableType don't have matchingP20170905-0025Jay Arthanareeswaran5-4/+36
2017-09-02Bug 519558: [9][compiler][test] package resolution error inStephan Herrmann6-34/+287
2017-09-02Bug 521396: [9] RenameStephan Herrmann6-10/+15
2017-09-01Bug 420045 - Start reporting annotations on dimensions of a classJay Arthanareeswaran6-97/+43
2017-09-01Bug 521723: [9] Binary method binding for an interface constructed withJay Arthanareeswaran7-10/+213
2017-09-01Fixed Bug 517926: [9][compiler] Anonymous diamond creation erroneouslySasikanth Bharadwaj3-3/+69
2017-09-01Bug 511950 - Remove test code left behindJay Arthanareeswaran1-22/+0

Back to the top