17430 Commits

Author SHA1 Message Date
Sergey Bylokhov
edb00726d3 8177628: Opensource unit/regression tests for ImageIO
Reviewed-by: prr, pnarayanan
2017-05-22 19:54:23 -07:00
Mandy Chung
20eec3c5a8 8180717: Upgrade the docs bundle index page
Reviewed-by: jjg, ihse
2017-05-22 11:08:26 -07:00
Phil Race
b25abf8381 Merge 2017-05-22 09:34:38 -07:00
Michael McMahon
92ce207628 8180498: Remove httpclient internal APIs which supply ByteBuffers to read calls
Reviewed-by: chegar, dfuchs
2017-05-22 17:31:07 +01:00
Phil Race
a89cb1d937 Merge 2017-05-22 08:54:59 -07:00
Prasanta Sadhukhan
1dafe67147 7042497: javax.swing.JOptionPane.showInternalConfirmDialog throws RuntimeException
Reviewed-by: ssadetsky, aniyogi
2017-05-22 11:21:49 +05:30
Thomas Stuefe
448c3c6d9a 8180424: Another build issue on AIX after 8034174
Reviewed-by: clanger, vtewari
2017-05-21 10:52:36 +02:00
Phil Race
de926ebe30 8177393: Result of RescaleOp for 4BYTE_ABGR images may be 25% black
Reviewed-by: flar, psadhukhan
2017-05-19 14:57:51 -07:00
Stuart Marks
1f7ff46a20 8177788: migrate collections technotes/guides into java/util/doc-files
Reviewed-by: mchung, bchristi, martin
2017-05-19 14:46:50 -07:00
Poonam Bajaj
b03f8e06b7 8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
Clear the pending OOM exception in SensorInfo::trigger()

Reviewed-by: mchung, dcubed
2017-06-16 22:10:20 +00:00
Kumar Srinivasan
475ca58282 8182185: Add Copyright notices to pack 200 spec
Reviewed-by: mchung
2017-06-15 14:27:19 -07:00
Andy Herrick
8e59f6b065 8181821: Broken link in javadoc for JSObject.getWindow
Reviewed-by: mchung
2017-06-15 15:03:54 -04:00
Mandy Chung
69871a3fa4 8182032: Make java.compiler upgradeable
Reviewed-by: alanb, erikj
2017-06-15 11:54:49 -07:00
Lana Steuck
63904e1e13 Merge 2017-06-15 17:43:21 +00:00
Lance Andersen
e5b666c845 8181832: Broken link in javax/sql/rowset/spi/package-summary.html
Reviewed-by: alanb, mchung
2017-06-14 12:46:38 -04:00
Mandy Chung
3dbda35ef5 8182137: Missing permissions in deprivileged java.xml.bind and java.xml.ws modules
Reviewed-by: alanb, mullan
2017-06-14 09:21:28 -07:00
Brian Burkhalter
215cc9e642 6791812: (file spec) Incompatible File.lastModified() and setLastModified() for negative time
Amend verbiage describing return value to explain negative values.

Reviewed-by: rriggs, smarks
2017-06-13 13:43:37 -07:00
Mandy Chung
64e3217534 8182029: Make the top-level docs index.html to a HTML-level redirect to the API overview page
Reviewed-by: alanb, erikj, ihse
2017-06-13 10:44:18 -07:00
Doug Lea
a981ce3262 8181104: Fix specs for updateAndGet and related methods
Reviewed-by: martin, psandoz, dholmes, chegar
2017-06-13 09:13:28 -07:00
Vinnie Ryan
296439bb2c 8181978: Keystore probing mechanism fails for large PKCS12 keystores
Reviewed-by: mullan
2017-06-13 13:31:32 +01:00
Paul Sandoz
480850fd2f 8181442: Deprecate sun.misc.Unsafe.defineClass
Reviewed-by: shade, mchung
2017-06-12 14:30:40 -07:00
Igor Ignatyev
f8c5d25081 8180644: move jdk.testlibrary.NetworkConfiguration to the top level test library
Reviewed-by: duke
2017-05-19 13:33:47 -07:00
Brent Christian
3e4d9a5132 8180633: Remove intermittent key from java/lang/ClassLoader/Assert.java
Reviewed-by: darcy, mchung
2017-05-19 09:41:28 -07:00
Lana Steuck
cc347a7a7c Merge 2017-05-19 16:34:37 +00:00
Semyon Sadetsky
ade585e174 8132299: Shift + Mouse wheel ScrollPane horizontal scrolling doesn't work on Linux but works on Mac
Reviewed-by: arapte, azvegint
2017-05-19 07:25:48 -07:00
Semyon Sadetsky
ed2434de14 8179665: [Windows] java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
Reviewed-by: prr, serb
2017-05-19 07:06:28 -07:00
Nishit Jain
365839bc1d 6609740: [Fmt-De] format error in DecimalFormat
Reviewed-by: naoto
2017-05-19 11:06:57 +05:30
Lana Steuck
40ed54262c Merge 2017-05-19 04:17:50 +00:00
Igor Ignatyev
bf025a7c01 8180621: remove jdk.testlibrary.management.InputArguments
Reviewed-by: mchung
2017-05-18 17:07:36 -07:00
Igor Ignatyev
735d9b2c36 8180397: remove jdk.testlibrary.IOUtils
Reviewed-by: alanb
2017-05-18 15:51:25 -07:00
Igor Ignatyev
eed4c8949e 8180391: move SerializationUtils to top level testlibrary
Reviewed-by: psandoz
2017-05-18 15:43:44 -07:00
Brian Burkhalter
c7bb91a8f4 8177809: File.lastModified() is losing milliseconds (always ends in 000)
Use higher precision time values where available.

Reviewed-by: bchristi, rriggs
2017-05-18 12:53:19 -07:00
Igor Ignatyev
f1d17f5366 Merge 2017-05-18 18:14:07 +00:00
Brian Burkhalter
08ce8454f6 8180519: Windows FILETIME should be converted to and from ULARGE_INTEGER not LARGE_INTEGER
Change LARGE_INTEGER to ULARGE_INTEGER for FILETIMEs used with the GetFileTime() and SetFileTime() functions.

Reviewed-by: rriggs
2017-05-18 10:22:55 -07:00
Igor Ignatyev
2c90120810 8180395: move FilterClassLoader and ParentLastURLClassLoader to top level testlibrary
Reviewed-by: psandoz
2017-05-18 10:22:20 -07:00
Lana Steuck
2d60121d59 Merge 2017-05-18 16:48:37 +00:00
Lana Steuck
335eb16c08 Added tag jdk-9+170 for changeset be2c212f16dd 2017-05-18 14:54:54 +00:00
Magnus Ihse Bursie
e9c673ae1c 8180486: extLink taglet needs escaped "&"
Reviewed-by: dholmes
2017-05-18 12:00:46 +02:00
Magnus Ihse Bursie
c46c14c39b 8180426: Use standard css file for new docs bundle index.html page
Reviewed-by: mchung, erikj
2017-05-18 09:23:44 +02:00
Henry Jen
ca94b73222 8180447: Trailing space in JDK_JAVA_OPTIONS causes an application fail to launch
Reviewed-by: alanb, mchung, ksrini
2017-05-17 16:26:23 -07:00
Brian Burkhalter
374e7bae7a 7086489: File.lastModified should accuracy as well as resolution
Add an @apiNote indicating that the last-modified time might be of coarser than millisecond granularity.

Reviewed-by: smarks
2017-05-17 14:29:26 -07:00
Laurent Bourgès
80581a0c13 8180055: Upgrade the Marlin renderer in Java2D
Added the double-precision variant + MarlinFX backports + Improved MarlinTileGenerator + higher precision of the cubic / quadratic curve

Reviewed-by: flar, pnarayanan
2017-05-17 22:05:11 +02:00
Phil Race
7eb1822889 Merge 2017-05-17 11:01:09 -07:00
Sean Mullan
a99fc645d6 8180307: Update JDK 9 Required Cipher Algorithms
Reviewed-by: valeriep
2017-05-17 08:51:46 -04:00
Joe Darcy
4dbd43322d 8180452: Mark ClipCloseLoss.java as failing intermittently
Reviewed-by: serb
2017-05-16 18:23:21 -07:00
Brian Burkhalter
3080f4509d 8180431: Remove intermittent keyword from some no longer failing NIO tests
Remove "intermittent" keyword from @key tag,

Reviewed-by: alanb
2017-05-16 14:11:48 -07:00
Kumar Srinivasan
b0e4f83d40 8180202: -XXaltjvm is not working anymore on MacOSX
Reviewed-by: dholmes
2017-05-16 07:17:08 -07:00
Roger Riggs
27770e6af7 8180319: Update Serialization spec to omit obsolete serialver -show and change history
Reviewed-by: chegar
2017-05-16 09:42:38 -04:00
Matthias Baesken
3237d00f72 8180413: avoid accessing NULL in jdk.jdwp.agent
Reviewed-by: clanger, dsamersoff, sspitsyn
2017-05-16 10:52:30 +02:00
Sharath Ballal
c40c538ac6 6760477: Update SA to include stack traces in the heap dump
Update SA to include HPROF_TRACE and HPROF_FRAME records in the heap dump

Reviewed-by: dsamersoff
2017-06-02 12:31:28 +05:30