Wed, 16 Dec 2015 14:23:08 -0800 8144832: cast conversion fails when converting a type-variable to primitive type
vromero [Wed, 16 Dec 2015 14:23:08 -0800] rev 34756
8144832: cast conversion fails when converting a type-variable to primitive type Reviewed-by: mcimadamore
Wed, 16 Dec 2015 14:29:49 +0100 8143952: JShell: space in class path causes remote launch failure
jlahoda [Wed, 16 Dec 2015 14:29:49 +0100] rev 34755
8143952: JShell: space in class path causes remote launch failure Summary: Simplification of handling of JDI connector arguments Reviewed-by: mcimadamore, rfield
Tue, 15 Dec 2015 18:54:53 -0800 8067379: Investigate and replace .class files in langtools/test with equivalent .jasm files
jjg [Tue, 15 Dec 2015 18:54:53 -0800] rev 34754
8067379: Investigate and replace .class files in langtools/test with equivalent .jasm files Reviewed-by: jjg, ksrini, anazarov Contributed-by: mallikarjuna.avaluri@oracle.com
Tue, 15 Dec 2015 15:30:35 -0800 8144888: ToolBox should close any file manager it opens
jjg [Tue, 15 Dec 2015 15:30:35 -0800] rev 34753
8144888: ToolBox should close any file manager it opens Reviewed-by: vromero
Mon, 14 Dec 2015 20:18:19 +0100 8145342: Some copyright notices are inconsistently and ill formatted
vasya [Mon, 14 Dec 2015 20:18:19 +0100] rev 34752
8145342: Some copyright notices are inconsistently and ill formatted Summary: Adjusted formatting of copyright notices. Reviewed-by: darcy, alundblad
Mon, 14 Dec 2015 13:55:35 +0000 8143133: Wrong MethodParameters on capturing local class with multiple constructors
mcimadamore [Mon, 14 Dec 2015 13:55:35 +0000] rev 34751
8143133: Wrong MethodParameters on capturing local class with multiple constructors Summary: MethodParameters attribute not always generated for local classes constructors Reviewed-by: jlahoda
Fri, 11 Dec 2015 11:20:10 -0800 8144903: JShell: determine incorrectly the type of the expression which is array type of captured type
rfield [Fri, 11 Dec 2015 11:20:10 -0800] rev 34750
8144903: JShell: determine incorrectly the type of the expression which is array type of captured type Summary: Fix and clean-up the processing of types (esp. captured types) into type names for use in generated temp vars Reviewed-by: mcimadamore, jlahoda, rfield Contributed-by: bitterfoxc@gmail.com
Fri, 18 Dec 2015 09:29:13 -0800 Added tag jdk-9+98 for changeset fb5570e64ddf
lana [Fri, 18 Dec 2015 09:29:13 -0800] rev 34749
Added tag jdk-9+98 for changeset fb5570e64ddf
Wed, 05 Jul 2017 21:09:45 +0200 Merge
duke [Wed, 05 Jul 2017 21:09:45 +0200] rev 34748
Merge
Fri, 18 Dec 2015 09:29:09 -0800 Added tag jdk-9+98 for changeset 319480c0f426
lana [Fri, 18 Dec 2015 09:29:09 -0800] rev 34747
Added tag jdk-9+98 for changeset 319480c0f426
Wed, 05 Jul 2017 21:09:40 +0200 Merge
duke [Wed, 05 Jul 2017 21:09:40 +0200] rev 34746
Merge
Fri, 18 Dec 2015 09:57:15 -0800 Merge
lana [Fri, 18 Dec 2015 09:57:15 -0800] rev 34745
Merge
Thu, 17 Dec 2015 20:25:33 -0800 Merge
lana [Thu, 17 Dec 2015 20:25:33 -0800] rev 34744
Merge
Fri, 11 Dec 2015 12:01:26 -0800 8068839: newDuration(x) produces incorrect outputs for some values of x
joehw [Fri, 11 Dec 2015 12:01:26 -0800] rev 34743
8068839: newDuration(x) produces incorrect outputs for some values of x Reviewed-by: rriggs, lancea
Fri, 18 Dec 2015 09:29:08 -0800 Added tag jdk-9+98 for changeset 2358f6213989
lana [Fri, 18 Dec 2015 09:29:08 -0800] rev 34742
Added tag jdk-9+98 for changeset 2358f6213989
Wed, 05 Jul 2017 21:09:35 +0200 Merge
duke [Wed, 05 Jul 2017 21:09:35 +0200] rev 34741
Merge
Fri, 18 Dec 2015 09:56:35 -0800 Merge
lana [Fri, 18 Dec 2015 09:56:35 -0800] rev 34740
Merge
Thu, 17 Dec 2015 20:26:31 -0800 Merge
lana [Thu, 17 Dec 2015 20:26:31 -0800] rev 34739
Merge
Thu, 17 Dec 2015 18:11:09 +0530 8145669: apply2call optimized callsite fails after becoming megamorphic
sundar [Thu, 17 Dec 2015 18:11:09 +0530] rev 34738
8145669: apply2call optimized callsite fails after becoming megamorphic Reviewed-by: jlaskey, hannesw
Thu, 17 Dec 2015 13:40:15 +0530 8145630: accidental debug printlns in NativeFunction.java
sundar [Thu, 17 Dec 2015 13:40:15 +0530] rev 34737
8145630: accidental debug printlns in NativeFunction.java Reviewed-by: hannesw
Thu, 17 Dec 2015 08:31:24 +0530 8145550: Megamorphic invoke should use CompiledFunction variants without any LinkLogic
sundar [Thu, 17 Dec 2015 08:31:24 +0530] rev 34736
8145550: Megamorphic invoke should use CompiledFunction variants without any LinkLogic Reviewed-by: jlaskey, hannesw, attila
Wed, 16 Dec 2015 16:42:03 +0530 8145486: jjs should support documentation key shortcut in interactive mode
sundar [Wed, 16 Dec 2015 16:42:03 +0530] rev 34735
8145486: jjs should support documentation key shortcut in interactive mode Reviewed-by: mhaupt, hannesw
Mon, 14 Dec 2015 17:38:56 +0100 8144914: Eagerly lookup browser JS object class in BrowserJSObjectLinker
attila [Mon, 14 Dec 2015 17:38:56 +0100] rev 34734
8144914: Eagerly lookup browser JS object class in BrowserJSObjectLinker Reviewed-by: hannesw, sundar
Mon, 14 Dec 2015 21:53:47 +0530 8145314: jjs tab-completion should support camel case completion
sundar [Mon, 14 Dec 2015 21:53:47 +0530] rev 34733
8145314: jjs tab-completion should support camel case completion Reviewed-by: mhaupt, hannesw
Mon, 14 Dec 2015 14:27:46 +0100 8144020: Remove long as an internal numeric type
hannesw [Mon, 14 Dec 2015 14:27:46 +0100] rev 34732
8144020: Remove long as an internal numeric type Reviewed-by: attila, sundar, lagergren
Mon, 14 Dec 2015 14:02:59 +0100 8144221: fix Nashorn shebang argument handling on Mac/Linux
mhaupt [Mon, 14 Dec 2015 14:02:59 +0100] rev 34731
8144221: fix Nashorn shebang argument handling on Mac/Linux Reviewed-by: jlaskey, lagergren
Fri, 18 Dec 2015 09:29:14 -0800 Added tag jdk-9+98 for changeset d1fe6522acf1
lana [Fri, 18 Dec 2015 09:29:14 -0800] rev 34730
Added tag jdk-9+98 for changeset d1fe6522acf1
Wed, 05 Jul 2017 21:09:27 +0200 Merge
duke [Wed, 05 Jul 2017 21:09:27 +0200] rev 34729
Merge
Fri, 18 Dec 2015 09:29:04 -0800 Added tag jdk-9+98 for changeset 870902be1aa6
lana [Fri, 18 Dec 2015 09:29:04 -0800] rev 34728
Added tag jdk-9+98 for changeset 870902be1aa6
Wed, 05 Jul 2017 21:09:22 +0200 Merge
duke [Wed, 05 Jul 2017 21:09:22 +0200] rev 34727
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip