Phil Race
c878c1a59f
Merge
2015-09-08 14:40:19 -07:00
Vicente Romero
2169a5eefd
8073594: javac, before calling rawInstantiate from selectBest the warner should be cleared out
...
Reviewed-by: jlahoda
2015-09-08 11:59:25 -07:00
Vicente Romero
0c3e27483f
8135203: javac, patch intended for an issue was pushed with wrong id and message
...
Reviewed-by: jjg
2015-09-08 11:53:17 -07:00
Phil Race
d69a0641fd
Merge
2015-09-08 11:47:07 -07:00
Vicente Romero
772ca1b431
8132806: javac does a naive implementation of some incorporation steps
...
Reviewed-by: jlahoda
2015-09-08 10:36:44 -07:00
Roland Westrelin
404fc5caa8
8134974: 8130847 broken with loop predicates
...
Pinned eliminated arraycopy loads in uncommon trap path for loop predicates may need to be moved
Reviewed-by: kvn
2015-09-08 19:19:08 +02:00
Roland Westrelin
8dd169a71f
8135069: C2 replaces range checks by unsigned comparison with -1
...
I < 0 || i > -1 wrongly folded as i >u -1
Reviewed-by: kvn
2015-09-11 16:56:56 +02:00
Tobias Hartmann
a6ab162873
Merge
2015-09-14 09:11:03 +00:00
Tobias Hartmann
6479241f4a
8135252: IdealLoopTree::dump_head() prints negative trip count
...
IdealLoopTree::dump_head() should not cast float to int.
Reviewed-by: kvn
2015-09-14 10:00:26 +02:00
Tobias Hartmann
662e39edbb
Merge
2015-09-14 07:03:04 +00:00
Tobias Hartmann
3780022a87
8080999: MemoryPoolMXBean.getUsageThresholdCount() returns incorrect value
...
Fixed race condition in the JMX code for the LowMemoryDetector.
Reviewed-by: kvn
2015-09-14 07:02:50 +02:00
Michael Berg
d67924dc8e
8132160: support for AVX 512 call frames and stack management
...
Simplify save/restore frame on x86 systems which support EVEX.
Reviewed-by: kvn, iveresov
2015-09-11 17:02:44 -07:00
Kirill Zhaldybin
9f9739c156
8132980: Improve stability of whitebox methods getCodeBlob and freeCodeBlob
...
Added checks for negative and null size and address values (where applicable) for getCodeBlob, allocateCodeBlob and freeCodeBlob, added regression test
Reviewed-by: iignatyev
2015-09-11 16:11:07 +03:00
Jesper Wilhelmsson
1736e104a1
Merge
2015-09-08 16:10:37 +02:00
Jesper Wilhelmsson
b395bb9193
Merge
2015-09-08 16:10:36 +02:00
Jesper Wilhelmsson
a97c863c3d
Merge
2015-09-08 16:10:36 +02:00
Jesper Wilhelmsson
727c75aa2b
Merge
2015-09-08 16:10:09 +02:00
Andrew Haley
518c5cacbc
8135157: DMB elimination in AArch64 C2 synchronization implementation
...
Reduce memory barrier usage in C2 fast lock and unlock.
Co-authored-by: Wei Tang <wei.tang@linaro.org>
Reviewed-by: kvn
2015-09-08 14:08:58 +01:00
Igor Veresov
e88940fae6
Merge
2015-09-10 17:56:43 -07:00
Michael Berg
e75f5a5cde
8135028: support for vectorizing double precision sqrt
...
Reviewed-by: kvn, twisti
2015-09-09 10:34:17 -07:00
Shilpi Rastogi
61cfd94c6c
8135176: Moving test from javax/swing/plaf/basic/BasicHTML/4960629 to test/javax/swing/plaf/basic/BasicHTML/4960629
...
Reviewed-by: azvegint, alexsch
2015-09-08 16:01:29 +04:00
Chris Hegarty
9ce7c19d86
8135043: ObjectStreamClass.getField(String) too restrictive
...
Reviewed-by: igerasim
2015-09-08 12:40:57 +01:00
Renjith Alexander
4130b71ce6
8133027: [Jigsaw] Test java/awt/PrintJob/Text/stringwidth.sh fails during compilation
...
Reviewed-by: yan, serb
2015-09-08 11:28:16 +03:00
Sergey Bylokhov
36dd709439
8134947: [macosx] Various memory leaks in Aqua look and feel
...
Reviewed-by: azvegint, alexsch
2015-09-07 23:57:21 +03:00
Sergey Bylokhov
6fe3341869
8060027: Tests java/beans/XMLEncoder/Test4903007.java and java/beans/XMLEncoder/java_awt_GridBagLayout.java
...
Reviewed-by: alexsch
2015-09-07 23:29:56 +03:00
Igor Veresov
f48eceb393
Merge
2015-09-07 13:28:41 -07:00
Igor Ignatyev
be3feab2ef
Merge
2015-09-07 20:03:56 +02:00
Athijegannathan Sundararajan
43250a33e1
8135151: jjs should work in cygwin environment
...
Reviewed-by: attila, hannesw
2015-09-07 20:07:03 +05:30
Shilpi Rastogi
8ccf075f78
7124238: [macosx] Font in BasicHTML document is bigger than it should be
...
Reviewed-by: azvegint, alexsch
2015-09-07 17:07:06 +03:00
Renjith Alexander
dc25f76093
8133539: [TEST_BUG] Split java/awt/image/MultiResolutionImageTest.java in two to allow restricted access
...
Reviewed-by: alexsch, serb
2015-09-07 13:48:24 +03:00
Attila Szegedi
bb5c8037e7
8135075: Reorder short-circuit tests in ApplySpecialization to run cheapest first
...
Reviewed-by: hannesw, mhaupt, sundar
2015-09-07 11:11:41 +02:00
Vyom Tewari
d9d52a27f0
8080486: JNI exception pending in jdk/src/java.base/windows/native/libnet/DualStackPlainSocketImpl.c
...
Reviewed-by: alanb, chegar, igerasim
2015-09-07 10:37:00 +02:00
Brian Burkhalter
005143e035
8135091: (fs) java/nio/file/Files/StreamLinesTest.java should test empty files
...
In lines() add zero length case and rearrange first loop to avoid duplicate cases.
Reviewed-by: rriggs
2015-09-04 14:16:34 -07:00
Valerie Peng
2f2b4c27ee
8130875: Ucrypto library leaks memory when null output buffer is specified
...
Avoid null output buffer to work around Solaris memory leak bug in Ucrypto library
Reviewed-by: ascarpino
2015-09-04 19:55:40 +00:00
Jim Laskey
953b4a3225
8087181: Move native jimage code to its own library (maybe libjimage)
...
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Reviewed-by: alanb, lfoltan, hseigel, acorn
2015-09-04 10:11:43 -03:00
Athijegannathan Sundararajan
cb025d0a9a
8135054: Add more samples to nashorn samples directory
...
Reviewed-by: mhaupt, hannesw
2015-09-04 17:11:06 +05:30
Andreas Lundblad
ab159bb1f7
8129114: Sjavac should stream back compiler output to the client as soon as it becomes available
...
Protocol revised, javac output sent back to client slightly earlier.
Reviewed-by: jlahoda
2015-09-04 13:24:15 +02:00
Nils Eliasson
559bf7ef6e
8135067: Preparatory refactorings for compiler control
...
Extract CompileTask and clean up
Reviewed-by: roland
2015-09-04 12:47:57 +02:00
Jaroslav Bachorik
d9e40f6803
8134420: sun/tools/jps/TestJpsClass fails with java.lang.RuntimeException: The line 'line 2' does not match pattern '^\\d+\\s+.*': expected true, was false
...
Reviewed-by: sla, dsamersoff
2015-09-04 12:18:03 +02:00
Jamil Nimeh
60cdefbf44
8134364: Add defensive copies to get/set methods for OCSPNonceExtension
...
Make OCSPNonceExtension immutable, add defensive copies
Reviewed-by: xuelei, mullan
2015-09-04 09:31:47 -07:00
Valerie Peng
a8cbc27bce
8132082: Let OracleUcrypto accept RSAPrivateKey
...
Reviewed-by: xuelei, valeriep, coffeys
2015-09-04 15:28:01 +03:00
Prasanta Sadhukhan
227dff5f02
8134476: Broken Hyperlink in JDK 8 java.awt.Font javadocs
...
Reviewed-by: prr, serb
2015-09-04 12:51:39 +03:00
Martin Buchholz
1ca92688c1
8135048: XSLT.java test fails after changes for JDK-8134984
...
Hg revert -r 'c22b7e41adf3^' test/javax/xml/jaxp/parsers/8032909
Reviewed-by: darcy
2015-09-03 18:36:42 -07:00
Lana Steuck
21ad3ccd0d
Merge
2015-09-03 16:14:47 -07:00
Lana Steuck
cbb7abea24
Merge
2015-09-03 16:14:02 -07:00
Lana Steuck
e405645f6f
Merge
2015-09-03 16:13:49 -07:00
Lana Steuck
c7660cb9fe
Merge
2015-09-03 16:12:42 -07:00
Lana Steuck
8fd9a9e99e
Merge
2015-09-03 16:11:51 -07:00
Alejandro Murillo
49078fbb09
Merge
2015-09-03 15:48:24 -07:00
Ahmed Khawaja
7d308d2023
8132081: C2 support for Adler32 on SPARC
...
Add C2 instrinsic support for Adler32 checksum on SPARC.
Reviewed-by: kvn
2015-09-03 15:04:05 -07:00