valeriep [Mon, 20 Oct 2014 21:12:34 +0000] rev 27134
8046002: Move Ucrypto to the open jdk repo
Summary: Move Ucrypto related sources, tests to openJDK
Reviewed-by: alanb, mchung
erikj [Fri, 17 Oct 2014 10:13:20 +0200] rev 27133
8061301: Fix typo when translating characters in $USER
Reviewed-by: erikj
Contributed-by: sgehwolf@redhat.com
katleman [Thu, 23 Oct 2014 11:19:02 -0700] rev 27132
Added tag jdk9-b36 for changeset c8713652410a
duke [Wed, 05 Jul 2017 20:04:47 +0200] rev 27131
Added tag jdk9-b36 for changeset 41df50e7303d
duke [Wed, 05 Jul 2017 20:04:46 +0200] rev 27130
Merge
duke [Wed, 05 Jul 2017 20:04:43 +0200] rev 27129
Merge
lana [Thu, 16 Oct 2014 14:55:17 -0700] rev 27128
Merge
lana [Thu, 16 Oct 2014 14:15:23 -0700] rev 27127
Merge
jjg [Thu, 16 Oct 2014 14:31:37 -0700] rev 27126
8040131: Implement classfile test for LineNumberTable attribute.
Reviewed-by: jjg, shurailine
mcimadamore [Tue, 14 Oct 2014 12:01:05 +0100] rev 27125
8058511: StackOverflowError at com.sun.tools.javac.code.Types.lub
Summary: Lub crashes when handling typevar with array bound
Reviewed-by: vromero, dlsmith
mcimadamore [Tue, 14 Oct 2014 12:00:39 +0100] rev 27124
8058199: Code generation problem with javac skipping a checkcast instruction
Summary: TransTypes sometimes ignores inferred signatures when emitting synthetic casts
Reviewed-by: vromero
pgovereau [Mon, 13 Oct 2014 17:09:12 -0400] rev 27123
8060249: Backout fix for JDK-8058243
Reviewed-by: vromero
pgovereau [Mon, 13 Oct 2014 12:12:06 -0400] rev 27122
8060234: Fix push for JDK-8058243
Reviewed-by: jjg, vromero
jlahoda [Mon, 13 Oct 2014 17:22:47 +0200] rev 27121
8054956: Javac reports wrong error offset for unknown identifier of annotation element/value pair
Summary: When reporting an error about unresolvable annotation attribute, use the position of the explicit left-hand-side of the assignment if available, otherwise use the position of the right-hand-side.
Reviewed-by: jfranck
pgovereau [Mon, 13 Oct 2014 11:21:51 -0400] rev 27120
8058243: Reduce size of bytecode for large switch statements
Reviewed-by: jjg, vromero