Wed, 05 Jul 2017 20:47:29 +0200 Merge jdk9-b80
duke [Wed, 05 Jul 2017 20:47:29 +0200] rev 32341
Merge
Wed, 05 Jul 2017 20:47:26 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:26 +0200] rev 32340
Merge
Thu, 27 Aug 2015 13:22:04 -0700 Merge
lana [Thu, 27 Aug 2015 13:22:04 -0700] rev 32339
Merge
Wed, 26 Aug 2015 11:14:28 +0200 8134483: A recent update to copyright headers caused two tests to fail
alundblad [Wed, 26 Aug 2015 11:14:28 +0200] rev 32338
8134483: A recent update to copyright headers caused two tests to fail Summary: Replaced copyright notice with nodynamiccopyright and adjusted line numbers. Reviewed-by: jfranck
Wed, 26 Aug 2015 09:02:02 +0200 8133671: langtools tests have bad license
alundblad [Wed, 26 Aug 2015 09:02:02 +0200] rev 32337
8133671: langtools tests have bad license Summary: Dropped classpath exception from copyright notice in tests. Reviewed-by: jjg
Tue, 25 Aug 2015 15:10:25 +0100 8134329: TeeOpTest.java fails across platforms after fix for JDK-8129547
mcimadamore [Tue, 25 Aug 2015 15:10:25 +0100] rev 32336
8134329: TeeOpTest.java fails across platforms after fix for JDK-8129547 Summary: Wrong indexes associated to CONSTANT_InvokeDynamic_info entries. Reviewed-by: sundar Contributed-by: aleksey.shipilev@oracle.com
Tue, 25 Aug 2015 15:14:41 +0200 8048318: Refactor sjavac as a thin client
alundblad [Tue, 25 Aug 2015 15:14:41 +0200] rev 32335
8048318: Refactor sjavac as a thin client Summary: Moved compilation logic from client to server. Reviewed-by: jlahoda
Mon, 24 Aug 2015 13:15:12 +0100 8129547: Excess entries in BootstrapMethods with the same (bsm, bsmKind, bsmStaticArgs), but different dynamicArgs
mcimadamore [Mon, 24 Aug 2015 13:15:12 +0100] rev 32334
8129547: Excess entries in BootstrapMethods with the same (bsm, bsmKind, bsmStaticArgs), but different dynamicArgs Summary: Pool.DynamicMethod implementation for hash/equals leads to duplicate BSM entries. Reviewed-by: jlahoda Contributed-by: aleksey.shipilev@oracle.com
Thu, 27 Aug 2015 12:59:55 -0700 Added tag jdk9-b79 for changeset 8d067af302fd
katleman [Thu, 27 Aug 2015 12:59:55 -0700] rev 32333
Added tag jdk9-b79 for changeset 8d067af302fd
Wed, 05 Jul 2017 20:47:18 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:18 +0200] rev 32332
Merge
Thu, 27 Aug 2015 12:59:52 -0700 Added tag jdk9-b79 for changeset 78117959e115
katleman [Thu, 27 Aug 2015 12:59:52 -0700] rev 32331
Added tag jdk9-b79 for changeset 78117959e115
Wed, 05 Jul 2017 20:47:15 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:15 +0200] rev 32330
Merge
Thu, 27 Aug 2015 13:22:08 -0700 Merge
lana [Thu, 27 Aug 2015 13:22:08 -0700] rev 32329
Merge
Wed, 26 Aug 2015 10:16:04 -0700 8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518
joehw [Wed, 26 Aug 2015 10:16:04 -0700] rev 32328
8133924: NPE may be thrown when xsltc select a non-existing node after JDK-8062518 Reviewed-by: aefimov, lancea, joehw
Thu, 27 Aug 2015 12:59:52 -0700 Added tag jdk9-b79 for changeset 13967da712ff
katleman [Thu, 27 Aug 2015 12:59:52 -0700] rev 32327
Added tag jdk9-b79 for changeset 13967da712ff
Wed, 05 Jul 2017 20:47:11 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:11 +0200] rev 32326
Merge
Thu, 27 Aug 2015 13:22:30 -0700 Merge
lana [Thu, 27 Aug 2015 13:22:30 -0700] rev 32325
Merge
Thu, 27 Aug 2015 14:35:06 +0530 8134562: jjs history object should have methods to save/load history to/from given file and also allow reexecution of commands by a call
sundar [Thu, 27 Aug 2015 14:35:06 +0530] rev 32324
8134562: jjs history object should have methods to save/load history to/from given file and also allow reexecution of commands by a call Reviewed-by: hannesw, attila
Wed, 26 Aug 2015 20:30:34 +0200 8134403: Nashorn react.js benchmark performance regression
attila [Wed, 26 Aug 2015 20:30:34 +0200] rev 32323
8134403: Nashorn react.js benchmark performance regression Reviewed-by: hannesw, sundar
Wed, 26 Aug 2015 13:11:35 +0200 8134484: disallow backquotes as heredoc end marker delimiters
mhaupt [Wed, 26 Aug 2015 13:11:35 +0200] rev 32322
8134484: disallow backquotes as heredoc end marker delimiters Reviewed-by: attila, sundar
Wed, 26 Aug 2015 09:59:29 +0200 8073613: Here documents: how to avoid string interpolation?
mhaupt [Wed, 26 Aug 2015 09:59:29 +0200] rev 32321
8073613: Here documents: how to avoid string interpolation? Summary: support heredoc end marker quoting like in bash Reviewed-by: attila, hannesw
Tue, 25 Aug 2015 18:16:10 +0530 8134397: Features that require AWT, swing should handle headless mode properly
sundar [Tue, 25 Aug 2015 18:16:10 +0530] rev 32320
8134397: Features that require AWT, swing should handle headless mode properly Reviewed-by: hannesw, attila
Tue, 25 Aug 2015 14:47:42 +0530 8134381: load completion should not use swing from non UI thread
sundar [Tue, 25 Aug 2015 14:47:42 +0530] rev 32319
8134381: load completion should not use swing from non UI thread Reviewed-by: lagergren, attila, hannesw
Mon, 24 Aug 2015 18:25:22 +0530 8134309: load call argument completion could be done with file chooser
sundar [Mon, 24 Aug 2015 18:25:22 +0530] rev 32318
8134309: load call argument completion could be done with file chooser Reviewed-by: attila, hannesw
Mon, 24 Aug 2015 16:25:40 +0530 8134279: jjs should support multiple line input to complete incomplete code
sundar [Mon, 24 Aug 2015 16:25:40 +0530] rev 32317
8134279: jjs should support multiple line input to complete incomplete code Reviewed-by: attila, hannesw
Mon, 24 Aug 2015 09:12:35 +0200 8133785: SharedScopeCall should be enabled for non-optimistic call sites in optimistic compilation
attila [Mon, 24 Aug 2015 09:12:35 +0200] rev 32316
8133785: SharedScopeCall should be enabled for non-optimistic call sites in optimistic compilation Reviewed-by: hannesw, lagergren
Mon, 24 Aug 2015 09:11:46 +0200 8134150: Make Timing both threadsafe and efficient
attila [Mon, 24 Aug 2015 09:11:46 +0200] rev 32315
8134150: Make Timing both threadsafe and efficient Reviewed-by: jlaskey, sundar
Sun, 23 Aug 2015 10:02:14 +0530 8134255: Implement tab-completion for java package prefixes and package names
sundar [Sun, 23 Aug 2015 10:02:14 +0530] rev 32314
8134255: Implement tab-completion for java package prefixes and package names Reviewed-by: attila, mhaupt
Fri, 21 Aug 2015 18:01:23 +0530 8133948: Add 'edit' function to allow external editing of scripts
sundar [Fri, 21 Aug 2015 18:01:23 +0530] rev 32313
8133948: Add 'edit' function to allow external editing of scripts Reviewed-by: attila, hannesw, jlahoda
Thu, 27 Aug 2015 12:59:56 -0700 Added tag jdk9-b79 for changeset ffea646fc05f
katleman [Thu, 27 Aug 2015 12:59:56 -0700] rev 32312
Added tag jdk9-b79 for changeset ffea646fc05f
Wed, 05 Jul 2017 20:47:07 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:07 +0200] rev 32311
Merge
Thu, 27 Aug 2015 12:59:49 -0700 Added tag jdk9-b79 for changeset a7e698aed0b7
katleman [Thu, 27 Aug 2015 12:59:49 -0700] rev 32310
Added tag jdk9-b79 for changeset a7e698aed0b7
Wed, 05 Jul 2017 20:47:02 +0200 Merge
duke [Wed, 05 Jul 2017 20:47:02 +0200] rev 32309
Merge
Thu, 27 Aug 2015 22:35:24 -0500 8134456: jdk/test/java/lang/SecurityManager/CheckPackageAccess.java failing on several platforms
ptbrunet [Thu, 27 Aug 2015 22:35:24 -0500] rev 32308
8134456: jdk/test/java/lang/SecurityManager/CheckPackageAccess.java failing on several platforms Summary: Add new restricted packages to the test code Reviewed-by: mullan, mchung Contributed-by: peter.brunet@oracle.com
Thu, 27 Aug 2015 18:12:45 -0700 8134632: Mark javax/sound/midi/Devices/InitializationHang.java as headful
darcy [Thu, 27 Aug 2015 18:12:45 -0700] rev 32307
8134632: Mark javax/sound/midi/Devices/InitializationHang.java as headful Reviewed-by: prr
Thu, 27 Aug 2015 14:32:42 -0700 8131067: (zipfs) Zip File System Provider returns doubly-encoded Path URIs
sherman [Thu, 27 Aug 2015 14:32:42 -0700] rev 32306
8131067: (zipfs) Zip File System Provider returns doubly-encoded Path URIs Summary: to decode the zip file path uri before passing it into zippath uri. Reviewed-by: alanb
Thu, 27 Aug 2015 13:22:51 -0700 Merge
lana [Thu, 27 Aug 2015 13:22:51 -0700] rev 32305
Merge
Thu, 27 Aug 2015 11:02:10 -0700 8134554: Add sound tests to tier 3
darcy [Thu, 27 Aug 2015 11:02:10 -0700] rev 32304
8134554: Add sound tests to tier 3 Reviewed-by: serb
Thu, 27 Aug 2015 10:31:48 +0800 8134555: The InquireSecContextPermissionCheck.java test was mistakenly removed
weijun [Thu, 27 Aug 2015 10:31:48 +0800] rev 32303
8134555: The InquireSecContextPermissionCheck.java test was mistakenly removed Reviewed-by: xuelei
Thu, 27 Aug 2015 07:52:12 +0800 8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException
weijun [Thu, 27 Aug 2015 07:52:12 +0800] rev 32302
8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException Reviewed-by: chegar
Wed, 26 Aug 2015 11:18:38 -0700 8134521: Problem list failing java/beans/Introspector test
darcy [Wed, 26 Aug 2015 11:18:38 -0700] rev 32301
8134521: Problem list failing java/beans/Introspector test Reviewed-by: alanb
Wed, 26 Aug 2015 10:44:37 -0700 8134520: Bug8134250 test fails in en_IE locale
naoto [Wed, 26 Aug 2015 10:44:37 -0700] rev 32300
8134520: Bug8134250 test fails in en_IE locale Reviewed-by: lancea
Wed, 26 Aug 2015 06:48:33 -0700 8134458: Make sun/tools/jps tests non-concurrent with other tests
sla [Wed, 26 Aug 2015 06:48:33 -0700] rev 32299
8134458: Make sun/tools/jps tests non-concurrent with other tests Reviewed-by: dholmes, martin
Tue, 25 Aug 2015 12:19:46 -0700 Merge
ddehaven [Tue, 25 Aug 2015 12:19:46 -0700] rev 32298
Merge
Fri, 21 Aug 2015 10:43:47 -0700 8134028: [PIT] XToolkit, strange behavior of robot.createScreenCapture(): looks like a native crash in X11/GTK
azvegint [Fri, 21 Aug 2015 10:43:47 -0700] rev 32297
8134028: [PIT] XToolkit, strange behavior of robot.createScreenCapture(): looks like a native crash in X11/GTK Reviewed-by: alexsch, serb
Mon, 17 Aug 2015 10:12:16 -0700 Merge
ddehaven [Mon, 17 Aug 2015 10:12:16 -0700] rev 32296
Merge
Mon, 17 Aug 2015 16:56:22 +0300 6778087: getLocationOnScreen() always returns (0, 0) for mouse wheel events
serb [Mon, 17 Aug 2015 16:56:22 +0300] rev 32295
6778087: getLocationOnScreen() always returns (0, 0) for mouse wheel events Reviewed-by: alexsch, azvegint
Thu, 06 Aug 2015 19:52:02 +0300 4379403: Need to disable the "magic AWT dump key" (CTRL+SHIFT+F1)
serb [Thu, 06 Aug 2015 19:52:02 +0300] rev 32294
4379403: Need to disable the "magic AWT dump key" (CTRL+SHIFT+F1) Reviewed-by: alexsch, azvegint
(0) -30000 -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 tip