Bengt Rutisson
fd46a24a3e
8076076: Move SharedHeap::print_size_transition() into G1 code
...
Reviewed-by: tschatzl, mgerdin
2015-03-27 09:28:47 +01:00
Xueming Shen
f3a2e4480d
8074678: JCK test java_util/regex/MatchResult/index.html starts failing after JDK-8071479
...
To add non-match sanity check
Reviewed-by: psandoz
2015-03-17 09:54:36 -07:00
Magnus Ihse Bursie
cdeddbfbca
8075176: DISABLED_WARNINGS caused C++ compiler flags to get lost
...
Reviewed-by: erikj, tbell
2015-03-17 16:01:27 +01:00
Magnus Ihse Bursie
17cc06c77c
8075176: DISABLED_WARNINGS caused C++ compiler flags to get lost
...
Reviewed-by: erikj, tbell
2015-03-17 16:01:05 +01:00
Andrew Haley
2fc2ef9a39
8075045: AARCH64: Stack banging should use store rather than load
...
Change stack bangs to use a store rather than a load
Reviewed-by: dholmes
2015-03-17 14:03:05 +00:00
Erik Joelsson
207dec2e01
8075236: Change layout of gcov .gcno files in symbols image
...
Reviewed-by: ihse, tbell
2015-03-17 14:16:30 +01:00
Semyon Sadetsky
72f3a466e0
8040328: JSlider has wrong preferred size with Synth LAF
...
Reviewed-by: alexsch, ant
2015-03-17 14:38:22 +04:00
Roland Westrelin
71e31ee0b9
8073480: C2 should optimize explicit range checks
...
Explicit range checks should be recognized by C2
Reviewed-by: kvn, vlivanov
2015-03-17 10:06:31 +01:00
Alejandro Murillo
d898b500d9
Merge
2015-03-16 14:27:36 -07:00
Alejandro Murillo
f0349a463b
Merge
2015-03-16 14:27:33 -07:00
Alejandro Murillo
e193e0c6a3
Merge
2015-03-16 14:27:32 -07:00
Brian Burkhalter
7d1b3d7277
8075222: RandomAccessFile.getChannel changed to non-final in error
...
Reinstate 'final' RandomAccessFile.getChannel() declaration.
Reviewed-by: alanb
2015-03-16 13:49:00 -07:00
Anton Nashatyrev
012666647c
8073008: press-and-hold input method for accented characters works incorrectly on OS X
...
Reviewed-by: azvegint, alexp
2015-03-16 20:32:45 +03:00
Attila Szegedi
74e2514b51
8075223: revert multithreaded deoptimizing compilation livelock prevention
...
Reviewed-by: hannesw, sundar
2015-03-16 18:13:38 +01:00
Jesper Wilhelmsson
bde99a285a
Merge
2015-03-16 18:13:33 +01:00
Tim Bell
f5e8a4d943
8061346: Source changes needed to build JDK 9 with Mac OS9 'Maverics' and clang/Xcode 5.1.1
...
Reviewed-by: dholmes, erikj
2015-03-16 17:59:09 +01:00
Paul Sandoz
7618752fd9
8075230: Optimized count operations incorrectly declare the stream shape
...
Reviewed-by: chegar
2015-03-16 17:44:34 +01:00
Marcus Lagergren
999ce35e84
8066217: ArrayBuffer constructor was erroneous with zero args
...
Reviewed-by: sundar, hannesw
2015-03-16 16:17:19 +01:00
Alexander Stepanov
765a1e4435
8028266: Tidy warnings cleanup for packages java.security/javax.security
...
Some tidy warnings in docs were fixed
Reviewed-by: mullan, wetmore
2015-03-16 19:09:13 +04:00
Andrey Zakharov
02c878c431
8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before
...
Test for auxiliary data in G1 fails as they cannot precisely measure this aux data size. I've added whitebox method to get this size.
Reviewed-by: tschatzl, jwilhelm, mgerdin
2015-03-16 17:49:35 +03:00
Jesper Wilhelmsson
2c63bc9175
8075635: Remove GenerationSpec array
...
Replaced the array with explicit variables for young and old
Reviewed-by: kbarrett, mgerdin
2015-03-16 13:28:27 +01:00
Stefan Karlsson
0a05ebc7f7
Merge
2015-03-26 11:00:49 +00:00
Stefan Karlsson
ba1d121fe0
8075957: Reduce calls to the GC specific object visitors in oopDesc
...
Reviewed-by: brutisso, mgerdin, pliden
2015-03-26 11:28:19 +01:00
Athijegannathan Sundararajan
cf37646b3f
8075207: Nashorn parser API returns StatementTree objects in out of order
...
Reviewed-by: lagergren, forax, hannesw
2015-03-16 17:01:47 +05:30
Roland Westrelin
0258ef4abc
8073866: Fix for 8064703 is not sufficient
...
Side effects between allocation and arraycopy can be reexecuted, unreachable uninitialized array can be seen by GCs
Reviewed-by: kvn, vlivanov
2015-03-16 12:24:06 +01:00
Weijun Wang
d5d207d635
8074836: Resolve disabled warnings for libosxkrb5
...
8074835: Resolve disabled warnings for libj2gss
Reviewed-by: erikj
2015-03-16 18:08:01 +08:00
Attila Szegedi
4c6eb2b310
8075090: Add tests for the basic failure of try/finally compilation
...
Reviewed-by: hannesw, lagergren
2015-03-16 11:00:07 +01:00
Amy Lu
b8770ac035
8075111: Mark testFlatMappingClose (from CollectorsTest) as serialization hostile
...
Reviewed-by: psandoz
2015-03-16 10:24:16 +01:00
Aggelos Biboudis
cb566c6ce5
8067969: Optimize Stream.count for SIZED Streams
...
Reviewed-by: psandoz, chegar
2015-03-16 10:19:49 +01:00
Katja Kantserova
20be94ae55
8073794: jdk/test/com/sun/jdi/BadHandshakeTest.java should retry if tcp port is taken
...
Reviewed-by: jbachorik
2015-03-16 09:32:34 +01:00
Jamil Nimeh
2349ff99bc
6996366: convert MacAlg to an enum
...
Reviewed-by: xuelei
2015-03-14 09:38:52 -07:00
Igor Ignatyev
f51a895f42
Merge
2015-03-14 16:13:48 +00:00
Zoltan Majo
41b79b9ad4
8074869: C2 code generator can replace -0.0f with +0.0f on Linux
...
Instead of 'fpclass', use cast float->int and double->long to check if value is +0.0f and +0.0d, respectively.
Reviewed-by: kvn, simonis, dlong
2015-03-14 11:21:04 +01:00
Brian Burkhalter
6290291b27
8075110: (prefs) CodePointZeroPrefsTest fails on certain platforms
...
Contrain test to the Linux and Solaris OS families
Reviewed-by: darcy
2015-03-13 15:03:42 -07:00
Brian Burkhalter
17f8ee8cf0
8073214: javadoc of Properties methods should specify NullPointerExceptions
...
Add test for null parameter and corresponding throws clause to load() methods
Reviewed-by: darcy
2015-03-13 14:54:40 -07:00
Coleen Phillimore
34a23fb48a
Merge
2015-03-13 20:44:57 +00:00
Joe Darcy
fe068291e1
8075035: Turn on doclint checking of modules in the langtools repo
...
Reviewed-by: ihse
2015-03-13 13:41:29 -07:00
Coleen Phillimore
cd6b38c449
8074717: Merge interp_masm files for x86 _32 and _64
...
Merge interp_masm_x86 files into one.
Reviewed-by: sspitsyn, hseigel, mockner
2015-03-13 15:16:07 -04:00
Coleen Phillimore
57f3125882
Merge
2015-03-13 18:59:41 +00:00
Igor Ignatyev
140bf2be86
8073607: add trace events for inlining
...
Reviewed-by: kvn, fzhinkin, mgronlun
2015-03-13 21:53:13 +03:00
Joe Darcy
1382affe60
8075160: Add javadoc to serialver class
...
Reviewed-by: lancea
2015-03-13 11:34:37 -07:00
Hannes Wallnöfer
10b38fe9ae
8075006: Threads spinning infinitely in WeakHashMap.get running test262parallel
...
Reviewed-by: lagergren, attila
2015-03-13 18:40:07 +01:00
Coleen Phillimore
7b384c6958
8061205: MetadataOnStackMark only needs to walk code cache during class redefinition
...
Only do full metadata walk during class redefinition and only walk handles during class unloading.
Reviewed-by: sspitsyn, stefank
2015-03-13 12:40:39 -04:00
Jamil Nimeh
a55dd41fc7
8074064: OCSPResponse.SingleResponse objects do not parse singleExtensions
...
Reviewed-by: mullan, vinnie
2015-03-13 09:32:54 -07:00
Daniel D. Daugherty
03e307c40a
Merge
2015-03-13 09:28:10 -07:00
Daniel D. Daugherty
6029190551
Merge
2015-03-13 09:18:28 -07:00
Daniel D. Daugherty
8e167a30dd
Merge
2015-03-13 09:14:54 -07:00
Magnus Ihse Bursie
71ad1eca20
8075054: Mixed case Windows path break native dependency checks
...
Reviewed-by: erikj
2015-03-13 14:00:36 +01:00
Frank Yuan
827d9d3928
8061293: Update javax/xml tests to remove references of jre dir
...
Reviewed-by: lancea, mkos
2015-03-13 15:50:39 +03:00
Andrew Haley
dbb33fd997
Merge
2015-03-13 12:44:58 +00:00