6358 Commits

Author SHA1 Message Date
Mandy Chung
4e0a88f82a 8027351: (ref) Private finalize method invoked in preference to protected superclass method
Reviewed-by: alanb, dholmes, mr, plevart, psandoz
2013-11-08 07:53:57 -08:00
Jaroslav Bachorik
f0a88e10f3 8007984: Null pointer dereference in jdk/linux-amd64/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c
Reviewed-by: dholmes
2013-11-08 08:47:39 +01:00
Yong Jeffrey Huang
2f6d30beca 8027695: There should be a space before % sign in Swedish locale
Reviewed-by: naoto
2013-11-07 22:30:06 -08:00
Roger Riggs
8d19ef756e 8024458: DataInput.readDouble refers to "readlong" instead of "readLong"
Fix the typo

Reviewed-by: lancea, chegar, dxu
2013-11-07 20:56:44 -05:00
Joel Borggrén-Franck
7950bec46c 8027796: Refactor Core Reflection for Type Annotations
Reviewed-by: psandoz
2013-11-07 13:33:03 +01:00
Chris Hegarty
dd458ac89c 8027961: Inet[4|6]Address native initializing code should check field/MethodID values
Reviewed-by: michaelm, rriggs
2013-11-07 08:23:00 +00:00
John Rose
8d462795cb 8027232: Update j.l.invoke code generating class files to use ASM enhancements for invocation of non-abstract methods on ifaces
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: ksrini, rfield
2013-11-06 11:31:49 -08:00
Eric Bruneton
23d71ee6ee 8027227: [asm] generate CONSTANT_InterfaceMethodref for invoke{special/static) of non-abstract methods on ifaces
Co-authored-by: Remi Forax <forax@univ-mlv.fr>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: ksrini, lagergren
2013-11-06 11:22:15 -08:00
Anthony Juckel
5eb7e21cc9 8025698: (fs) Typo in exception thrown by encode() in UnixPath.java
Reviewed-by: dxu, mduigou, henryjen, weijun
2013-11-06 13:25:24 -08:00
Robert Field
ee1006e3bd 7194897: JSR 292: Cannot create more than 16 instances of an anonymous class
8027681: Lambda serialization fails once reflection proxy generation kicks in

Co-authored-by: Joel Borggren-Franck <joel.franck@oracle.com>
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: ksrini, briangoetz, jfranck
2013-11-04 10:12:18 -08:00
Michael McMahon
2d8325d244 8027687: The constructors of URLPermission class do not behave as described in javad
Reviewed-by: chegar, mduigou
2013-11-04 17:47:59 +00:00
David Holmes
c43c119a47 8027755: Anti-delta incorrect push for 8025198
Reviewed-by: alanb
2013-11-04 07:39:48 -05:00
Tristan Yan
bd40c9b63d 8025198: Intermittent test failure: java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java
Reviewed-by: martin, dholmes
2013-11-04 06:58:30 -05:00
Sergey Kuksenko
bb01d169de 8024635: Caching MethodType's descriptor string improves lambda linkage performance
Better interpreted and compiled performance of operations in MethodType important to LambdaMetafactory.

Reviewed-by: jrose, twisti, mchung
2013-11-02 20:08:10 -07:00
Sergey Kuksenko
e95f428581 8024633: Lambda linkage performance - initialize generated class earlier
Reviewed-by: briangoetz, rfield
2013-10-29 12:45:18 -04:00
Sergey Kuksenko
7055290bbe 8024637: Lambda linkage performance - use reflection instead of ASM to manipulate parameter types
8023984: Lambda linkage performance - use a method ref to a static factory instead of a ctor ref

Reviewed-by: briangoetz, rfield
2013-10-31 10:37:08 -04:00
Paul Sandoz
894f3788d3 8027316: Distinct operation on an unordered stream should not be a barrier
Reviewed-by: henryjen, mduigou, briangoetz
2013-10-31 11:59:04 +01:00
Stuart Marks
b36c00fe92 8023863: deprecate support for statically-generated stubs from RMI (JRMP)
4449028: exportObject() javadoc should specify behavior for null socket factories

Reviewed-by: dfuchs, darcy
2013-10-30 18:39:09 -07:00
Dmitry Nadezhin
9e7ba92bff 6910473: java.math.BigInteger.bitLength() may return negative "int" on large numbers
8021203: BigInteger.doubleValue/floatValue returns 0.0 instead of Infinity
8021204: Constructor BigInteger(String val, int radix) doesn't detect overflow
8022780: Incorrect BigInteger division because of MutableBigInteger.bitLength() overflow

Prevent construction of overflowed BigIntegers.

Reviewed-by: bpb, darcy, psandoz
2013-10-30 17:45:12 -07:00
Joe Darcy
5f3b001859 8005294: Consider default methods for additions to AnnotatedElement
Reviewed-by: jfranck, plevart, mchung, abuckley, sogoel
2013-10-30 17:27:25 -07:00
Brian Goetz
aee0b5cf88 8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas
Reviewed-by: rfield, psandoz
2013-10-29 12:31:27 -04:00
Lana Steuck
f3160929ea Merge 2013-10-30 13:51:07 -07:00
Michael McMahon
9031374301 Merge 2013-10-30 18:38:20 +00:00
Michael McMahon
76f1c66ad5 8027570: NullPointerException in URLPermission.hashCode()
Reviewed-by: chegar
2013-10-30 18:37:50 +00:00
Michael Fang
fed302b41d 6931564: Incorrect display name of Locale for south africa
Reviewed-by: yhuang
2013-10-30 09:37:12 -07:00
Michael Fang
839d5ec95d 6192407: s10_70, ko, s1/dvd, minor misspelling under "Select Software Localizations"
Reviewed-by: yhuang
2013-10-30 09:33:23 -07:00
Chris Hegarty
e2589e385e 8026880: NetworkInterface native initializing code should check fieldID values
Reviewed-by: alanb
2013-10-30 14:41:42 +00:00
Michael Fang
f5a1c27354 8025521: [de] mnemonic conflict in FileChooser for GTK Style feel&look
Reviewed-by: naoto
2013-10-29 16:59:11 -07:00
Michael Fang
a8e91d1e4d 8008647: [es] minor cosmetic issues in translated java command line outputs
Reviewed-by: naoto
2013-10-29 15:31:07 -07:00
Michael Fang
534228451b 8025646: [pt_BR] overtranslation of option in java command line output
Reviewed-by: naoto, yhuang
2013-10-29 11:34:30 -07:00
Michael Fang
c72ee25514 8008437: [sv] over-translation in java command line outputs
Reviewed-by: okutsu, yhuang
2013-10-29 11:29:57 -07:00
Michael Fang
0c3cb17b82 8026108: [it, ja, zh_CN] wrong translation in jar example
Reviewed-by: okutsu, yhuang
2013-10-29 11:27:55 -07:00
David Dehaven
6c747ded77 8025673: [macosx] Disable X11 AWT toolkit
Disable but not completely remove the XAWT and headless toolkits on Mac OS X

Reviewed-by: anthony, art, ihse, erikj
2013-10-24 20:47:41 -04:00
David Dehaven
93e44cac1e 8016096: [macosx] jawt_md.h shipped with jdk is outdated
Revised build system and added platform specific headers for Mac OS X

Reviewed-by: anthony, art, ihse, erikj
2013-10-24 20:46:23 -04:00
Daniel Fuchs
482f3cc1b9 8026863: regression in anonymous Logger.setParent method
Restore behaviour of setParent in anonymous logger and clarifies the spec with respect to security permissions.

Reviewed-by: mchung, prr
2013-10-28 10:52:07 +01:00
Stuart Marks
2a5882abfe 5063500: Formatter spec says "char" is not an integral type
7126305: Wrong Unicode value specified for format conversion character 'd'
8027287: incorrect example in Formatter javadoc

Reviewed-by: rriggs, darcy, lancea
2013-10-25 14:53:34 -07:00
Leif Samuelsson
47f35a5166 8026929: remove accelerators from policytool resources
Reviewed-by: alexp, weijun
2013-10-25 08:38:20 +08:00
Xueming Shen
a06b63065d 8025003: Base64 should be less strict with padding
Updated spec and implementation of mime decoder to be lenient for padding

Reviewed-by: alanb
2013-10-24 11:12:59 -07:00
Christian Thalinger
1ac0200394 8026502: java/lang/invoke/MethodHandleConstants.java fails on all platforms
Reviewed-by: iveresov, jrose
2013-10-24 10:52:15 -07:00
Joel Borggrén-Franck
be2d6e6535 8023651: j.l.r.Constructor.getAnnotatedReceiverType() and j.l.r.Constructor.getAnnotatedReturnType() for inner classes return incorrect result
Reviewed-by: darcy
2013-10-24 19:04:27 +02:00
Dan Smith
85dad521d9 8019646: Clarify javadoc contract of LambdaMetafactory
Reviewed-by: briangoetz, rfield
2013-10-24 13:06:05 -04:00
Stuart Marks
2e342ed968 8023862: deprecate HTTP proxying from RMI
Reviewed-by: mchung
2013-10-24 10:13:39 -07:00
Andreas Lundblad
5db9cc7bed 8027170: Annotations declared on super-super-class should be overridden by super-class
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: jfranck
2013-10-24 18:52:13 +02:00
Ivan Gerasimov
f14e06950e 8024521: (process) Async close issues with Process InputStream
Reviewed-by: psandoz, martin, alanb, robm
2013-10-23 15:37:40 +04:00
Alan Bateman
e1c6970bd6 8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: rriggs, psandoz, chegar
2013-10-24 13:24:32 +01:00
Leif Samuelsson
a25177c60e 7025699: Policy Tool is not accessible by keyboard
Reviewed-by: alexp, weijun
2013-10-18 08:57:52 +08:00
Lana Steuck
b57d193ddd Merge 2013-10-17 15:53:27 -07:00
Brian Burkhalter
670a226fcc 8026832: Clean up straggling doclint warnings in java.math
Fix empty paragraph tag warnings.

Reviewed-by: lancea
2013-10-17 15:05:18 -07:00
Lana Steuck
73a4cab3fb Merge 2013-10-17 15:04:55 -07:00
Doug Lea
3f1d887049 8004138: ForkJoinTask leaks exceptions
Reviewed-by: chegar, mduigou, psandoz, martin
2013-10-17 12:43:32 -07:00