Fri, 27 Jun 2014 10:47:44 +0200 8048505: ScriptingFunctions.readFully couldn't handle file names represented as ConsStrings
lagergren [Fri, 27 Jun 2014 10:47:44 +0200] rev 25246
8048505: ScriptingFunctions.readFully couldn't handle file names represented as ConsStrings Reviewed-by: sundar, hannesw
Thu, 26 Jun 2014 15:36:15 +0200 8047371: local variable declaration in TypeEvaluator should use ScriptObject.addOwnProperty instead of .set
attila [Thu, 26 Jun 2014 15:36:15 +0200] rev 25245
8047371: local variable declaration in TypeEvaluator should use ScriptObject.addOwnProperty instead of .set Reviewed-by: jlaskey, lagergren
Thu, 26 Jun 2014 13:12:32 +0200 8047357: More precise synthetic return + unreachable throw
attila [Thu, 26 Jun 2014 13:12:32 +0200] rev 25244
8047357: More precise synthetic return + unreachable throw Reviewed-by: lagergren, sundar
Wed, 25 Jun 2014 14:36:24 +0200 8048079: Persistent code store is broken after optimistic types merge
hannesw [Wed, 25 Jun 2014 14:36:24 +0200] rev 25243
8048079: Persistent code store is broken after optimistic types merge Reviewed-by: sundar, jlaskey, attila
Wed, 25 Jun 2014 17:08:47 +0530 8048071: eval within 'with' statement does not use correct scope if with scope expression has a copy of eval
sundar [Wed, 25 Jun 2014 17:08:47 +0530] rev 25242
8048071: eval within 'with' statement does not use correct scope if with scope expression has a copy of eval Reviewed-by: hannesw, jlaskey
Tue, 24 Jun 2014 19:29:41 +0200 8048009: Type info caching accidentally defeated
attila [Tue, 24 Jun 2014 19:29:41 +0200] rev 25241
8048009: Type info caching accidentally defeated Reviewed-by: hannesw, jlaskey
Tue, 24 Jun 2014 19:43:44 +0530 8047959: bindings created for declarations in eval code are not mutable
sundar [Tue, 24 Jun 2014 19:43:44 +0530] rev 25240
8047959: bindings created for declarations in eval code are not mutable Reviewed-by: jlaskey, attila
Mon, 23 Jun 2014 18:32:11 +0200 8046201: Avoid repeated flattening of nested ConsStrings
hannesw [Mon, 23 Jun 2014 18:32:11 +0200] rev 25239
8046201: Avoid repeated flattening of nested ConsStrings Reviewed-by: lagergren, attila
Mon, 23 Jun 2014 21:23:53 +0530 8047728: (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined
sundar [Mon, 23 Jun 2014 21:23:53 +0530] rev 25238
8047728: (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined Reviewed-by: jlaskey, hannesw, attila
Mon, 23 Jun 2014 10:59:33 +0200 8046905: apply on apply is broken
attila [Mon, 23 Jun 2014 10:59:33 +0200] rev 25237
8046905: apply on apply is broken Reviewed-by: hannesw, lagergren
Fri, 20 Jun 2014 12:25:00 +0200 8046921: Deoptimization type information peristence
attila [Fri, 20 Jun 2014 12:25:00 +0200] rev 25236
8046921: Deoptimization type information peristence Reviewed-by: hannesw, lagergren
Thu, 19 Jun 2014 20:36:03 +0530 8047369: Add regression tests for passing test cases of JDK-8024971
sundar [Thu, 19 Jun 2014 20:36:03 +0530] rev 25235
8047369: Add regression tests for passing test cases of JDK-8024971 Reviewed-by: hannesw, jlaskey
Thu, 19 Jun 2014 10:46:31 +0200 8047078: Fuzzing bug discovered when ArrayLiteralNodes weren't immutable
lagergren [Thu, 19 Jun 2014 10:46:31 +0200] rev 25234
8047078: Fuzzing bug discovered when ArrayLiteralNodes weren't immutable Reviewed-by: attila, sundar
Thu, 03 Jul 2014 11:37:57 -0700 Added tag jdk9-b21 for changeset e4ffc9bab6f2
katleman [Thu, 03 Jul 2014 11:37:57 -0700] rev 25233
Added tag jdk9-b21 for changeset e4ffc9bab6f2
Wed, 05 Jul 2017 19:48:10 +0200 Merge
duke [Wed, 05 Jul 2017 19:48:10 +0200] rev 25232
Merge
Wed, 09 Jul 2014 10:41:04 -0700 Merge
lana [Wed, 09 Jul 2014 10:41:04 -0700] rev 25231
Merge
Tue, 01 Jul 2014 14:29:58 -0700 Merge
lana [Tue, 01 Jul 2014 14:29:58 -0700] rev 25230
Merge
Tue, 01 Jul 2014 15:17:55 +0100 7095856: OutputStreamHook doesn't handle null values
coffeys [Tue, 01 Jul 2014 15:17:55 +0100] rev 25229
7095856: OutputStreamHook doesn't handle null values Reviewed-by: lancea, msheppar
Thu, 03 Jul 2014 11:36:35 -0700 Added tag jdk9-b21 for changeset a36678c24565
katleman [Thu, 03 Jul 2014 11:36:35 -0700] rev 25228
Added tag jdk9-b21 for changeset a36678c24565
Wed, 05 Jul 2017 19:48:02 +0200 Merge
duke [Wed, 05 Jul 2017 19:48:02 +0200] rev 25227
Merge
Wed, 09 Jul 2014 10:42:37 -0700 Merge
lana [Wed, 09 Jul 2014 10:42:37 -0700] rev 25226
Merge
Thu, 03 Jul 2014 18:20:42 +0200 8028474: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh timeout, leaves looping process
egahlin [Thu, 03 Jul 2014 18:20:42 +0200] rev 25225
8028474: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh timeout, leaves looping process Reviewed-by: sla, jbachorik, rriggs
Thu, 03 Jul 2014 09:30:25 +0200 8043327: Collectors.toMap studentToGPA example uses Functions.identity()
psandoz [Thu, 03 Jul 2014 09:30:25 +0200] rev 25224
8043327: Collectors.toMap studentToGPA example uses Functions.identity() 8043328: Typo in documentation of package java.util.stream Reviewed-by: alanb, lancea
Wed, 02 Jul 2014 14:14:17 -0700 8048840: File.createTempFile has uninformative failure message
jmanson [Wed, 02 Jul 2014 14:14:17 -0700] rev 25223
8048840: File.createTempFile has uninformative failure message Reviewed-by: martin, alanb
Wed, 02 Jul 2014 10:21:23 -0700 8048990: ZipFile.entries() can't handle empty zip entry names
martin [Wed, 02 Jul 2014 10:21:23 -0700] rev 25222
8048990: ZipFile.entries() can't handle empty zip entry names Summary: getEntryBytes should never return null pointer for entry names Reviewed-by: sherman
Wed, 02 Jul 2014 10:03:40 +0100 8048891: Remove unused JObjC from jdk repository
alanb [Wed, 02 Jul 2014 10:03:40 +0100] rev 25221
8048891: Remove unused JObjC from jdk repository Reviewed-by: mchung
Wed, 02 Jul 2014 17:03:47 +0800 8042053: Broken links to jarsigner and keytool docs in java.security package summary
weijun [Wed, 02 Jul 2014 17:03:47 +0800] rev 25220
8042053: Broken links to jarsigner and keytool docs in java.security package summary Reviewed-by: xuelei
Wed, 02 Jul 2014 08:41:59 +0200 8046883: com/sun/jdi/ProcessAttachTest.sh gets "java.io.IOException: Invalid process identifier" on windows
sla [Wed, 02 Jul 2014 08:41:59 +0200] rev 25219
8046883: com/sun/jdi/ProcessAttachTest.sh gets "java.io.IOException: Invalid process identifier" on windows Reviewed-by: dcubed, dsamersoff, allwin
Tue, 01 Jul 2014 23:39:31 -0700 8048989: small errors in Collectors examples
smarks [Tue, 01 Jul 2014 23:39:31 -0700] rev 25218
8048989: small errors in Collectors examples Reviewed-by: darcy Contributed-by: raoul@urma.com
Tue, 01 Jul 2014 21:23:54 +0200 8048892: TEST_BUG: shell script tests need to be change to not use retired @debuggeeVMOptions mechanism
ykantser [Tue, 01 Jul 2014 21:23:54 +0200] rev 25217
8048892: TEST_BUG: shell script tests need to be change to not use retired @debuggeeVMOptions mechanism Reviewed-by: sla, jbachorik
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip