Henry Jen
a752b0b503
8033215: clang: node.cpp:284 IDX_INIT macro use uninitialized field _out
...
Reviewed-by: twisti, kvn
2014-02-11 21:32:19 -08:00
Ioi Lam
d0baa9304f
Merge
2014-02-11 10:05:02 -08:00
Ioi Lam
7f138c5502
7182040: volano29 limited by os resource on Linux - need better diagnostic message
...
Changed message to "unable to create native thread: possibly out of memory or process/resource limits reached"
Reviewed-by: dholmes, sla
2014-02-11 08:43:17 -08:00
Yumin Qi
a90e842e0c
8033792: AltHashing used jint for imprecise bit shifting
...
AltHashing used jint the way of juint in bit shifting which could lead loss of precision. Fix by change _seed defined as juint.
Reviewed-by: coleenp, ccheung
2014-02-10 21:29:14 -08:00
Daniel D. Daugherty
35ff06e689
Merge
2014-02-10 14:07:11 -08:00
Daniel D. Daugherty
3c5c0ddbce
Merge
2014-02-10 12:58:53 -08:00
Daniel D. Daugherty
cf5c3370a3
8028073: race condition in ObjectMonitor implementation causing deadlocks
...
Move redo of ParkEvent.unpark() after JVMTI_EVENT_MONITOR_WAITED event handler is called.
Reviewed-by: dholmes, sspitsyn, dice, acorn
2014-02-10 12:48:54 -08:00
Ron Durbin
57d286084a
8005262: possible gamma launcher issues
...
Cleaned out make targets and comments associated with the previously removed gamma launcher
Reviewed-by: dcubed, stefank
2014-02-10 12:38:34 -08:00
Christian Tornqvist
dd25d6fed0
8016644: Improve UnsupportedClassVersionError message
...
Improved the UnsupportedClassVersionError message to hopefully be more user friendly
Reviewed-by: coleenp, dholmes, twisti
2014-02-10 17:49:17 +01:00
Harold Seigel
7a48daef16
Merge
2014-02-09 13:28:58 -05:00
Coleen Phillimore
2759eb10ae
8033528: assert(0 <= i && i < length()) failed: index out of bounds
...
Restoring bytecodes for invokedynamic had wrong index calculation added testing stress option.
Reviewed-by: twisti, hseigel
2014-02-07 18:30:27 -05:00
Gerald Thornbrugh
3d76a6654e
8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size
...
Loosen new assert() in get_stack_commited_bottom()
Reviewed-by: dcubed, coleenp, dsamersoff, hseigel
2014-02-07 11:47:24 -08:00
Alejandro Murillo
9b7378e4fa
Merge
2014-02-07 09:41:36 -08:00
Daniel D. Daugherty
62755b7358
8033714: hotspot 'install_jvm' bld target broken with ZIP_DEBUGINFO_FILES=0
...
Fixed faulty logic in makefiles when compressed FDS builds are disabled
Reviewed-by: rdurbin, dholmes, never, dnsimon, tbell
2014-02-07 09:03:44 -08:00
Oleg Mazurov
50b13833fa
8025841: JVMTI: "vtable stub" dynamic code notification is misplaced
...
Generate correct "vtable stub" dynamic code notifications
Reviewed-by: sspitsyn, kvn, coleenp
2014-02-06 20:13:38 -08:00
Coleen Phillimore
f23cf29e0f
Merge
2014-02-06 20:32:08 +00:00
Frederic Parain
90b16fd7a9
Merge
2014-02-06 14:51:01 -05:00
Gerald Thornbrugh
d3a85e73a7
8029775: Solaris code cleanup
...
8033464: Linux code cleanup
Cleaned up warnings in solaris and linux specific os code.
Reviewed-by: coleenp, fparain, dcubed
2014-02-06 14:28:35 -05:00
Coleen Phillimore
3eb1ac89c6
8028735: runtime/RedefineObject/TestRedefineObject.java interrupted (timed out?) on solaris_sparcv9-fastdebug-c2-runtime and solaris_x64-debugOpen-c2-runtime
...
Change GC loop counter to 100 which is enough to test the original problem but doesn't timeout the test.
Reviewed-by: ctornqvi, lfoltan, mseledtsov, sla
2014-02-06 18:57:46 +00:00
Frederic Parain
41edfa7107
8030808: dtrace/hotspot/Monitors/Monitors001 fails in product builds on solaris-sparc
...
Reviewed-by: sspitsyn, dcubed, kamg, dholmes
2014-02-06 17:59:35 +00:00
Henry Jen
aae536aad7
8033289: clang: clean up unused function warning
...
Reviewed-by: coleenp, dholmes, mgerdin
2014-02-05 21:24:29 -08:00
Calvin Cheung
a3c78aac2f
8032010: Attempt to resolve abstract method in concrete class fails with AbstractMethodError
...
Removing a check in LinkResolver::resolve_method() to conform with a change in JVMS-8 5.4.3.3. Method Resolution
Reviewed-by: coleenp, lfoltan
2014-02-05 15:14:47 -08:00
Alejandro Murillo
ce3e113478
Merge
2014-02-05 08:57:33 -08:00
Serguei Spitsyn
465cfd7c01
8032223: nsk/regression/b4663146 gets assert(SafepointSynchronize::is_at_safepoint() || JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits))
...
It is better to calculate frame count for suspended threads at a safepoint
Reviewed-by: twisti, dsamersoff, sla, dholmes, dcubed
2014-02-04 19:41:46 -08:00
Staffan Larsen
731320a7fd
8033126: Can't call default methods from JNI
...
Reviewed-by: dholmes, acorn, kamg
2014-02-03 15:24:20 +01:00
Staffan Larsen
eaac73cf84
8032462: Change the linux SDT implementation to use USDT2 instead of USDT1
...
Reviewed-by: coleenp, sspitsyn, kamg
2014-02-03 13:41:26 +01:00
Harold Seigel
f8cf8b295d
Merge
2014-02-02 15:31:40 -05:00
Ron Durbin
97d55c801e
8027113: decouple the '-XXaltjvm=<path>' option from the gamma launcher
...
Decoupled the '-XXaltjvm=<path>' option from the gamma launcher. Clearing the way for removing the remaining cruft associated with the previously removed gamma launcher.
Reviewed-by: dcubed, dholmes
2014-01-30 14:12:22 -08:00
Erik Helin
4b802a6d31
Merge
2014-01-30 14:01:45 +01:00
Jaroslav Bachorik
455663f56e
6656031: SA: jmap -permstat number of classes is off by 1
...
Reviewed-by: sla, dholmes
2014-01-30 09:41:45 +01:00
Harold Seigel
b7100718e8
Merge
2014-01-29 19:54:44 -05:00
Jesper Wilhelmsson
5301534dc3
8028391: Make the Min/MaxHeapFreeRatio flags manageable
...
Made the flags Min- and MaxHeapFreeRatio manageable, and implemented support for these flags in ParallalGC.
Reviewed-by: sla, mgerdin, brutisso
2014-01-29 23:17:05 +01:00
Lana Steuck
9ac2066ae4
Merge
2014-01-28 11:21:43 -08:00
J. Duke
e403295cae
Merge
2017-07-05 19:28:21 +02:00
J. Duke
13a015a154
Merge
2017-07-05 19:28:18 +02:00
J. Duke
f1b0f0a0b6
Merge
2017-07-05 19:28:11 +02:00
J. Duke
5978721467
Merge
2017-07-05 19:28:03 +02:00
J. Duke
73c59a2643
Merge
2017-07-05 19:27:58 +02:00
J. Duke
4189ae491e
Merge
2017-07-05 19:27:42 +02:00
J. Duke
85481a0d3f
Merge
2017-07-05 19:27:37 +02:00
J. Duke
0b11470dab
Merge
2017-07-05 19:27:16 +02:00
J. Duke
cd5f167d2e
Added tag jdk9-b01 for changeset f130ca87de66
2017-07-05 19:26:54 +02:00
J. Duke
343c8d34a8
Merge
2017-07-05 19:26:54 +02:00
J. Duke
71227fa4e2
Merge
2017-07-05 19:26:50 +02:00
J. Duke
355f80fb37
Merge
2017-07-05 19:26:45 +02:00
J. Duke
38c9e86fbd
Merge
2017-07-05 19:26:41 +02:00
J. Duke
b5e19dc13d
Merge
2017-07-05 19:26:37 +02:00
J. Duke
b841f889c7
Merge
2017-07-05 19:26:34 +02:00
J. Duke
a8ce2475eb
Merge
2017-07-05 19:26:30 +02:00
J. Duke
3a9f936f33
Merge
2017-07-05 19:26:20 +02:00