Igor Ignatyev
8ab1255ff1
8172557: quarantine ctw/JarDirTest
...
Reviewed-by: ctornqvi
2017-01-11 17:43:36 +03:00
Andrew Haley
b9f711fc74
8172144: AArch64: Implement "JEP 270: Reserved Stack Areas for Critical Sections"
...
Reviewed-by: fparain
2017-01-11 15:09:58 +00:00
Robbin Ehn
b1c82624b9
8079441: Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]" (0x406d1388)
...
Do not raise (windows thread name) exception 0x406d1388 when no debugger is attached.
Reviewed-by: iklam, stuefe
2017-01-11 12:47:16 +01:00
Zoltan Majo
421bf2f22d
8168926: C2: Bytecode escape analyzer crashes due to stack overflow
...
Whether current call site needs an appendix is determined only based on the target method and the current bytecode instruction.
Reviewed-by: kvn, thartmann
2017-01-11 09:40:42 +01:00
Igor Veresov
9678c9d8fa
Merge
2017-01-10 18:48:08 +00:00
Igor Veresov
5b9a2a728b
8172310: [AOT] Fix unverified entry point
...
Fix AOT code for the unverified entry point
Reviewed-by: kvn
2017-01-10 21:39:20 +03:00
Dmitrij Pochepko
dbec733773
8166374: compiler/loopopts/UseCountedLoopSafepointsTest.java fails with "Safepoint not found"
...
Reviewed-by: thartmann
2017-01-10 20:45:04 +03:00
David Leopoldseder
26a978276c
8166125: [JVMCI] Missing JVMCI flag default values
...
Reviewed-by: twisti, kvn
2017-01-09 19:36:47 +00:00
Jesper Wilhelmsson
f175ea37aa
Merge
2017-01-09 15:10:25 +01:00
Lana Steuck
fd16b65665
Added tag jdk-9+151 for changeset 56ae078e5b98
2017-01-05 17:51:10 +00:00
Kirill Zhaldybin
3dfc3e19ff
8172098: A lot of gtests uses TEST instead of TEST_VM
...
Reviewed-by: iignatyev
2016-12-28 19:13:34 +03:00
Ioi Lam
482d791b2c
8170959: unloading archived shared class caused crash
...
Reviewed-by: coleenp, sspitsyn, mockner
2017-01-08 10:39:42 -08:00
Tobias Hartmann
5b1d170deb
8171435: "assert(is_single_cpu() && !is_virtual()) failed: type check" with -XX:+PatchALot on SPARC
...
Fixed several issues with PatchALot or unaligned accesses on SPARC.
Reviewed-by: kvn
2017-01-06 10:55:30 +01:00
Jesper Wilhelmsson
702886dc04
Merge
2016-12-27 22:00:30 +01:00
Jesper Wilhelmsson
4ce0eb8df9
Merge
2016-12-22 22:07:36 +01:00
Lana Steuck
b16fd1b307
Merge
2016-12-22 18:48:28 +00:00
Lana Steuck
30e198532c
Added tag jdk-9+150 for changeset 29142a56c193
2016-12-22 08:26:01 +00:00
Mandy Chung
0f8a6409a6
8171897: Remove third party readme files left from JDK-8169925
...
Reviewed-by: erikj
2016-12-21 22:41:18 -08:00
Vladimir Kozlov
168244b3dc
Merge
2016-12-21 17:27:25 +00:00
Vladimir Kozlov
b773c48a60
8171807: 8170761 fix should be applied to ARM code after 8168503
...
Reviewed-by: roland
2016-12-21 08:15:10 -08:00
Kirill Zhaldybin
4e860e58a3
8170936: Logging: LogFileOutput.invalid_file_test crashes when executed twice
...
Reviewed-by: iignatyev, stuefe
2016-12-21 11:51:57 +03:00
Kirill Zhaldybin
c2a96c7fca
8171517: test_logMessageTest.cpp has "ac_heapanied" instead of "accompanied" inside copyright notice
...
Reviewed-by: sspitsyn, jprovino
2016-12-21 11:51:57 +03:00
Dean Long
6142b330f0
8169938: [AOT] SIGSEGV at ~BufferBlob::vtable chunks
...
Set "return_oop" on AOT scopes
Reviewed-by: kvn, never
2016-12-20 20:38:14 -08:00
Daniel D. Daugherty
a6fa72b21c
Merge
2016-12-20 19:52:52 -08:00
David Holmes
b72bbb7b30
8171815: [TESTBUG] Update expected failure message in runtime/modules/IgnoreModulePropertiesTest.java
...
Reviewed-by: mr
2016-12-20 20:42:15 -05:00
Jesper Wilhelmsson
3bfd349b45
Merge
2016-12-20 22:53:45 +01:00
David Holmes
d0c42d268b
Merge
2016-12-20 21:45:13 +00:00
Ed Nevill
2bde3c7c3e
8171537: aarch64: compiler/c1/Test6849574.java generates guarantee failure in C1
...
Reviewed-by: aph
2016-12-20 15:49:30 -05:00
Calvin Cheung
026a05429c
8171011: convert some CDS dump time warning and error messages to informational messages which will be printed with -XX:+PrintSharedSpaces
...
Print informational message if a module related options is used during dumping except for the -m option
Reviewed-by: iklam, jiangli, mseledtsov
2016-12-20 11:50:40 -08:00
Dmitrij Pochepko
973b6f24d0
8170886: compiler/ciReplay/TestSAServer.java intermittently throws NumberFormatException
...
Reviewed-by: thartmann
2016-12-20 17:35:20 +03:00
Martin Doerr
27139d7529
8171398: s390x: Make interpreter's math entries consistent with C1 and C2 and support FMA
...
Reviewed-by: lucy, goetz
2016-12-20 14:55:18 +01:00
Dmitry Samersoff
b06fa0ea3a
Merge
2016-12-20 13:02:16 +00:00
Dmitry Samersoff
c105d10fb0
8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase
...
Two separate flags, exception_detected and exception_caught, replaced with one.
Reviewed-by: sspitsyn, coleenp, dholmes
2016-12-20 15:40:01 +03:00
Dmitry Samersoff
8adc334dc2
Merge
2016-12-20 12:16:41 +00:00
Dmitry Samersoff
17a5dbaee6
Merge
2016-12-20 11:32:47 +00:00
Dmitry Samersoff
40d84ade8a
Merge
2016-12-20 11:19:36 +00:00
Dmitry Samersoff
c5e65622d8
8150563: LoadAgentDcmdTest.java can't find libinstrument.so
...
Test changed to reflect changes for 8066474 Remove the lib/$ARCH directory from Linux and Solaris images
Reviewed-by: sspitsyn
2016-12-20 14:15:02 +03:00
Dmitry Samersoff
25409feeb5
Merge
2016-12-20 10:53:52 +00:00
Jini George
5f477c032d
8159127: hprof heap dumps broken for lambda classdata
...
Added class dump records for lambda related anonymous classes in the heap dump
Reviewed-by: dsamersoff, sspitsyn
2016-12-20 13:35:40 +03:00
Kirill Zhaldybin
e52f4d1966
Merge
2016-12-20 11:33:25 +01:00
Thomas Stuefe
a9b90b0b4b
8171408: [aix] TOC overflow when linking the gtest libjvm.so
...
Reviewed-by: dholmes, simonis, erikj
2016-12-20 09:25:03 +01:00
Goetz Lindenmaier
12aa0a8788
8170655: [posix] Fix minimum stack size computations
...
Reviewed-by: dcubed, coleenp
2016-12-19 15:48:57 -08:00
Bob Vandette
6009cf0793
8168503: JEP 297: Unified arm32/arm64 Port
...
Reviewed-by: kvn, enevill, ihse, dholmes, erikj, coleenp, cjplummer
2016-12-19 12:39:01 -05:00
Erik Joelsson
9a80c66078
8171310: Gtest libjvm.so is always stripped
...
Reviewed-by: tbell, dholmes, stuefe
2016-12-19 16:26:22 +01:00
Jesper Wilhelmsson
4106c6bc9b
Merge
2016-12-19 00:49:34 +01:00
Ed Nevill
99ba5922e4
8171410: aarch64: long multiplyExact shifts by 31 instead of 63
...
Reviewed-by: aph
2016-12-18 17:26:44 -05:00
Jesper Wilhelmsson
a6fc4ec215
Merge
2016-12-18 15:37:50 +01:00
Thomas Stuefe
eeb6e2f01f
8171225: [aix] Fix gtests compile error on AIX 7.1 with xlC 12
...
Help xlC understand gtest asserts
Reviewed-by: erikj, dholmes, simonis
2016-12-18 10:57:49 +01:00
Vladimir Kozlov
77a659dbb3
8171276: More problems in compiler/aot/RecompilationTest.java tests
...
Don't inline any SimpleTestCaseHelper methods during AOT compilation
Reviewed-by: iveresov
2016-12-16 01:46:00 -08:00
Alan Bateman
6b87f1990b
Merge
2016-12-16 08:18:00 +00:00