Wed, 05 Jul 2017 20:07:51 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:51 +0200] rev 27556
Merge
Thu, 13 Nov 2014 09:39:52 -0800 Merge
lana [Thu, 13 Nov 2014 09:39:52 -0800] rev 27555
Merge
Thu, 13 Nov 2014 14:49:02 +0100 8059591: Give TaskListener methods empty default implementations
alundblad [Thu, 13 Nov 2014 14:49:02 +0100] rev 27554
8059591: Give TaskListener methods empty default implementations Summary: Added empty default implementations for TaskListener methods. Reviewed-by: jfranck, ohrstrom
Wed, 12 Nov 2014 19:05:17 +0100 8064362: WriteableScope.dupUnshared misbehaves on shared Scopes
jlahoda [Wed, 12 Nov 2014 19:05:17 +0100] rev 27553
8064362: WriteableScope.dupUnshared misbehaves on shared Scopes Summary: When calling dupUnshared on a shared scope, make sure the result does not contain Symbols that don't belong to the scope that is being dupUnshared. Reviewed-by: mcimadamore
Wed, 12 Nov 2014 15:16:35 +0200 8042931: Implement classfile tests for EnclosingMethod attribute.
aeremeev [Wed, 12 Nov 2014 15:16:35 +0200] rev 27552
8042931: Implement classfile tests for EnclosingMethod attribute. Reviewed-by: jjg, shurailine, anazarov
Wed, 12 Nov 2014 12:41:32 +0000 8064464: regression with type inference of conditional expression
mcimadamore [Wed, 12 Nov 2014 12:41:32 +0000] rev 27551
8064464: regression with type inference of conditional expression Summary: Bad classification of conditional leads to spurious error Reviewed-by: jlahoda
Mon, 10 Nov 2014 20:29:58 +0100 8062737: Sjavac creates unnecessarily many SjavacClient/PooledSjavac/SjavacImpl instances
alundblad [Mon, 10 Nov 2014 20:29:58 +0100] rev 27550
8062737: Sjavac creates unnecessarily many SjavacClient/PooledSjavac/SjavacImpl instances Summary: Moved sjavac initialization out of loop body. Reviewed-by: jfranck, ohrstrom
Fri, 24 Oct 2014 10:08:51 +0200 8060448: ArrayIndexOutOfBoundsException with annotation processing printout of empty line
jfranck [Fri, 24 Oct 2014 10:08:51 +0200] rev 27549
8060448: ArrayIndexOutOfBoundsException with annotation processing printout of empty line Reviewed-by: jlahoda
Sat, 08 Nov 2014 22:00:31 +0000 8064367: Fix IntelliJ langtools support to use new dev build
mcimadamore [Sat, 08 Nov 2014 22:00:31 +0000] rev 27548
8064367: Fix IntelliJ langtools support to use new dev build Summary: Update ant hooks in langtools IntelliJ project Reviewed-by: jlahoda
Fri, 07 Nov 2014 14:51:35 -0800 8063145: ToolBox should support extracting classes from a JavaFileManager/Location
jjg [Fri, 07 Nov 2014 14:51:35 -0800] rev 27547
8063145: ToolBox should support extracting classes from a JavaFileManager/Location Reviewed-by: ksrini
Fri, 07 Nov 2014 18:22:36 +0100 8058489: More adjustments of langtools/make/build.xml to modularized layout
jlahoda [Fri, 07 Nov 2014 18:22:36 +0100] rev 27546
8058489: More adjustments of langtools/make/build.xml to modularized layout Summary: Re-structuring the langtools/make/build.xml to reflect the modular layout, cleanup of the build script Reviewed-by: jjg, mcimadamore, ksrini
Fri, 07 Nov 2014 07:54:35 -0500 8029012: parameter_index for type annotation not updated after outer.this added
emc [Fri, 07 Nov 2014 07:54:35 -0500] rev 27545
8029012: parameter_index for type annotation not updated after outer.this added Summary: Fix javac's handling of type annotations when synthetic parameters are added Reviewed-by: jjg, mcimadamore
Thu, 06 Nov 2014 17:39:57 -0500 8062245: Test executes incorrect class
emc [Thu, 06 Nov 2014 17:39:57 -0500] rev 27544
8062245: Test executes incorrect class Summary: Fix issue with test executing incorrect class, and trivial test failure linked to different subclasses of CharSequance. Reviewed-by: jjg
Wed, 12 Nov 2014 20:32:27 -0800 Added tag jdk9-b39 for changeset b2343bf3a5d8
katleman [Wed, 12 Nov 2014 20:32:27 -0800] rev 27543
Added tag jdk9-b39 for changeset b2343bf3a5d8
Wed, 05 Jul 2017 20:07:46 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:46 +0200] rev 27542
Merge
Wed, 12 Nov 2014 20:32:25 -0800 Added tag jdk9-b39 for changeset eafa8898e1a0
katleman [Wed, 12 Nov 2014 20:32:25 -0800] rev 27541
Added tag jdk9-b39 for changeset eafa8898e1a0
Wed, 05 Jul 2017 20:07:41 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:41 +0200] rev 27540
Merge
Thu, 13 Nov 2014 09:39:08 -0800 Merge
lana [Thu, 13 Nov 2014 09:39:08 -0800] rev 27539
Merge
Tue, 11 Nov 2014 14:27:13 -0800 8047962: XML test colocation: AuctionPortal test
joehw [Tue, 11 Nov 2014 14:27:13 -0800] rev 27538
8047962: XML test colocation: AuctionPortal test Reviewed-by: joehw Contributed-by: tristan.yan@oracle.com
Mon, 10 Nov 2014 16:09:38 -0800 8064516: BCEL still corrupts generic methods if bytecode offsets are modified
dbuck [Mon, 10 Nov 2014 16:09:38 -0800] rev 27537
8064516: BCEL still corrupts generic methods if bytecode offsets are modified Summary: Added comprehensive support for LocalVariableTypeTable to MethodGen. Reviewed-by: joehw
Fri, 07 Nov 2014 13:18:58 -0800 8059327: XML parser returns corrupt attribute value
joehw [Fri, 07 Nov 2014 13:18:58 -0800] rev 27536
8059327: XML parser returns corrupt attribute value Reviewed-by: lancea
Thu, 06 Nov 2014 23:14:02 -0800 8062608: BCEL corrupts debug data of methods that use generics
dbuck [Thu, 06 Nov 2014 23:14:02 -0800] rev 27535
8062608: BCEL corrupts debug data of methods that use generics Summary: Fixed MethodGen constructor to not overwrite LocalVariableTable. Reviewed-by: joehw
Wed, 12 Nov 2014 20:32:24 -0800 Added tag jdk9-b39 for changeset b2746ec1c520
katleman [Wed, 12 Nov 2014 20:32:24 -0800] rev 27534
Added tag jdk9-b39 for changeset b2746ec1c520
Wed, 05 Jul 2017 20:07:38 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:38 +0200] rev 27533
Merge
Thu, 13 Nov 2014 09:38:35 -0800 Merge
lana [Thu, 13 Nov 2014 09:38:35 -0800] rev 27532
Merge
Thu, 13 Nov 2014 16:59:03 +0100 8062937: Need to block constant assumption for index setters and defineOwnProperty, not just delete
lagergren [Thu, 13 Nov 2014 16:59:03 +0100] rev 27531
8062937: Need to block constant assumption for index setters and defineOwnProperty, not just delete Reviewed-by: hannesw, jlaskey
Thu, 13 Nov 2014 15:29:22 +0100 8064789: Nashorn should just warn on code store instantiation error
hannesw [Thu, 13 Nov 2014 15:29:22 +0100] rev 27530
8064789: Nashorn should just warn on code store instantiation error Reviewed-by: attila, lagergren
Wed, 12 Nov 2014 17:19:04 +0100 8063036: Various pretty printing issues with --log=recompile
lagergren [Wed, 12 Nov 2014 17:19:04 +0100] rev 27529
8063036: Various pretty printing issues with --log=recompile Reviewed-by: hannesw, jlaskey
Wed, 12 Nov 2014 15:13:08 +0100 8064707: Remove NativeArray link logic fields
attila [Wed, 12 Nov 2014 15:13:08 +0100] rev 27528
8064707: Remove NativeArray link logic fields Reviewed-by: hannesw, lagergren
Wed, 12 Nov 2014 14:54:40 +0100 8063037: ApplySpecialization.hasApplies shouuld not descend into nested functions
attila [Wed, 12 Nov 2014 14:54:40 +0100] rev 27527
8063037: ApplySpecialization.hasApplies shouuld not descend into nested functions Reviewed-by: hannesw, lagergren
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip