Lana Steuck
9e84f7b580
Merge
2015-07-09 16:37:15 -07:00
David Katleman
1d9002da27
Added tag jdk9-b72 for changeset 02be96db190a
2015-07-09 13:49:32 -07:00
Alejandro Murillo
1f5fdd011c
Merge
2015-07-07 10:37:28 -07:00
Lana Steuck
71f0332b26
Merge
2015-07-02 16:09:16 -07:00
Alejandro Murillo
5d840dab3a
Merge
2015-07-02 14:12:07 -07:00
David Katleman
5236586511
Added tag jdk9-b71 for changeset 9419a7f16a5c
2015-07-02 08:53:58 -07:00
Tobias Hartmann
62112b23c9
Merge
2015-07-01 09:15:34 +02:00
Tobias Hartmann
fba308328b
8129937: compiler/codecache/jmx/UsageThresholdIncreasedTest.java fails with "Usage threshold was hit"
...
Tests should not assume that usage of non-profiled code heap is predictable.
Reviewed-by: kvn, dpochepk
2015-07-01 09:07:10 +02:00
Igor Veresov
934ad8e49b
8079775: Java 9-fastdebug ia32 Error: Unimplemented with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options
...
8079062: Java 9-fastdebug crash(hit assertion) with "-XX:CompilationPolicyChoice=1 -XX:-TieredCompilation" options
Revive stack walk compilation policy
Reviewed-by: kvn
2015-06-30 14:44:53 -07:00
Vladimir Kozlov
d71bb8c72b
8129893: 8129094 fix is incomplete
...
Move old and add new primitive type check.
Reviewed-by: iveresov
2015-06-30 12:12:18 -07:00
Alejandro Murillo
f32025bb47
Merge
2015-06-30 11:20:42 -07:00
Lana Steuck
1b64480a52
Merge
2015-06-28 16:39:04 -07:00
Alejandro Murillo
4a826139e3
Merge
2015-06-26 19:11:15 -07:00
Vladimir Kozlov
e5f22567ab
8130008: compiler/codecache/jmx/UsageThresholdIncreasedTest.java should be quarantined
...
Reviewed-by: iveresov
2015-06-26 15:55:54 -07:00
David Katleman
36b326d4f2
Added tag jdk9-b70 for changeset d4e08333ac48
2015-06-25 10:21:35 -07:00
Vladimir Kozlov
0b9dfebfa4
Merge
2015-06-25 09:48:50 -07:00
Jesper Wilhelmsson
d60d6fdf40
Merge
2015-06-24 13:38:01 +02:00
Dmitry Samersoff
912d770499
Merge
2015-06-24 14:28:30 +00:00
Dmitry Samersoff
1e5b265a46
Merge
2015-06-24 13:16:33 +00:00
Bengt Rutisson
00db80b7de
Merge
2015-06-24 15:04:27 +02:00
David Holmes
2f0a7f3c7b
Merge
2015-06-24 13:26:12 +02:00
David Holmes
c2961a9369
Merge
2015-06-24 11:58:34 +02:00
Thomas Schatzl
0d85af8161
Merge
2015-06-24 11:55:18 +02:00
Ed Nevill
99f5ee0654
8081294: aarch64: fails to build on ubuntu wily
...
Reviewed-by: dholmes
2015-06-24 05:45:50 -04:00
Stefan Johansson
8a03d57f9b
Merge
2015-06-24 10:28:00 +02:00
Thomas Schatzl
b07602d640
8079208: gc/g1/TestLargePageUseForAuxMemory.java fails due to not considering page allocation granularity for setup
...
The test case needs to use the OS'es allocation granularity to properly determine the boundary values for the test.
Reviewed-by: dfazunen, jmasa, ecaspole
2015-06-24 09:42:45 +02:00
Goetz Lindenmaier
1a88faab89
8129757: ppc/aarch: Fix passing thread to runtime after "8073165: Contended Locking fast exit bucket."
...
Reviewed-by: enevill, simonis, adinn
2015-06-24 09:13:12 +02:00
Stefan Johansson
f6a2109bab
8081607: Change default GC for server configurations to G1
...
For more info see JEP 248.
Reviewed-by: pliden, tschatzl
2015-06-24 08:37:12 +02:00
Bertrand Delsart
d046f1596b
8030076: remove unused runtime related code
...
Small cleanup of runtime code
Reviewed-by: dholmes, coleenp
2015-06-24 08:30:52 +02:00
Coleen Phillimore
83a0dd66c5
8129607: Incorrect GPL header
...
Fix typo in GPL header
Reviewed-by: kvn, dholmes
2015-06-23 22:10:33 -04:00
Kim Barrett
90a1d4964c
Merge
2015-06-24 02:00:21 +02:00
Alejandro Murillo
edb5f74e0d
Merge
2015-06-23 14:20:40 -07:00
Kim Barrett
e145cf273c
8129446: crash when reporting corrupted classfile
...
Increase buffer size and use jio_snprintf for message generation
Reviewed-by: tbenson, coleenp, iklam
2015-06-23 17:18:27 -04:00
Michael Berg
2ef39760e6
8081247: AVX 512 extended support
...
Add more support for EVEX encoding
Reviewed-by: kvn, neliasso
2015-06-23 12:45:08 -07:00
Ed Nevill
d17ff6b63d
8129551: aarch64: some regressions introduced by addition of vectorisation code
...
Fix regressions
Reviewed-by: kvn
2015-06-23 18:56:17 +00:00
Dmitry Samersoff
c897b62caf
Merge
2015-06-23 18:05:27 +00:00
Dmitry Samersoff
e5462e2263
8078632: conflicts between open and closed SA ports
...
Closed port is renamed to arm64
Reviewed-by: dlong, dholmes
2015-06-23 20:55:31 +03:00
Bertrand Delsart
5ed1b44143
Merge
2015-06-23 18:03:37 +02:00
Bertrand Delsart
bf69556039
8087133: Improve sharing of native wrappers in SignatureHandlerLibrary
...
Fingerprint normalization for arm32
Reviewed-by: dholmes, coleenp
2015-06-23 17:48:34 +02:00
Andrew Dinn
b23811b6b6
8129584: Fix required for aarch64 after 8122937
...
The fix for 8122937 omitted cpu/aarch64 changes required by src/share fixes
Reviewed-by: kvn, simonis
2015-06-23 10:17:35 -04:00
Bengt Rutisson
7f2ffe8c0e
8129549: G1: Make sure the concurrent thread does not mix its logging with the STW pauses
...
Reviewed-by: pliden, tschatzl
2015-06-23 13:26:05 +02:00
Dmitry Samersoff
f65b2271ab
Merge
2015-06-23 11:00:32 +00:00
Dmitry Samersoff
fdabdd5f40
8081576: serviceability/sa tests fail due to LingeredApp process fails to start
...
Provide a API to corrctly terminate LingeredApp
Reviewed-by: sspitsyn
2015-06-23 12:35:21 +03:00
Aleksey Shipilev
cd81d2845d
8129332: Missing test case for JDK-8078438
...
Add the test case originally developed for JDK-8078438
Reviewed-by: tschatzl
2015-06-23 10:12:44 +02:00
Thomas Stuefe
b46373e827
8078513: [linux] Clean up code relevant to LinuxThreads implementation
...
Reviewed-by: dholmes, sla, coleenp, simonis
2015-06-22 19:21:04 -04:00
Goetz Lindenmaier
bc2fd16b88
8129423: Fix unlink() of LogCompilation tmp files lost in merge of 8007993 and 8060074
...
Reviewed-by: kvn, simonis
2015-06-22 14:22:19 +02:00
Vladimir Kozlov
133faafebc
8080157: assert(allocates2(pc)) failed: not in CodeBuffer memory
...
Increase code_size2 for stubs
Reviewed-by: iveresov
2015-06-19 17:46:42 -07:00
Vladimir Kozlov
2691776621
Merge
2015-06-19 15:24:07 -07:00
Alejandro Murillo
0f5c57752d
Merge
2015-06-18 22:38:36 -07:00
Daniel D. Daugherty
6bb2203891
Merge
2015-06-18 13:18:12 -07:00