Wed, 17 Jul 2013 14:19:25 +0100 8019340: varargs-related warnings are meaningless on signature-polymorphic methods such as MethodHandle.invokeExact
mcimadamore [Wed, 17 Jul 2013 14:19:25 +0100] rev 18917
8019340: varargs-related warnings are meaningless on signature-polymorphic methods such as MethodHandle.invokeExact Summary: Disable certain varargs warnings when compiling polymorphic signature calls Reviewed-by: jjg
Wed, 17 Jul 2013 14:19:02 +0100 8020149: Graph inference: wrong logic for picking best variable to solve
mcimadamore [Wed, 17 Jul 2013 14:19:02 +0100] rev 18916
8020149: Graph inference: wrong logic for picking best variable to solve Summary: Replace logic for selecting best inference leaf in the graph during an unsticking round Reviewed-by: jjg
Wed, 17 Jul 2013 14:16:25 +0100 8016640: compiler hangs if the generics arity of a base class is wrong
mcimadamore [Wed, 17 Jul 2013 14:16:25 +0100] rev 18915
8016640: compiler hangs if the generics arity of a base class is wrong Summary: Check.checkCompatibleConcretes hang when javac creates synthetic supertypes for 269 model API Reviewed-by: jjg
Wed, 17 Jul 2013 14:14:49 +0100 7041019: Bogus type-variable substitution with array types with dependencies on accessibility check
mcimadamore [Wed, 17 Jul 2013 14:14:49 +0100] rev 18914
7041019: Bogus type-variable substitution with array types with dependencies on accessibility check Summary: call to upperBound() when performing type-variable substitution on element type leads to unsoundness Reviewed-by: jjg
Wed, 17 Jul 2013 14:14:32 +0100 8020286: Wrong diagnostic after compaction
mcimadamore [Wed, 17 Jul 2013 14:14:32 +0100] rev 18913
8020286: Wrong diagnostic after compaction Summary: compact diagnostic shows the least relevant method in the list Reviewed-by: jjg
Wed, 17 Jul 2013 14:13:15 +0100 8020147: Spurious errors when compiling nested stuck lambdas
mcimadamore [Wed, 17 Jul 2013 14:13:15 +0100] rev 18912
8020147: Spurious errors when compiling nested stuck lambdas Summary: Scope of deferred types is not copied correctly; postAttr analyzer should not run on stuck expressions Reviewed-by: jjg
Wed, 17 Jul 2013 14:11:41 +0100 8012238: Nested method capture and inference
mcimadamore [Wed, 17 Jul 2013 14:11:41 +0100] rev 18911
8012238: Nested method capture and inference 8008200: java/lang/Class/asSubclass/BasicUnit.java fails to compile Summary: Inference support should be more flexible w.r.t. nested method calls returning captured types Reviewed-by: jjg, vromero
Wed, 17 Jul 2013 14:09:46 +0100 8016175: Add bottom-up type-checking support for unambiguous method references
mcimadamore [Wed, 17 Jul 2013 14:09:46 +0100] rev 18910
8016175: Add bottom-up type-checking support for unambiguous method references Summary: Type-checking of non-overloaded method references should be independent from target-type Reviewed-by: jjg, vromero
Wed, 17 Jul 2013 14:04:01 +0100 8012242: Lambda compatibility and checked exceptions
mcimadamore [Wed, 17 Jul 2013 14:04:01 +0100] rev 18909
8012242: Lambda compatibility and checked exceptions Summary: Inference variables in 'throws' clause with no constraints should be inferred as RuntimeException Reviewed-by: jjg, vromero
Fri, 12 Jul 2013 13:11:12 -0700 8020278: NPE in javadoc
jjg [Fri, 12 Jul 2013 13:11:12 -0700] rev 18908
8020278: NPE in javadoc Reviewed-by: mcimadamore, vromero
Thu, 11 Jul 2013 15:37:02 +0100 8013404: Unclear spec for target typing with conditional operator (?:)
mcimadamore [Thu, 11 Jul 2013 15:37:02 +0100] rev 18907
8013404: Unclear spec for target typing with conditional operator (?:) Summary: Fix previously ignored test Reviewed-by: jjg, vromero
Tue, 09 Jul 2013 14:54:20 -0700 8020214: TEST_BUG: test/tools/javap/8007907/JavapReturns0AfterClassNotFoundTest.java broken
ksrini [Tue, 09 Jul 2013 14:54:20 -0700] rev 18906
8020214: TEST_BUG: test/tools/javap/8007907/JavapReturns0AfterClassNotFoundTest.java broken Reviewed-by: jjg
Fri, 05 Jul 2013 13:29:04 -0700 Merge
lana [Fri, 05 Jul 2013 13:29:04 -0700] rev 18905
Merge
Fri, 05 Jul 2013 11:05:02 +0100 8019824: very long error messages on inference error
mcimadamore [Fri, 05 Jul 2013 11:05:02 +0100] rev 18904
8019824: very long error messages on inference error Summary: Inference error messages shows several spurious captured variables generated during an inference loop Reviewed-by: jjg, vromero
Fri, 05 Jul 2013 11:04:22 +0100 8016702: use of ternary operator in lambda expression gives incorrect results
mcimadamore [Fri, 05 Jul 2013 11:04:22 +0100] rev 18903
8016702: use of ternary operator in lambda expression gives incorrect results Summary: Constant types erroneously creep in during inference Reviewed-by: jjg, vromero
Fri, 05 Jul 2013 11:03:04 +0100 8016059: Cannot compile following lambda
mcimadamore [Fri, 05 Jul 2013 11:03:04 +0100] rev 18902
8016059: Cannot compile following lambda 8016060: Lambda isn't compiled with return statement Summary: Spurious error triggered during unnecessary recovery round Reviewed-by: jjg, vromero
Fri, 05 Jul 2013 11:02:17 +0100 8019480: Javac crashes when method is called on a type-variable receiver from lambda expression
mcimadamore [Fri, 05 Jul 2013 11:02:17 +0100] rev 18901
8019480: Javac crashes when method is called on a type-variable receiver from lambda expression Summary: Logic for shortcircuiting speculative attribution doesn't handle type-variable receivers Reviewed-by: jjg, vromero
Fri, 05 Jul 2013 11:00:19 +0100 8017618: NullPointerException in RichDiagnosticFormatter for bad input program
mcimadamore [Fri, 05 Jul 2013 11:00:19 +0100] rev 18900
8017618: NullPointerException in RichDiagnosticFormatter for bad input program Summary: RDF crashes when diagnostic contains type 'void' Reviewed-by: jjg, vromero
Thu, 04 Jul 2013 10:41:08 +0100 6356530: -Xlint:serial does not flag abstract classes with concrete methods/members
vromero [Thu, 04 Jul 2013 10:41:08 +0100] rev 18899
6356530: -Xlint:serial does not flag abstract classes with concrete methods/members Reviewed-by: mcimadamore
Thu, 04 Jul 2013 10:35:33 +0100 8009924: some langtools tools do not accept -cp as an alias for -classpath
vromero [Thu, 04 Jul 2013 10:35:33 +0100] rev 18898
8009924: some langtools tools do not accept -cp as an alias for -classpath Reviewed-by: jjg
Thu, 18 Jul 2013 03:39:33 -0700 Added tag jdk8-b99 for changeset 38dd7ede2dfb
cl [Thu, 18 Jul 2013 03:39:33 -0700] rev 18897
Added tag jdk8-b99 for changeset 38dd7ede2dfb
Wed, 05 Jul 2017 19:04:46 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:46 +0200] rev 18896
Merge
Thu, 18 Jul 2013 03:38:23 -0700 Added tag jdk8-b99 for changeset c653feb1fe9e
cl [Thu, 18 Jul 2013 03:38:23 -0700] rev 18895
Added tag jdk8-b99 for changeset c653feb1fe9e
Wed, 05 Jul 2017 19:04:43 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:43 +0200] rev 18894
Merge
Mon, 22 Jul 2013 17:29:05 -0700 Merge
lana [Mon, 22 Jul 2013 17:29:05 -0700] rev 18893
Merge
Wed, 17 Jul 2013 00:34:12 -0700 Merge
lana [Wed, 17 Jul 2013 00:34:12 -0700] rev 18892
Merge
Fri, 12 Jul 2013 11:12:40 -0700 8020430: NullPointerException in xml sqe nightly result on 2013-07-12
joehw [Fri, 12 Jul 2013 11:12:40 -0700] rev 18891
8020430: NullPointerException in xml sqe nightly result on 2013-07-12 Reviewed-by: chegar, lancea
Tue, 09 Jul 2013 16:34:52 -0700 8016648: FEATURE_SECURE_PROCESSING set to true or false causes SAXParseException to be thrown
joehw [Tue, 09 Jul 2013 16:34:52 -0700] rev 18890
8016648: FEATURE_SECURE_PROCESSING set to true or false causes SAXParseException to be thrown Summary: jaxp 1.5 feature update Reviewed-by: alanb, dfuchs, lancea
Thu, 18 Jul 2013 03:38:19 -0700 Added tag jdk8-b99 for changeset 830a3a26d45b
cl [Thu, 18 Jul 2013 03:38:19 -0700] rev 18889
Added tag jdk8-b99 for changeset 830a3a26d45b
Wed, 05 Jul 2017 19:04:39 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:39 +0200] rev 18888
Merge
Mon, 22 Jul 2013 17:40:26 -0700 Merge
lana [Mon, 22 Jul 2013 17:40:26 -0700] rev 18887
Merge
Wed, 17 Jul 2013 00:36:48 -0700 Merge
lana [Wed, 17 Jul 2013 00:36:48 -0700] rev 18886
Merge
Tue, 16 Jul 2013 17:03:30 +0200 8015356: array concatenation should skip empty elements
attila [Tue, 16 Jul 2013 17:03:30 +0200] rev 18885
8015356: array concatenation should skip empty elements Reviewed-by: jlaskey, sundar
Tue, 16 Jul 2013 16:12:26 +0200 8010821: [findbugs] Some classes in jdk.nashorn.internal.runtime.regexp expose mutable objects
hannesw [Tue, 16 Jul 2013 16:12:26 +0200] rev 18884
8010821: [findbugs] Some classes in jdk.nashorn.internal.runtime.regexp expose mutable objects Reviewed-by: attila, jlaskey, sundar
Tue, 16 Jul 2013 15:28:33 +0200 8020357: throw RangeError for too large NativeArrayBuffer size
attila [Tue, 16 Jul 2013 15:28:33 +0200] rev 18883
8020357: throw RangeError for too large NativeArrayBuffer size Reviewed-by: jlaskey, hannesw, sundar
Tue, 16 Jul 2013 09:54:04 +0530 Merge
sundar [Tue, 16 Jul 2013 09:54:04 +0530] rev 18882
Merge
Mon, 15 Jul 2013 18:32:23 +0200 8020358: Array(0xfffffff) throws OutOfMemoryError
hannesw [Mon, 15 Jul 2013 18:32:23 +0200] rev 18881
8020358: Array(0xfffffff) throws OutOfMemoryError Reviewed-by: jlaskey, sundar
Mon, 15 Jul 2013 16:58:23 +0200 8011210: fix reporting of call site locations; print them on -tcs=miss
attila [Mon, 15 Jul 2013 16:58:23 +0200] rev 18880
8011210: fix reporting of call site locations; print them on -tcs=miss Reviewed-by: jlaskey, hannesw
Mon, 15 Jul 2013 16:35:38 +0200 8020283: Don't use exceptions for widening of ArrayData
hannesw [Mon, 15 Jul 2013 16:35:38 +0200] rev 18879
8020283: Don't use exceptions for widening of ArrayData Reviewed-by: jlaskey, attila
Mon, 15 Jul 2013 16:31:49 +0200 8020508: Enforce reflection access restrictions on Object.bindProperties
attila [Mon, 15 Jul 2013 16:31:49 +0200] rev 18878
8020508: Enforce reflection access restrictions on Object.bindProperties Reviewed-by: jlaskey, sundar
Mon, 15 Jul 2013 15:51:06 +0200 8020354: Object literal property initialization is not done in source order
hannesw [Mon, 15 Jul 2013 15:51:06 +0200] rev 18877
8020354: Object literal property initialization is not done in source order Reviewed-by: sundar, jlaskey
Mon, 15 Jul 2013 12:33:48 +0200 8020324: Implement Object.bindProperties(target, source) for beans
attila [Mon, 15 Jul 2013 12:33:48 +0200] rev 18876
8020324: Implement Object.bindProperties(target, source) for beans Reviewed-by: hannesw, sundar
Fri, 12 Jul 2013 20:13:43 +0530 Merge
sundar [Fri, 12 Jul 2013 20:13:43 +0530] rev 18875
Merge
Fri, 12 Jul 2013 20:06:41 +0530 8020463: Input argument array wrapping in loadWithNewGlobal is wrong
sundar [Fri, 12 Jul 2013 20:06:41 +0530] rev 18874
8020463: Input argument array wrapping in loadWithNewGlobal is wrong Reviewed-by: attila, jlaskey
Fri, 12 Jul 2013 20:12:29 +0530 Merge
sundar [Fri, 12 Jul 2013 20:12:29 +0530] rev 18873
Merge
Fri, 12 Jul 2013 11:58:42 +0200 8019822: Duplicate name and signature in finally block
attila [Fri, 12 Jul 2013 11:58:42 +0200] rev 18872
8019822: Duplicate name and signature in finally block Reviewed-by: jlaskey, sundar
Fri, 12 Jul 2013 15:27:16 +0530 8020223: ClassCastException: String can not be casted to ScriptFunction
sundar [Fri, 12 Jul 2013 15:27:16 +0530] rev 18871
8020223: ClassCastException: String can not be casted to ScriptFunction Reviewed-by: attila, lagergren
Fri, 12 Jul 2013 15:01:33 +0530 8020437: Wrong handling of line numbers with multiline string literals
sundar [Fri, 12 Jul 2013 15:01:33 +0530] rev 18870
8020437: Wrong handling of line numbers with multiline string literals Reviewed-by: attila, lagergren
Thu, 11 Jul 2013 22:01:55 +0200 8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode
attila [Thu, 11 Jul 2013 22:01:55 +0200] rev 18869
8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode Reviewed-by: jlaskey, lagergren
Thu, 11 Jul 2013 22:58:37 +0530 8012191: noSuchProperty can't cope with vararg functions
sundar [Thu, 11 Jul 2013 22:58:37 +0530] rev 18868
8012191: noSuchProperty can't cope with vararg functions Reviewed-by: jlaskey, attila
Thu, 11 Jul 2013 18:33:33 +0200 8013925: Remove symbol fields from nodes that don't need them
attila [Thu, 11 Jul 2013 18:33:33 +0200] rev 18867
8013925: Remove symbol fields from nodes that don't need them Reviewed-by: jlaskey, lagergren
Thu, 11 Jul 2013 18:23:13 +0530 8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable
sundar [Thu, 11 Jul 2013 18:23:13 +0530] rev 18866
8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable Reviewed-by: jlaskey, hannesw, attila
Thu, 11 Jul 2013 16:34:55 +0530 8020325: static property does not work on accessible, public classes
sundar [Thu, 11 Jul 2013 16:34:55 +0530] rev 18865
8020325: static property does not work on accessible, public classes Reviewed-by: attila, hannesw, lagergren
Wed, 10 Jul 2013 19:08:04 +0530 8020276: interface checks in Invocable.getInterface implementation
sundar [Wed, 10 Jul 2013 19:08:04 +0530] rev 18864
8020276: interface checks in Invocable.getInterface implementation Reviewed-by: jlaskey, hannesw, attila
Wed, 10 Jul 2013 10:54:19 +0200 8016681: regex capture behaves differently than on V8
hannesw [Wed, 10 Jul 2013 10:54:19 +0200] rev 18863
8016681: regex capture behaves differently than on V8 Reviewed-by: lagergren, sundar
Wed, 10 Jul 2013 13:25:07 +0530 8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false
sundar [Wed, 10 Jul 2013 13:25:07 +0530] rev 18862
8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false Reviewed-by: hannesw
Tue, 09 Jul 2013 15:56:59 +0200 8020124: In the case of an eval switch, we might need explicit conversions of the tag store, as it was not known in the surrounding environment.
lagergren [Tue, 09 Jul 2013 15:56:59 +0200] rev 18861
8020124: In the case of an eval switch, we might need explicit conversions of the tag store, as it was not known in the surrounding environment. Reviewed-by: sundar, jlaskey
Tue, 09 Jul 2013 17:37:46 +0530 8014785: Ability to extend global instance by binding properties of another object
sundar [Tue, 09 Jul 2013 17:37:46 +0530] rev 18860
8014785: Ability to extend global instance by binding properties of another object Reviewed-by: attila, hannesw, jlaskey, lagergren
Tue, 09 Jul 2013 13:57:24 +0200 8009758: reactivate the 8006529 test.
attila [Tue, 09 Jul 2013 13:57:24 +0200] rev 18859
8009758: reactivate the 8006529 test. Reviewed-by: jlaskey, sundar
Mon, 08 Jul 2013 19:34:55 +0200 8019963: empty char range in regex
hannesw [Mon, 08 Jul 2013 19:34:55 +0200] rev 18858
8019963: empty char range in regex Reviewed-by: jlaskey, sundar
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip