Tue, 24 Jun 2014 10:51:00 -0700 7196160: Project Coin: allow @SafeVarargs on private methods
darcy [Tue, 24 Jun 2014 10:51:00 -0700] rev 25283
7196160: Project Coin: allow @SafeVarargs on private methods Reviewed-by: jjg
Tue, 24 Jun 2014 16:04:46 +0100 8046451: Add basic IntelliJ support for langtools
mcimadamore [Tue, 24 Jun 2014 16:04:46 +0100] rev 25282
8046451: Add basic IntelliJ support for langtools Summary: Add new ant target 'idea' to create IntelliJ langtools project Reviewed-by: jjg
Tue, 24 Jun 2014 00:43:46 -0700 8037404: javac NPE or VerifyError for code with constructor reference of inner class
rfield [Tue, 24 Jun 2014 00:43:46 -0700] rev 25281
8037404: javac NPE or VerifyError for code with constructor reference of inner class 8047341: lambda reference to inner class in base class causes LambdaConversionException 8044748: JVM cannot access constructor though ::new reference although can call it directly 8044737: Lambda: NPE while obtaining method reference through lambda expression Summary: revamp and simplify handling of complex method references Reviewed-by: dlsmith, vromero
Fri, 20 Jun 2014 13:26:24 -0700 8047300: update tools/javadoc/6227454 test for missing <DOCTYPE> tags
sogoel [Fri, 20 Jun 2014 13:26:24 -0700] rev 25280
8047300: update tools/javadoc/6227454 test for missing <DOCTYPE> tags Reviewed-by: jjg, ksrini
Fri, 20 Jun 2014 20:36:54 +0100 8044546: Crash on faulty reduce/lambda
vromero [Fri, 20 Jun 2014 20:36:54 +0100] rev 25279
8044546: Crash on faulty reduce/lambda Reviewed-by: mcimadamore, dlsmith Contributed-by: maurizio.cimadamore@oracle.com, vicente.romero@oracle.com
Fri, 20 Jun 2014 10:56:47 -0700 8046060: Different results of floating point multiplication for lambda code block
rfield [Fri, 20 Jun 2014 10:56:47 -0700] rev 25278
8046060: Different results of floating point multiplication for lambda code block Summary: propogate strictfp into lambda body Reviewed-by: vromero, jlahoda
Fri, 20 Jun 2014 11:42:16 -0600 8047407: Add test for JDK-8037385
dlsmith [Fri, 20 Jun 2014 11:42:16 -0600] rev 25277
8047407: Add test for JDK-8037385 Reviewed-by: mcimadamore
Fri, 20 Jun 2014 10:56:31 -0600 8034147: javac crashes with a NullPointerException during bounds checking
dlsmith [Fri, 20 Jun 2014 10:56:31 -0600] rev 25276
8034147: javac crashes with a NullPointerException during bounds checking Summary: Types.supertype should return Type.noType rather than null Reviewed-by: vromero, mcimadamore
Thu, 19 Jun 2014 23:52:33 +0100 8042759: Lambda returning implicitly-typed lambdas considered pertinent to applicability
vromero [Thu, 19 Jun 2014 23:52:33 +0100] rev 25275
8042759: Lambda returning implicitly-typed lambdas considered pertinent to applicability Reviewed-by: mcimadamore
Thu, 19 Jun 2014 22:06:29 +0200 8041648: do while loop that misses ending semicolon has wrong end position
jlahoda [Thu, 19 Jun 2014 22:06:29 +0200] rev 25274
8041648: do while loop that misses ending semicolon has wrong end position Summary: Ensure the end positions are meaningful even if statement's semicolon is missing. Reviewed-by: jjg Contributed-by: dusan.balek@oracle.com, jan.lahoda@oracle.com
Thu, 19 Jun 2014 15:39:37 +0100 8038182: javac crash with FunctionDescriptorLookupError for invalid functional interface
vromero [Thu, 19 Jun 2014 15:39:37 +0100] rev 25273
8038182: javac crash with FunctionDescriptorLookupError for invalid functional interface Reviewed-by: mcimadamore Contributed-by: maurizio.cimadamore@oracle.com, vicente.romero@oracle.com
Wed, 18 Jun 2014 14:58:16 -0700 8046071: update three javadoc tests for empty <p> tag
sogoel [Wed, 18 Jun 2014 14:58:16 -0700] rev 25272
8046071: update three javadoc tests for empty <p> tag Reviewed-by: jjg, ksrini
Thu, 03 Jul 2014 11:37:54 -0700 Added tag jdk9-b21 for changeset 021089de7317
katleman [Thu, 03 Jul 2014 11:37:54 -0700] rev 25271
Added tag jdk9-b21 for changeset 021089de7317
Wed, 05 Jul 2017 19:48:32 +0200 Merge
duke [Wed, 05 Jul 2017 19:48:32 +0200] rev 25270
Merge
Thu, 03 Jul 2014 11:37:02 -0700 Added tag jdk9-b21 for changeset fa40edc81dd3
katleman [Thu, 03 Jul 2014 11:37:02 -0700] rev 25269
Added tag jdk9-b21 for changeset fa40edc81dd3
Wed, 05 Jul 2017 19:48:25 +0200 Merge
duke [Wed, 05 Jul 2017 19:48:25 +0200] rev 25268
Merge
Wed, 09 Jul 2014 10:41:31 -0700 Merge
lana [Wed, 09 Jul 2014 10:41:31 -0700] rev 25267
Merge
Tue, 01 Jul 2014 14:28:02 -0700 Merge
lana [Tue, 01 Jul 2014 14:28:02 -0700] rev 25266
Merge
Mon, 30 Jun 2014 14:09:56 -0700 8037948: Improve documentation for org.w3c.dom package
joehw [Mon, 30 Jun 2014 14:09:56 -0700] rev 25265
8037948: Improve documentation for org.w3c.dom package Reviewed-by: lancea, henryjen, alanb
Tue, 24 Jun 2014 14:07:05 -0700 8048021: Remove @version tag in jaxp repo
henryjen [Tue, 24 Jun 2014 14:07:05 -0700] rev 25264
8048021: Remove @version tag in jaxp repo Reviewed-by: joehw
Mon, 23 Jun 2014 10:36:30 -0700 5077522: Duration.compare incorrect for some values
joehw [Mon, 23 Jun 2014 10:36:30 -0700] rev 25263
5077522: Duration.compare incorrect for some values Reviewed-by: lancea, dfuchs
Thu, 19 Jun 2014 15:35:10 -0700 8047723: @since tag cleanup in jaxp
henryjen [Thu, 19 Jun 2014 15:35:10 -0700] rev 25262
8047723: @since tag cleanup in jaxp Reviewed-by: joehw
Thu, 03 Jul 2014 11:37:01 -0700 Added tag jdk9-b21 for changeset 6dcab76ce643
katleman [Thu, 03 Jul 2014 11:37:01 -0700] rev 25261
Added tag jdk9-b21 for changeset 6dcab76ce643
Wed, 05 Jul 2017 19:48:18 +0200 Merge
duke [Wed, 05 Jul 2017 19:48:18 +0200] rev 25260
Merge
Wed, 09 Jul 2014 10:41:34 -0700 Merge
lana [Wed, 09 Jul 2014 10:41:34 -0700] rev 25259
Merge
Thu, 03 Jul 2014 23:03:37 +0530 8049242: Explicit constructor overload selection should work with StaticClass as well
sundar [Thu, 03 Jul 2014 23:03:37 +0530] rev 25258
8049242: Explicit constructor overload selection should work with StaticClass as well Reviewed-by: jlaskey, attila
Thu, 03 Jul 2014 17:14:38 +0200 8047331: Assertion in CompiledFunction when running earley-boyer after Merge
attila [Thu, 03 Jul 2014 17:14:38 +0200] rev 25257
8047331: Assertion in CompiledFunction when running earley-boyer after Merge Reviewed-by: hannesw, jlaskey
Thu, 03 Jul 2014 16:15:33 +0200 8047166: 'do with({}) break ; while(0);' crashes in CodeGenerator
attila [Thu, 03 Jul 2014 16:15:33 +0200] rev 25256
8047166: 'do with({}) break ; while(0);' crashes in CodeGenerator Reviewed-by: hannesw, jlaskey
Thu, 03 Jul 2014 11:18:38 +0200 8049225: Source class exposes public mutable array
attila [Thu, 03 Jul 2014 11:18:38 +0200] rev 25255
8049225: Source class exposes public mutable array Reviewed-by: hannesw, sundar
Thu, 03 Jul 2014 11:18:26 +0200 8049223: RewriteException class exposes public mutable arrays
attila [Thu, 03 Jul 2014 11:18:26 +0200] rev 25254
8049223: RewriteException class exposes public mutable arrays Reviewed-by: hannesw, sundar
Thu, 03 Jul 2014 11:18:10 +0200 8049222: JSType class exposes public mutable arrays
attila [Thu, 03 Jul 2014 11:18:10 +0200] rev 25253
8049222: JSType class exposes public mutable arrays Reviewed-by: hannesw, sundar
Wed, 02 Jul 2014 18:10:31 +0530 8043232: Index selection of overloaded java new constructors
sundar [Wed, 02 Jul 2014 18:10:31 +0530] rev 25252
8043232: Index selection of overloaded java new constructors Reviewed-by: attila, hannesw, jlaskey
Tue, 01 Jul 2014 14:27:28 -0700 Merge
lana [Tue, 01 Jul 2014 14:27:28 -0700] rev 25251
Merge
Tue, 01 Jul 2014 17:37:39 +0530 8047359: large string size RangeError should be thrown rather than reporting negative length
sundar [Tue, 01 Jul 2014 17:37:39 +0530] rev 25250
8047359: large string size RangeError should be thrown rather than reporting negative length Reviewed-by: hannesw, attila
Mon, 30 Jun 2014 17:31:28 +0200 8048586: String concatenation with optimistic types is slow
hannesw [Mon, 30 Jun 2014 17:31:28 +0200] rev 25249
8048586: String concatenation with optimistic types is slow Reviewed-by: lagergren, attila
Mon, 30 Jun 2014 20:23:16 +0530 8048718: JSON.parse('{"0":0, "64":0}') throws ArrayindexOutOfBoundsException
sundar [Mon, 30 Jun 2014 20:23:16 +0530] rev 25248
8048718: JSON.parse('{"0":0, "64":0}') throws ArrayindexOutOfBoundsException Reviewed-by: lagergren, hannesw, attila
Fri, 27 Jun 2014 21:54:16 +0530 8046013: TypeError: Cannot apply "with" to non script object
sundar [Fri, 27 Jun 2014 21:54:16 +0530] rev 25247
8046013: TypeError: Cannot apply "with" to non script object Reviewed-by: lagergren, hannesw
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
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip