Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-26BETA_JAVA9 merger - Removing disclaimer in copyright textJay Arthanareeswaran323-1298/+0
2017-09-26BETA_JAVA9 merger - updating @since versions for APIJay Arthanareeswaran59-169/+177
2017-09-26Merge remote-tracking branch 'origin/BETA_JAVA9'Jay Arthanareeswaran436-3262/+28746
2017-09-22Bug 522401 - [9][null] make external annotations work with modulesBETA_JAVA9Till Brychcy4-2/+25
2017-09-21IndexerTest fail fixY20170921-1000Manoj Palat2-21/+25
2017-09-19Bug 522503: [9] SearchableEnvironment mis-interprets classfolders from aY20170920-1000P20170920-0255Stephan Herrmann1-0/+46
2017-09-19Bug 520839 - Downgrade the problem default severity to warningJay Arthanareeswaran1-0/+1
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 Bharadwaj2-34/+40
2017-09-19Bug 522330 - [9] javax.annotation.PostConstruct cannot be resolved withP20170919-0645Till Brychcy1-1/+1
2017-09-19bug 495967: [1.9][codegen] AIOOBE when generating code forSasikanth Bharadwaj1-0/+9
2017-09-18Bug 517841: [9] Support Java 9 APT modelsJay Arthanareeswaran10-54/+159
2017-09-18Bug 477291: [1.9] Support JRE 9 in JSR199 implementationJay Arthanareeswaran7-50/+115
2017-09-18bug 521362: follow upY20170918-1000Sasikanth Bharadwaj1-1/+1
2017-09-17Bug 522328: [9] define default set of JDK modules on the module pathStephan Herrmann10-61/+63
2017-09-17Bug 522328: [9] define default set of JDK modules on the module pathStephan Herrmann4-19/+109
2017-09-16Bug 522326 - [9] Bogus error java.util.Map is not visibleY20170917-1000Till Brychcy2-10/+31
2017-09-16Bug 522398 - [9] NPE in jdk.internal.jrtfs.JrtFileSystem.getPathTill Brychcy1-0/+2
2017-09-16Bug 522327 - [9] Bogus error "No exception of type IOException can beTill Brychcy1-4/+10
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 Herrmann4-0/+37
2017-09-14Fixed bug 521362: [9][compiler] Error not reported for exports directiveSasikanth Bharadwaj12-13/+107
2017-09-13Fix for Bug 501162: [9][search] find constructs in module-info [refManoj Palat2-3/+9
2017-09-12Bug 522164: [9] duplication of BinaryTypeBindings possible viaY20170913-1335Y20170913-1000Stephan Herrmann2-1/+5
2017-09-12Fixed bug 520795: [9] CCE inY20170912-1000Sasikanth Bharadwaj6-20/+33
2017-09-12Bug 521458: [9][batch] multi-module compilation mode - ecj doesn'tP20170911-2315Jay Arthanareeswaran1-0/+4
2017-09-11Bug 522073: [9] core support for --limit-modulesStephan Herrmann7-63/+274
2017-09-11Fix for Bug 501162: [9][search] find constructs in module-info [commentY20170911-1000Manoj Palat2-10/+4
2017-09-10Bug 521896: [9] core support for --patch-moduleStephan Herrmann1-7/+17
2017-09-09Bug 521896: [9] core support for --patch-moduleStephan Herrmann2-5/+64
2017-09-09Bug 516377: [9] Add more attributes to module-info.classStephan Herrmann11-8/+278
2017-09-09Bug 522021: [9] "package accessible from more than one module" when thatStephan Herrmann1-8/+18
2017-09-08Bug 520874: [compiler] difference in behavior in single static importJay Arthanareeswaran1-6/+11
2017-09-08Bug 521815: NPE when static import of a type is usedJay Arthanareeswaran1-13/+15
2017-09-08Fix for MCF addition for bug 501162 : [9][search] find constructs inManoj Palat5-5/+310
2017-09-07Bug 486013: [1.9][tests] Test case issuesStephan Herrmann2-2/+24
2017-09-07Bug 521896: [9] core support for --patch-moduleStephan Herrmann8-108/+229
2017-09-07Fixed bug 521185 - [9][compiler] Non-visible types allowed inY20170907-1000Sasikanth Bharadwaj2-1/+18
2017-09-06Bug 520874: [compiler] difference in behavior in single static importJay Arthanareeswaran2-16/+3
2017-09-05Bug 521847: [9] NPE in ModuleBinding.UnNamedModule.canAccess()Stephan Herrmann2-1/+2
2017-09-05Fixed bug 521859: [compiler] Invalid static import that resolves to aSasikanth Bharadwaj1-5/+0
2017-09-05Bug 521847: [9] NPE in ModuleBinding.UnNamedModule.canAccess()Stephan Herrmann5-23/+46
2017-09-05Bug 506878: [9] Provide means to support automatic modulesStephan Herrmann20-364/+284
2017-09-05Fixed bug 521822: [compiler] Strange error when instantiating a genericSasikanth Bharadwaj1-1/+1
2017-09-02Bug 519558: [9][compiler][test] package resolution error inStephan Herrmann2-32/+46
2017-09-02Bug 521396: [9] RenameStephan Herrmann3-7/+12
2017-09-01Bug 420045 - Start reporting annotations on dimensions of a classJay Arthanareeswaran2-23/+4
2017-09-01Bug 521723: [9] Binary method binding for an interface constructed withJay Arthanareeswaran1-1/+2
2017-09-01Fixed Bug 517926: [9][compiler] Anonymous diamond creation erroneouslySasikanth Bharadwaj1-2/+6

Back to the top