Joseph Provino
f2134af77c
Merge
2015-11-11 23:45:51 +00:00
Chris Hegarty
bdbc4d15df
8140606: Update library code to use internal Unsafe
...
Reviewed-by: alanb, mchung, psandoz, weijun
2015-11-11 09:19:12 +00:00
Sebastian Sickelmann
47ec9819c2
8141662: Javadoc fix. Do not suggest to use new Boolean(true)
...
Javadoc only fix of 5108778 Too many instances of java.lang.Boolean created in Java application for the java/net library
Reviewed-by: wetmore
2015-11-10 21:13:40 +01:00
Nadeesh TV
5541c558b8
8138664: ZonedDateTime parse error for any date using 'GMT0' ZoneID - Java Bug System
...
Reviewed-by: rriggs, scolebourne, sherman
2015-11-10 14:12:53 -05:00
Nadeesh TV
dd0226189c
8066571: UnsupportedTemporalTypeException is thrown not only in the case of unsupported temporal - Java Bug System
...
Reviewed-by: rriggs, scolebourne
2015-11-10 14:11:50 -05:00
Alejandro Murillo
b96356c53b
Merge
2015-11-09 20:37:05 -08:00
Iris Clark
2f8616e7b4
Merge
2015-11-09 10:57:01 -08:00
Phil Race
581b95fee3
Merge
2015-11-09 09:05:20 -08:00
Claes Redestad
ff90534bb5
8141678: sun.invoke.util.Wrapper eagerly initializes all integral type caches
...
Reviewed-by: vlivanov, psandoz, shade, plevart
2015-11-09 17:15:07 +01:00
Claes Redestad
8e73a2915d
8141677: Improve java.lang.invoke.MemberName hashCode implementation
...
Reviewed-by: vlivanov, psandoz, shade
2015-11-09 17:14:05 +01:00
Roger Riggs
fe2786af5f
8138566: (Process) java.lang.Process.allChildren specification clarification
...
8140213: Process/ProcessHandle.onExit() spec need to be improved
8140250: (process) Process.info description is inaccurate
Rename to descendants() and clarify
Reviewed-by: psandoz
2015-11-09 11:02:07 -05:00
Peter Levart
10eb29b33e
8131129: Attempt to define a duplicate BMH$Species class
...
Reviewed-by: mhaupt, redestad, vlivanov
2015-11-09 13:44:58 +01:00
Artem Smotrakov
523fdf9bfb
8140649: imageFile should use delete[] with new[]
...
Reviewed-by: jlaskey
2015-11-09 13:58:10 +03:00
Tagir Valeev
58087e2179
8141630: Specification of Collections.synchronized* need to state traversal constraints
...
Reviewed-by: psandoz
2015-11-09 09:23:49 +01:00
Alejandro Murillo
7bbbc98da3
Merge
2015-11-06 11:11:53 -08:00
Prasanta Sadhukhan
86cf3935f7
7161283: [macosx]filedialog didn't pop up for awt test InvalidParametersNativeTest
...
Reviewed-by: serb, rchamyal
2015-11-06 19:13:16 +03:00
Nils Eliasson
aa89658abd
Merge
2015-11-06 11:34:03 +01:00
Lance Andersen
c00f85ddb1
8141546: Fix javadoc warnings in Connection due to 8136496
...
Reviewed-by: alanb
2015-11-05 14:57:27 -05:00
Jesper Wilhelmsson
3233a95edc
Merge
2015-11-05 20:00:53 +01:00
Claes Redestad
05e8afd0ef
8141536: MethodType field offset calculation could be lazy
...
Reviewed-by: vlivanov
2015-11-05 16:36:55 +01:00
Claes Redestad
6f0997408a
8141539: Avoid calculating string constants in InnerClassLambdaMetaFactory
...
Reviewed-by: vlivanov
2015-11-05 16:29:16 +01:00
Lance Andersen
f10554d7c2
8136496: Add Connection.begin/endRequest
...
Reviewed-by: joehw, rriggs, psandoz
2015-11-05 10:37:08 -05:00
Prasanta Sadhukhan
12667cd360
8020448: Test closed/java/awt/font/JNICheck/JNICheck.sh fails on Solaris 11 since 7 FCS
...
Reviewed-by: azvegint, rchamyal
2015-11-05 14:08:51 +03:00
Alejandro Murillo
20cb4ca730
8139986: Store debug level in java.vm.debug and conditionally print in "java -version"
...
Co-authored-by: Kumar Srinivasan <kumar.x.srinivasan@oracle.com>
Reviewed-by: ihse, dcubed, ksrini, dholmes
2015-11-04 16:02:53 -08:00
Joe Darcy
afaeebc08d
8141359: @Deprecated on packages should be clarified
...
Reviewed-by: rriggs
2015-11-04 09:01:15 -08:00
Paul Sandoz
b6f45b1889
8033148: Lexicographic comparators for arrays
...
Reviewed-by: jrose, chegar, bchristi, mduigou
2015-11-04 16:44:38 +01:00
David Dehaven
4e50c75aa6
Merge
2015-11-03 12:04:12 -08:00
David Dehaven
c0215a77a2
Merge
2015-11-03 09:45:39 -08:00
Magnus Ihse Bursie
4671194aaf
6512052: Remove java-rmi.exe and java-rmi.cgi
...
Reviewed-by: alanb
2015-11-03 16:15:52 +01:00
Prasanta Sadhukhan
a2b313cb84
8139216: Non-ASCII characters in CUPS printer names are not properly displayed
...
Reviewed-by: prr, rchamyal
2015-11-03 14:00:01 +03:00
Tobias Hartmann
4ed5b73f3d
8141132: JEP 254: Compact Strings
...
Adopt a more space-efficient internal representation for strings.
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Co-authored-by: Vivek Deshpande <vivek.r.deshpande@intel.com>
Co-authored-by: Charlie Hunt <charlie.hunt@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Xueming Shen <xueming.shen@oracle.com>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Reviewed-by: alanb, bdelsart, coleenp, iklam, jiangli, jrose, kevinw, naoto, pliden, roland, smarks, twisti
2015-11-03 09:42:11 +01:00
Rajeev Chamyal
e0f0f10478
8138881: Bug in OSInfo.java
...
Reviewed-by: serb, alexsch
2015-11-02 17:52:40 +04:00
Iris Clark
321ddf167f
Merge
2015-11-01 09:49:05 -08:00
Roger Riggs
cdd7249f6e
8139390: Very long classname in jimage causes SIGSEGV
...
Correct issues with ImageNativeSubstrate and JImageReadTest
Reviewed-by: mchung
2015-10-30 11:12:20 -04:00
Andreas Eriksson
165c64ef5f
8074696: Remote debugging session hangs for several minutes when calling findBootType
...
Reviewed-by: sspitsyn, jbachorik
2015-10-30 13:13:13 +01:00
Anton Litvinov
943ce6067c
8132503: [macosx] Chinese full stop symbol cannot be entered with Pinyin IM on OS X
...
Reviewed-by: alexsch, kizune
2015-10-30 13:23:35 +03:00
Jesper Wilhelmsson
a18ce1f7d5
Merge
2015-10-30 00:02:35 +01:00
Phil Race
b83813f43a
8138817: JNI warnings loading fonts on MacOSX
...
Reviewed-by: serb, alexsch
2015-10-29 15:17:57 -07:00
Semyon Sadetsky
b4d43d3a34
8134828: Scrollbar thumb disappears with Nimbus L&F
...
Reviewed-by: alexsch, alexp
2015-10-29 18:43:21 +03:00
Cheleswer Sahu
52458bf82e
8129348: Debugger hangs in trace mode with TRACE_SENDS
...
Reviewed-by: sspitsyn
2015-10-29 05:24:30 -07:00
Peter Levart
78ed4c4c8c
8066644: Fix deprecation warnings in jdk.zipfs module
...
Co-authored-by: Claes Redestad <claes.redestad@gmail.com>
Reviewed-by: sherman, shade
2015-10-28 23:31:01 +01:00
Semyon Sadetsky
4140fd05a4
8130895: Test javax/swing/system/6799345/TestShutdown.java fails on Solaris11 Sparcv9
...
Reviewed-by: alexsch, serb
2015-10-28 13:54:43 +03:00
Omair Majid
57b304c9c4
8140620: Find and load default.sf2 as the default soundbank on Linux
...
Reviewed-by: serb
2015-10-27 15:19:15 -04:00
Brent Christian
084b341c80
8138824: java.lang.String: spec doesn't match impl when ignoring case - equalsIgnoreCase(), regionMatches()
...
Reviewed-by: naoto, rriggs
2015-10-27 09:20:24 -07:00
Chris Hegarty
961f5bb19f
8139891: Prepare Unsafe for true encapsulation
...
Reviewed-by: alanb, dholmes, jrose, psandoz, twisti
2015-10-27 14:19:55 +00:00
Prasanta Sadhukhan
85ba5120dc
8139803: Fix for 8132985 breaks OpenJDK build on windows
...
Reviewed-by: serb, simonis
2015-10-27 14:16:24 +03:00
Vyom Tewari
392da5db2d
8068887: java.lang.Throwable could use Collections.emptyList for suppressedException
...
Java.lang.Throwable could use Collections.emptyList for suppressedException
Reviewed-by: mchung, alanb, shade, redestad
2015-10-27 10:14:36 +05:30
Michael Haupt
43fd9baef4
8136967: revert all changes applied to obtain information about 8131129
...
Reviewed-by: sundar
2015-10-27 09:09:37 +01:00
Claes Redestad
10cd607753
6823565: Excessive use of HandleList class in de-serialization code causes OutOfMemory
...
Reviewed-by: chegar, shade
2015-10-28 12:35:54 +01:00
Iris Clark
b7cb99d927
Merge
2015-10-25 19:16:39 -07:00