Liang Mao
c91fa278fe
8339725: Concurrent GC crashed due to GetMethodDeclaringClass
...
Reviewed-by: lmesnik, coleenp, eosterlund, stefank
2024-09-14 05:36:47 +00:00
Magnus Ihse Bursie
66945e5010
8339336: Fix build system whitespace to adhere to coding conventions
...
Reviewed-by: erikj
2024-09-03 15:31:09 +00:00
Alan Bateman
6e228ce382
8336254: Virtual thread implementation + test updates
...
Reviewed-by: sspitsyn, kevinw
2024-07-25 04:59:01 +00:00
Saint Wesonga
f15d423fb5
6942632: Hotspot should be able to use more than 64 logical processors on Windows
...
Reviewed-by: jsjolen, dholmes
2024-06-06 11:55:43 +00:00
Magnus Ihse Bursie
16061874ff
8326947: Minimize MakeBase.gmk
...
Reviewed-by: erikj
2024-04-11 14:15:34 +00:00
Magnus Ihse Bursie
f0cd866a37
8329704: Implement framework for proper handling of JDK_LIBS
...
Reviewed-by: erikj, jwaters
2024-04-11 09:40:12 +00:00
Magnus Ihse Bursie
3f4b167c97
8329672: Only call SetupNativeCompilation from SetupJdkNativeCompilation
...
Reviewed-by: erikj
2024-04-05 08:37:41 +00:00
Mikael Vidstedt
8a4dc79e1a
8274300: Address dsymutil warning by excluding platform specific files
...
Reviewed-by: erikj
2024-01-08 20:17:29 +00:00
Stefan Karlsson
0d146361f2
8320515: assert(monitor->object_peek() != nullptr) failed: Owned monitors should not have a dead object
...
Reviewed-by: dholmes, ihse, sspitsyn, dcubed
2023-11-30 09:46:26 +00:00
Andrew Haley
df599dbb9b
8295159: DSO created with -ffast-math breaks Java floating-point arithmetic
...
Reviewed-by: ihse, dholmes, stuefe
2023-11-04 09:17:11 +00:00
Jorn Vernee
38bf1192b6
8310228: Improve error reporting for uncaught native exceptions on Windows
...
Reviewed-by: dholmes, djelinski
2023-09-21 13:54:35 +00:00
Erik Joelsson
a9679acd5c
8253620: Debug symbols for tests missing on macos and windows
...
Reviewed-by: dholmes, ihse, jwaters
2023-09-12 20:17:52 +00:00
David Holmes
c2f421b8bf
8311541: JavaThread::print_jni_stack doesn't support native stacks on all platforms
...
Reviewed-by: pchilanomate, shade, stuefe
2023-07-18 22:04:37 +00:00
Leo Korinth
c884862ad2
8309468: Remove jvmti Allocate locker test case
...
Reviewed-by: dholmes, lmesnik, sspitsyn
2023-06-13 12:31:20 +00:00
Leo Korinth
88236263dc
8309048: Remove malloc locker test case
...
Reviewed-by: dholmes, tschatzl, coleenp, lmesnik
2023-05-31 08:53:47 +00:00
David Holmes
1e6770fb97
8308341: JNI_GetCreatedJavaVMs returns a partially initialized JVM
...
Reviewed-by: jsjolen, gziemski
2023-05-30 22:46:06 +00:00
Justin King
27126157d9
8298445: Add LeakSanitizer support in HotSpot
...
Reviewed-by: erikj, ihse
2023-02-07 17:41:25 +00:00
Justin King
edf1e1ab4a
8300592: ASan build does not correctly propagate options to some test launchers
...
Reviewed-by: ihse
2023-01-25 16:18:29 +00:00
David Holmes
375743336d
8295974: jni_FatalError and Xcheck:jni warnings should print the native stack when there are no Java frames
...
Reviewed-by: coleenp, rehn, sspitsyn
2023-01-03 04:22:51 +00:00
Harold Seigel
37aa7c165d
8292559: Add test for -XX:+CheckJNICalls showing changed signal handlers
...
Reviewed-by: stuefe, coleenp
2022-08-19 12:19:35 +00:00
Harold Seigel
0d96546ab9
8292054: Test runtime/posixSig/TestPosixSig.java fails with 'Test failed, bad output.'
...
Reviewed-by: coleenp, stuefe
2022-08-17 19:56:14 +00:00
David Holmes
6eb7c3ad0e
8290732: JNI DestroyJavaVM can start shutdown when one non-daemon thread remains
...
Reviewed-by: stuefe, rehn
2022-08-12 06:41:22 +00:00
Harold Seigel
48b77a6969
8285792: Posix signal handler modification checking issues.
...
Reviewed-by: dholmes, erikj
2022-07-27 12:22:55 +00:00
Robbin Ehn
ac399e9777
8286957: Held monitor count
...
Reviewed-by: rpressler, eosterlund
2022-07-08 07:12:19 +00:00
Alan Bateman
9583e3657e
8284161: Implementation of Virtual Threads (Preview)
...
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
2022-05-07 08:06:16 +00:00
Igor Ignatyev
34ba70a71b
8269037: jsig/Testjsig.java doesn't have to be restricted to linux only
...
Reviewed-by: mseledtsov, dholmes
2021-08-04 02:19:01 +00:00
Igor Ignatyev
e7f8e1fdb5
8211977: move testlibrary tests into one place
...
Reviewed-by: erikj, dholmes, ihse
2020-06-16 09:50:45 -07:00
Mikael Vidstedt
071bd521bc
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
...
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
2020-05-20 17:33:37 -07:00
David Holmes
c42de93347
8238676: jni crashes on accessing it from process exit hook
...
Reviewed-by: fparain, gziemski
2020-03-02 19:49:42 -05:00
Mikhailo Seledtsov
ccb4ab5499
8179317: [TESTBUG] rewrite runtime shell tests in java
...
Converted shell tests to Java
Reviewed-by: dholmes, iignatyev, lmesnik
2020-02-05 07:31:13 -08:00
Jeremy Manson
238c17bdb5
8225035: Thread stack size issue caused by large TLS size
...
Adjust thread stack size for static TLS on Linux when AdjustStackSizeForTLS is enabled.
Co-authored-by: Florian Weimer <fweimer@redhat.com>
Co-authored-by: Jiangli Zhou <jianglizhou@google.com>
Reviewed-by: dholmes, fweimer, stuefe, rriggs, martin
2019-07-09 10:27:38 -07:00
Jean Christophe Beyler
127d225d25
8223779: Build failure after 8223040 (Add a AsyncGetCallTrace test)
...
Fix a build flag for the AGCT test
Reviewed-by: cjplummer, sspitsyn
2019-05-13 20:45:03 -07:00
Jean Christophe Beyler
4e2ebd3937
8223040: Add a AsyncGetCallTrace test
...
Add a AsyncGetCallTrace test
Reviewed-by: sspitsyn, dcubed
2019-05-08 15:36:10 -07:00
Jean Christophe Beyler
fd3378a73e
8213501: Deploy ExceptionJniWrapper for a few tests
...
Add more tests to be using the wrapper
Reviewed-by: phh, amenkov, sspitsyn, dholmes, cjplummer
2019-04-23 08:11:38 -07:00
Erik Joelsson
ebcf4ca1e7
8220529: JDK-8220383 broke test image build
...
Reviewed-by: tbell
2019-03-12 12:12:01 -07:00
Erik Joelsson
2af935c800
8220383: Incremental build is broken and inefficient
...
Reviewed-by: tbell
2019-03-12 08:04:33 -07:00
Magnus Ihse Bursie
208c58c862
8218431: Improved platform checking in makefiles
...
Reviewed-by: erikj
2019-02-07 12:35:45 +01:00
Igor Ignatyev
8c47dc4a94
8209611: use C++ compiler for hotspot tests
...
Reviewed-by: vlivanov, ihse, erikj, jcbeyler
2018-08-28 14:37:34 -07:00
Severin Gehwolf
1ab91ea928
8208091: SA: jhsdb jstack --mixed throws UnmappedAddressException on i686
...
Be sure to use the same register index in native and Java code.
Reviewed-by: sballal, cjplummer, tbell
2018-07-23 18:08:46 +02:00
David Holmes
e9ad46f26c
8205878: pthread_getcpuclockid is expected to return 0 code
...
Reviewed-by: cjplummer, amenkov, coleenp
2018-07-09 20:17:32 -04:00
Igor Ignatyev
91cff962f9
8199380: [TESTBUG] Open source VM testbase AOD tests
...
Reviewed-by: erikj, sspitsyn
2018-05-30 16:18:56 -07:00
Daniil Titov
de66432d4a
8203802: Jvmti test fails to build with VS2017
...
Reviewed-by: sspitsyn, erikj
2018-05-30 08:59:56 -07:00
Erik Joelsson
73c228a63a
8203795: Change default compiler on Windows to VS2017
...
Reviewed-by: ihse, prr
2018-05-25 20:47:20 +02:00
Igor Ignatyev
59ac4c2629
8199383: [TESTBUG] Open source VM testbase JVMTI tests
...
Reviewed-by: sspitsyn, erikj
2018-05-24 17:12:15 -07:00
Mikhailo Seledtsov
6b45a75b88
8199255: [TESTBUG] Open source VM testbase default methods tests
...
Open sourced default method tests
Reviewed-by: ccheung, iignatyev, erikj
2018-05-23 17:09:49 -07:00
Leonid Mesnik
5dcd1ced4c
8199271: [TESTBUG] open source VM testbase stress tests
...
Reviewed-by: mseledtsov, sspitsyn, erikj
2018-05-17 16:21:27 -07:00
Igor Ignatyev
072459a055
8199370: [TESTBUG] Open source vm testbase GC tests
...
Reviewed-by: erikj, ihse, ehelin
2018-05-17 14:52:47 -07:00
Igor Ignatyev
01b0f9ea7d
8199384: [TESTBUG] Open source VM testbase MLVM tests
...
Reviewed-by: erikj, mseledtsov, vlivanov
2018-05-17 00:23:28 -07:00
Igor Ignatyev
e48cfc709d
8199382: [TESTBUG] Open source VM testbase JDI tests
...
Reviewed-by: erikj, kvn, sspitsyn
2018-05-05 09:24:29 -07:00
Igor Ignatyev
47bc94b60e
8199375: [TESTBUG] Open source vm testbase monitoring tests
...
Reviewed-by: kvn, ihse, sspitsyn
2018-05-02 16:43:56 -07:00