Dmitry Cherepanov
9fb2a2c094
Merge
2015-07-29 09:47:54 +04:00
Sergey Bylokhov
5e745d9ef1
8013586: audioInputStream.close() does not release the resource
...
8130305: AudioSystem behavior depends on order that providers are located
Reviewed-by: prr, amenkov
2015-07-28 22:31:54 +03:00
Semyon Sadetsky
7ecc241629
8130735: javax.swing.TimerQueue: timer fires late when another timer starts
...
Reviewed-by: alexsch, serb, azvegint
2015-07-28 20:59:26 +03:00
Semyon Sadetsky
17903d1583
8025815: Child FileDialog of modal dialog does not get focus on Gnome
...
Reviewed-by: azvegint, serb
2015-07-28 20:55:45 +03:00
Semyon Sadetsky
c25b61dc1d
8130769: The new menu can't be shown on the menubar after clicking the "Add" button
...
Reviewed-by: alexsch, serb, azvegint
2015-07-28 20:39:43 +03:00
Zoltan Majo
422cd18f23
8130832: Extend the WhiteBox API to provide information about the availability of compiler intrinsics
...
Add a new method, sun.hotspot.WhiteBox.isIntrinsicAvailable, that can be used to determine if an intrinsic is available.
Reviewed-by: kvn, jrose
2015-07-28 19:20:42 +02:00
Zoltan Majo
b22c47c39c
8130832: Extend the WhiteBox API to provide information about the availability of compiler intrinsics
...
Add a new method, sun.hotspot.WhiteBox.isIntrinsicAvailable, that can be used to determine if an intrinsic is available.
Reviewed-by: kvn, jrose
2015-07-28 19:20:33 +02:00
Sergey Bylokhov
b505b0e570
8132355: Incorrect guard block in HPkeysym.h, awt_Event.h
...
Reviewed-by: ant, azvegint
2015-07-28 18:14:57 +03:00
Jan Lahoda
8d3026508a
8130826: test writes file in test source directory
...
Setting an explicit output directory for ToolBox.JavacTask in PlatformProviderTest.
Reviewed-by: jjg
2015-07-28 17:01:45 +02:00
Olivier Lagneau
57ca07fad6
8131783: Put LowMemoryTest.java in quarantine
...
Add LowMemoryTest.java to ProblemList.txt
Reviewed-by: sspitsyn, jbachorik
2015-07-28 15:07:09 +02:00
Daniel Fuchs
6e586e8a3b
8132256: jaxp: Investigate removal of com/sun/org/apache/bcel/internal/util/ClassPath.java
...
Com/sun/org/apache/bcel/internal/util/ClassPath.java removed
Reviewed-by: joehw
2015-07-28 11:30:55 +02:00
Athijegannathan Sundararajan
d2fdc74755
8132092: Nashorn copyright has to be updated
...
Reviewed-by: jlaskey, hannesw, mhaupt
2015-07-28 14:52:34 +05:30
Joe Darcy
1570c5e78d
8122944: perfdata used is seen as too high on sparc zone with jdk1.9 and causes a test failure
...
Reviewed-by: dholmes
2015-07-27 18:51:29 -07:00
Michael Fang
9a7441f204
8131105: Header Template for nroff man pages *.1 files contains errors
...
Reviewed-by: katleman
2015-07-27 16:49:10 -07:00
Sangheon Kim
a13fe250b0
8130459: Add additional validation after heap creation
...
Some PLAB related flags' validation can happen after heap creation. Introduced additional stage of validation check.
Reviewed-by: coleenp, dholmes, kbarrett, gziemski, ecaspole, ddmitriev
2015-07-27 13:56:26 -07:00
Kim Barrett
093ee9b659
8079082: VerifyNoCSetOopsClosure is derived twice from Closure
...
Change closure to a function object and update iteration
Reviewed-by: mgerdin, ecaspole
2015-07-27 14:05:55 -04:00
Volker Simonis
29a79fc1a3
8132374: AIX: fix value of os.version property
...
Reviewed-by: alanb, rriggs
2015-07-27 19:50:14 +02:00
Michail Chernov
5ab1b7ce9d
8131343: Remove unused imports from hotspot/test/testlibrary/jdk/test/lib/*.java
...
Reviewed-by: dfazunen, tschatzl
2015-07-27 18:23:35 +03:00
Michael Haupt
f123b5dde0
8132305: fix incorrect title assignment in Nashorn JavaFX samples
...
Reviewed-by: attila, sundar
2015-07-27 09:42:09 +02:00
Artem Smotrakov
b6bee08125
8048596: Tests for AEAD ciphers
...
Reviewed-by: valeriep
2015-07-25 08:50:45 +03:00
Kim Barrett
83f63bf5bb
Merge
2015-07-25 02:22:32 +02:00
Vicente Romero
c84e2e30f2
8132215: class InferenceContext should live in a separate file
...
Reviewed-by: mcimadamore, jlahoda
2015-07-24 15:36:45 -07:00
Jaroslav Bachorik
386e0c6841
Merge
2015-07-25 00:36:45 +02:00
Steve Drach
81705a9e0c
8062849: Optimize EnumMap.equals
...
In the equals method, if the two EnumMaps are a different size return false since they can't be equal.
Reviewed-by: martin, bchristi, rriggs, psandoz
2015-07-24 15:33:13 -07:00
Peter Brunet
d02dfb7a3a
8077707: jdk9 b58 cannot run any graphical application on Win 8 with JAWS running
...
Change dialog proc wparam type from UINT to WPARAM, lparam type from LONG to LPARAM
Reviewed-by: serb, alexsch, van
2015-07-24 13:58:44 -05:00
Brian Burkhalter
7cd090f230
8065556: (bf) Buffer.position and other methods should include detail in IAE
...
Add messages to IAEs which have none.
Reviewed-by: alanb
2015-07-24 11:52:30 -07:00
Jaroslav Bachorik
cac68725c7
Merge
2015-07-24 20:45:07 +02:00
Jean-Francois Denise
8f15d5a0c2
8132335: jimage tool extract and recreate options are not consistent
...
Incorrect fileName formatting. Replaced with getFileName() + removal of .jimage extension.
Reviewed-by: jlaskey
2015-07-24 18:57:04 +02:00
Phil Race
e6430f2674
8103675: Better Binary searches
...
Reviewed-by: srl, serb, mschoene
2015-07-24 09:44:32 -07:00
Vinnie Ryan
86c8964df3
8131291: Perfect parameter patterning
...
Reviewed-by: mullan
2015-07-24 16:47:15 +01:00
Eric Caspole
cf7ea2f64e
8132148: G1 hs_err region dump legend out of sync with region values
...
Use E for Eden, S for Survivor, O for Old
Reviewed-by: tschatzl, tbenson
2015-07-24 10:32:00 -04:00
Katja Kantserova
2df4f67054
8062938: sun/jvmstat/monitor/MonitoredVm/CR6672135.java: java.lang.IllegalArgumentException: Could not map vmid to user name
...
Reviewed-by: jbachorik
2015-07-24 15:28:59 +02:00
Jaroslav Bachorik
aa572f2749
Merge
2015-07-24 20:45:30 +02:00
Harold Seigel
4496a599b2
8081695: Old verifier fails to reject bad access to protected <init> method
...
Remove the class file version check that prevented the proper access check
Reviewed-by: coleenp, gtriantafill, lfoltan
2015-07-24 10:03:58 -04:00
Jan Lahoda
c7fd81acde
8086737: Add support for -release to Javadoc
...
Reviewed-by: jjg, ksrini
2015-07-24 13:08:36 +02:00
Alejandro Murillo
6f041557c8
Merge
2015-07-24 00:54:07 -07:00
Alejandro Murillo
d3a4569082
Merge
2015-07-24 00:54:05 -07:00
Jan Lahoda
ae988c96b3
8086737: Add support for -release to Javadoc
...
Exporting com.sun.tools.javac.platform to jdk.javadoc.
Reviewed-by: jjg, ksrini, alanb
2015-07-24 08:37:42 +02:00
Coleen Phillimore
91fcaa5017
Merge
2015-07-24 03:50:48 +00:00
Coleen Phillimore
d7eb22156b
Merge
2015-07-23 22:31:10 -04:00
Daniel D. Daugherty
65c2cc7e0f
Merge
2015-07-24 02:57:59 +02:00
Lana Steuck
0b717619ae
Merge
2015-07-23 15:28:52 -07:00
Lana Steuck
2f7dd1981b
Merge
2015-07-23 15:28:32 -07:00
Lana Steuck
101f981a23
Merge
2015-07-23 15:27:58 -07:00
Lana Steuck
47e7cf614b
Merge
2015-07-23 15:27:45 -07:00
Lana Steuck
549ecef84a
Merge
2015-07-23 15:27:38 -07:00
Lana Steuck
9a855ab7d2
Merge
2015-07-23 15:27:17 -07:00
Daniel D. Daugherty
99f005b648
8132286: change 'InlineNotify' flag option from "product" to "diagnostic"
...
Reviewed-by: coleenp
2015-07-23 14:48:23 -07:00
Iris Clark
affc98a1f8
Merge
2015-07-23 13:20:44 -07:00
Iris Clark
c3545012dc
Merge
2015-07-23 13:20:35 -07:00