Athijegannathan Sundararajan
e40b456a27
8005848: assigning to global toString variable affects Object.prototype.toString
...
Reviewed-by: jlaskey, lagergren
2013-01-08 21:16:07 +05:30
Marcus Lagergren
dd47345d51
8005842: Loops in ASTWriter. Corrected @Reference and @Ignore node annotation for IR nodes
...
Reviewed-by: hannesw, sundar
2013-01-08 15:20:40 +01:00
Vicente Romero
9d4f6a0ebe
8005167: execution time of combo tests in javac should be improved
...
Reviewed-by: jjg, jjh
2013-01-08 13:47:57 +00:00
Attila Szegedi
df21b0860f
8005801: Refactor findSetMethod
...
FindSetMethod() was a very large single method, very unreadable and unmaintainable. It was broken into easy-to-understand pieces. The refactoring required introduction of a comand-object like entity, SetMethodCreator, to contain the nontrivial transient state of the algorithm that made the original big method so resistant to refactoring in the first place.
Reviewed-by: lagergren, sundar
2013-01-08 14:14:17 +01:00
Attila Szegedi
3cb7831567
8005846: Remove Mangler in favor of Dynalink's NameCodec
...
Reviewed-by: jlaskey, sundar
2013-01-08 13:50:11 +01:00
Marcus Lagergren
eb0f10508f
8005843: refSymbols lookup of unbound variable could cause NullPointerException in Lower
...
Reviewed-by: hannesw, attila
2013-01-08 10:52:11 +01:00
Athijegannathan Sundararajan
d8e79f1ce1
8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
...
Reviewed-by: lagergren, hannesw
2013-01-08 15:02:36 +05:30
Maurizio Cimadamore
5ee942d5a8
8005184: Restructure DeferredAttr to allow pluggable deferred type completers
...
Add hooks to generalize deferred type completion via custom helper objects
Reviewed-by: jjg
2013-01-08 10:17:29 +01:00
Maurizio Cimadamore
c932023b04
8005179: Cleanup Resolve.AmbiguityError
...
Linearize nested ambiguity errors
Reviewed-by: jjg
2013-01-08 10:16:26 +01:00
Maurizio Cimadamore
159b251085
8005243: Restructure method check code to allow pluggable checkers
...
Add interface to perform a method check - to be implemented by helper classes
Reviewed-by: jjg
2013-01-08 10:15:30 +01:00
Marcus Lagergren
51ceb76240
8005788: Loggers and their corresponding system properties not working correctly
...
1-1 mapping now maintained. Used Context err instead of System.err in several places (after bootstrapping Context). Problematic closing of err stream replaced by @SuppressWarnings("resource")
Reviewed-by: jlaskey, sundar
2013-01-08 09:59:28 +01:00
Weijun Wang
d9c892c9fd
8005447: default principal should act as anyone
...
Reviewed-by: valeriep
2013-01-08 14:54:56 +08:00
Athijegannathan Sundararajan
b501e8fdc4
8005782: get rid of javadoc errors, warnings in nashorn build
...
Reviewed-by: lagergren
2013-01-08 08:51:00 +05:30
Stuart Marks
f660de4e1e
7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently
...
Tighten up JavaVM test library API, and adjust tests to match.
Reviewed-by: mchung, dmocek
2013-01-07 18:09:07 -08:00
Valerie Peng
2edaf46a3d
Merge
2013-01-07 14:40:07 -08:00
Morris Meyer
b3fe91a803
8004537: replace AbstractAssembler emit_long with emit_int32
...
Reviewed-by: jrose, kvn, twisti
2013-01-07 14:08:28 -08:00
Tim Bell
cd3ceb4771
8005442: autogen.sh sets DATE_WHEN_GENERATED to empty string on Solaris version 11 or later
...
Reviewed-by: ohair
2013-01-07 14:01:09 -08:00
Brent Christian
b21bc8e16d
8003228: (props) sun.jnu.encoding should be set to UTF-8 [macosx]
...
Hard-code sun.jnu.encoding to UTF-8 on Mac
Reviewed-by: naoto
2013-01-07 13:19:03 -08:00
Harold Seigel
89e575df23
8003705: CDS failed on Windows: can not map in the CDS
...
Map memory only once to prevent 'already mapped' failures.
Reviewed-by: acorn, zgu
2013-01-07 15:32:51 -05:00
Valerie Peng
96c5499439
6996769: support AEAD cipher
...
Added implementation for GCM mode under AES cipher
Reviewed-by: weijun
2013-01-07 11:11:54 -08:00
Petr Hejl
569e8ef170
8005703: Offsets miscalculated for blocks
...
Reviewed-by: lagergren
2013-01-07 14:41:16 -04:00
Marcus Lagergren
24e583d55f
8005789: Forgot to document -Dnashorn.unstable.relink.threshold
...
Added documentation to DEVELOPER_README, fixed code convention warnings
Reviewed-by: attila
2013-01-07 19:31:36 +01:00
David Dehaven
1381be8b23
8004547: Extend JavaFX launcher support to allow full JavaFX launch feature set
...
Reviewed-by: mchung, kcr, ksrini
2013-01-07 09:58:48 -08:00
Jim Holmlund
259f5d7cc8
8005647: langtools/test/tools/javap/MethodParameters.java fails on windows
...
Fix javap to not output \r\r\n
Reviewed-by: jjg
2013-01-07 17:51:05 +00:00
Chris Hegarty
f4c27e0ba1
8005709: Add at since tags to new FJP getCommonPoolParallelism and commonPool
...
Reviewed-by: dl
2013-01-05 17:06:54 +00:00
Bhavesh Patel
d0ff55ec00
8005092: javadoc should check for synthesized bit on an annotation
...
Reviewed-by: jjg
2013-01-05 00:55:53 -08:00
Bhavesh Patel
1dbfb160ba
8004891: Check for abstract method in javadoc does not conform to the language model
...
Reviewed-by: jjg
2013-01-04 23:06:05 -08:00
Kelly O'Hair
ec348edbe6
8004229: build-infra: Umbrella for switch of default "make" to new makefiles
...
Reviewed-by: erikj, tbell
2013-01-04 21:04:03 -08:00
Jon Masamitsu
7fb60025ee
8005672: Clean up some changes to GC logging with GCCause's
...
Reviewed-by: johnc, ysr
2013-01-04 17:04:46 -08:00
Jon Masamitsu
cca092892b
8000325: Change default for CMSClassUnloadingEnabled to true
...
Reviewed-by: stefank, ysr
2013-01-04 17:04:25 -08:00
Amy Lu
6ae79cff82
8005683: ProblemList.txt updates (01/2013)
...
Reviewed-by: mchung, alanb
2013-01-04 16:10:14 -08:00
Erik Joelsson
02d2100562
8005723: build-infra: in new infra build, sec-windows-bin-zip and jgss-windows-*-bin.zip are missing
...
Reviewed-by: tbell
2013-01-04 22:43:32 +01:00
Erik Joelsson
174782e022
8005723: build-infra: in new infra build, sec-windows-bin-zip and jgss-windows-*-bin.zip are missing
...
Reviewed-by: tbell
2013-01-04 22:43:13 +01:00
Bengt Rutisson
2574114b01
8003822: Deprecate the incremental mode of CMS
...
Reviewed-by: johnc, jwilhelm
2013-01-04 21:33:22 +01:00
Christopher Gruszka
7695a75883
Merge
2013-01-04 13:11:42 -05:00
Erik Joelsson
a4434fe7db
8005654: build-infra: Create sec-bin.zip
...
Reviewed-by: tbell
2013-01-04 17:09:10 +01:00
Erik Joelsson
e92b3e716e
8005654: build-infra: Create sec-bin.zip
...
Reviewed-by: tbell
2013-01-04 17:08:33 +01:00
Erik Joelsson
260c554c06
8005597: build-infra: bridgeBuild broken for pure openjdk build
...
Reviewed-by: tbell
2013-01-04 17:05:13 +01:00
Erik Joelsson
839f973de6
8005692: build-infra: Target "all" should do the right thing
...
Reviewed-by: tbell
2013-01-04 16:56:37 +01:00
Erik Joelsson
df61de8df2
8005694: build-infra: Cleanup of misc changes in build-infra
...
Reviewed-by: tbell
2013-01-04 16:54:41 +01:00
James Laskey
311f43d5a6
8005663: Update copyright year to 2013
...
Reviewed-by: sundar
2013-01-04 09:58:33 -04:00
James Laskey
33e2b39ed3
8005665: JavaDoc should only display public interfaces
...
Reviewed-by: sundar
2013-01-04 09:58:30 -04:00
James Laskey
440f8df1ec
8005666: Add webrev to .hgignore
...
Reviewed-by: sundar
2013-01-04 09:58:26 -04:00
Chris Hegarty
c994d9bc0e
8005638: Less secure Authentication schemes should work when more secure schemes are not available
...
Reviewed-by: alanb
2013-01-04 11:34:17 +00:00
Chris Hegarty
6061c09cab
8005659: Add tools/pack200/AttributeTests.java to exclude list (ProblemList.txt) until pack200 updated to support method parameters
...
Reviewed-by: mchung, ksrini
2013-01-04 11:18:00 +00:00
Erik Joelsson
c7144600bf
8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build
...
Reviewed-by: ohair
2013-01-04 11:31:32 +01:00
Erik Joelsson
24f8d04828
8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build
...
Reviewed-by: ohair
2013-01-04 11:31:16 +01:00
Erik Joelsson
a393578bcc
8005575: build-infra: Three JCK tests fails on Solaris with new RE Autoconf-Based build
...
Reviewed-by: ohair
2013-01-04 11:31:00 +01:00
Bengt Rutisson
2cd5c87cb9
8003820: Deprecate untested and rarely used GC combinations
...
Log warning messages for DefNew+CMS and ParNew+SerialOld
Reviewed-by: ysr, jwilhelm, jcoomes
2013-01-04 11:10:17 +01:00
Vladimir Kozlov
7b9133b99c
8005544: Use 256bit YMM registers in arraycopy stubs on x86
...
Use YMM registers in arraycopy and array_fill stubs.
Reviewed-by: roland, twisti
2013-01-03 16:30:47 -08:00