Ivan Gerasimov
f04bff42c7
8062647: Wrong indentation of arguments of annotated methods
...
Reviewed-by: jjg, bpatel
2015-07-31 01:36:56 +03:00
Lana Steuck
05e4bc3393
Merge
2015-07-30 15:23:25 -07:00
Lana Steuck
3e9194a696
Merge
2015-07-30 15:22:56 -07:00
Lana Steuck
a544dd4e3d
Merge
2015-07-30 15:22:50 -07:00
Lana Steuck
131fe13d63
Merge
2015-07-30 15:22:40 -07:00
Lana Steuck
6ac713fc9b
Merge
2015-07-30 15:22:01 -07:00
Lana Steuck
31d6de8e3e
Merge
2015-07-30 15:21:34 -07:00
Roger Riggs
a0824cf9ea
8132705: Refactor SharedSecrets in sun.misc.JavaNetAccess
...
Factor out access for InetAddress
Reviewed-by: chegar, michaelm, alanb
2015-07-30 14:16:58 -04:00
David Katleman
147432697b
Added tag jdk9-b75 for changeset 1e145ba49d48
2015-07-30 11:15:42 -07:00
David Katleman
82f65de0dd
Added tag jdk9-b75 for changeset 0513f1bb463b
2015-07-30 11:15:41 -07:00
David Katleman
06a61466b5
Added tag jdk9-b75 for changeset 937747a8272f
2015-07-30 11:15:38 -07:00
David Katleman
5bd68c7b8c
Added tag jdk9-b75 for changeset cab0727bdb53
2015-07-30 11:15:38 -07:00
David Katleman
388205c715
Added tag jdk9-b75 for changeset 1e8d5755ae81
2015-07-30 11:15:37 -07:00
David Katleman
8ef9d29085
Added tag jdk9-b75 for changeset 92bf039d8d46
2015-07-30 11:15:36 -07:00
David Katleman
d50b1ad84e
Added tag jdk9-b75 for changeset 60d41eeb0196
2015-07-30 11:15:35 -07:00
David Katleman
801515d511
Added tag jdk9-b75 for changeset 357a9a8ff41b
2015-07-30 11:15:34 -07:00
Dmitry Samersoff
f31a35e2ca
Merge
2015-07-30 16:23:03 +00:00
Sergey Bylokhov
7e31b6a900
6206439: JInternalFrame.setLayer(Integer layer) should throw NullPointerException when layer=null
...
Reviewed-by: ant, alexsch
2015-07-30 19:10:23 +03:00
Xueming Shen
46d78c85b4
8132459: ExceptionInInitializerError from 'java -version' on Linux under zh_CN.GB18030 locale
...
To add more charsets into base module for linux and solaris
Reviewed-by: alanb, simonis
2015-07-30 08:46:21 -07:00
Dmitry Samersoff
47bdec1c0e
8059036: Implement Diagnostic Commands for heap and finalizerinfo
...
Implement Diagnostic Commands for heap and finalizerinfo
Reviewed-by: sla, plevart, mchung
2015-07-30 16:29:13 +03:00
Dmitry Samersoff
3b63ebf830
8059036: Implement Diagnostic Commands for heap and finalizerinfo
...
Implement Diagnostic Commands for heap and finalizerinfo
Reviewed-by: sla, plevart, mchung
2015-07-30 16:26:00 +03:00
Sergey Bylokhov
9f39d1674f
8132382: [macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries
...
Reviewed-by: kizune, alexsch
2015-07-30 15:27:02 +03:00
Maurizio Cimadamore
7baee75969
8131742: Syntactically meaningless code accepted by javac
...
Receiver parameter logic for type annotations should be disabled when parsing lambda formals
Reviewed-by: jlahoda
2015-07-30 13:24:35 +01:00
Maurizio Cimadamore
787325090c
8129214: Access error when unboxing a primitive whose target is a type-variable in a different package
...
Missing erasure when unboxing type in Lower
Reviewed-by: jlahoda
2015-07-30 13:21:01 +01:00
Maurizio Cimadamore
34ea5286e4
8081769: Redundant error message on bad usage of 'class' literal
...
Javac should skip to next token when an erroneous ident is found in term3rest
Reviewed-by: jlahoda
2015-07-30 13:20:01 +01:00
Alexander Kulyakhtin
98fb52479f
8130527: Serviceability tests fails with Can't attach to process
...
A helper method changed to provide workaround for 8132539
Reviewed-by: jbachorik
2015-07-30 12:41:39 +03:00
Alexander Scherbatiy
dfc226cfb6
8132123: MultiResolutionCachedImage unnecessarily creates base image to get its size
...
Reviewed-by: serb
2015-07-30 12:40:45 +04:00
Alexander Scherbatiy
cf608b3cdb
8130478: Reconsider "awt.toolkit" property usage in java.awt.Toolkit getDefaultToolkit() method
...
Reviewed-by: prr, serb
2015-07-30 12:31:20 +04:00
Jeremy Manson
4b348c9fec
6661889: thread id on Linux is inconsistent in error and log outputs
...
Reviewed-by: dholmes, kvn
2015-07-29 22:59:03 -04:00
Goetz Lindenmaier
fdbe749d2a
8132242: LogTouchedMethods (8025692) asserts if TieredCompilation is off
...
LogTouchedMethods causes the template interpreter to generate profiling code even if no compiler is used. If TieredCompilation is off, code containing an assertion that checks that UseCompiler is set, is reached. This assertion exists on the sparc and ppc platforms.
Reviewed-by: simonis, iklam, minqi
2015-07-29 15:08:42 -07:00
Phil Race
02ea065175
8132042: Preserve layout presentation
...
Reviewed-by: mschoene, srl, serb
2015-07-29 11:04:39 -07:00
Prasanta Sadhukhan
c466ee0357
8130507: closed/java/awt/font/JNICheck/JNICheck.sh test reports some warnings
...
Reviewed-by: azvegint, prr
2015-07-29 20:32:35 +03:00
Roland Westrelin
96b004cd82
8080289: Intermediate writes in a loop not eliminated by optimizer
...
Move Stores out of loop (after or before) when possible
Reviewed-by: kvn, vlivanov
2015-07-29 17:25:04 +02:00
Daniel Fuchs
e5138fb786
8130059: jaxp: Investigate removal of com/sun/org/apache/xalan/internal/xslt/EnvironmentCheck.java
...
Remove com/sun/org/apache/xalan/internal/xslt/EnvironmentCheck.java
Reviewed-by: joehw
2015-07-29 11:00:59 +02:00
Dmitry Cherepanov
85c4b3c082
Merge
2015-07-29 11:33:02 +04:00
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