Vladimir Kozlov
4200d0d095
Merge
2014-02-20 12:20:56 -08:00
Volker Simonis
05eda55e3c
8035423: AIX: Fix os::get_default_process_handle() in os_aix.cpp after 8031968
...
Reviewed-by: kvn
2014-02-20 14:44:33 +01:00
Goetz Lindenmaier
a5520f1c94
8035394: PPC64: Make usage of intrinsic dsqrt depend on processor recognition
...
Reviewed-by: kvn
2014-02-20 11:05:12 +01:00
Axel Siebenborn
b0422f5f50
8035392: cppInterpreter: fix message of NPE
...
Reviewed-by: kvn
2014-02-20 10:48:57 +01:00
Goetz Lindenmaier
683ea742f2
8034797: AIX: Fix os::naked_short_sleep() in os_aix.cpp after 8028280
...
Imlements os::naked_short_sleep(jlong ms) on AIX
Reviewed-by: dholmes, kvn
2014-02-19 14:03:09 -08:00
Vladimir Kozlov
5117e1a805
Merge
2014-02-19 12:08:49 -08:00
Coleen Phillimore
db6974faf7
8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option
...
Add IgnoreUnrecognizedVMOptions for product mode run
Reviewed-by: ctornqvi, dholmes
2014-02-18 09:54:24 -05:00
Serguei Spitsyn
95cdf53e75
8034249: need more workarounds for suspend equivalent condition issue
...
Collect data at safepoint, do not rely on thread suspension
Reviewed-by: dcubed, dholmes
2014-02-18 06:19:49 -08:00
Staffan Larsen
43b711ea78
8034080: Remove the USDT1 dtrace code from Hotspot
...
Reviewed-by: dholmes, coleenp
2014-02-18 09:15:40 +01:00
Harold Seigel
b4be5da833
Merge
2014-02-15 14:41:04 -05:00
Coleen Phillimore
4ab0b2732c
8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
...
Remove search in system dictionary and hacks, replace with verifying in CLD::_klasses list.
Reviewed-by: dcubed, acorn
2014-02-15 13:03:38 -05:00
Shanliang Jiang
c9b3cbbdcc
8007710: runtime/7158988/FieldMonitor.java fails with com.sun.jdi.VMDisconnectedException: Connection closed
...
Reviewed-by: sla, jbachorik, sspitsyn
2014-02-14 16:17:22 +01:00
Calvin Cheung
297485c528
8034860: Fatal error due to incorrect thread state during nightly testing
...
Use the HAS_PENDING_EXCEPTION and CLEAR_PENDING_EXCEPTION macros
Reviewed-by: dholmes, coleenp, dcubed
2014-02-14 09:50:17 -08:00
Erik Helin
c5ef624e7c
Merge
2014-02-13 17:57:27 +01:00
Dmitry Samersoff
804e3ed06d
Merge
2014-02-12 22:16:39 +00:00
Dmitry Samersoff
35acb940bf
Merge
2014-02-12 21:55:56 +00:00
Calvin Cheung
50eeace70b
Merge
2014-02-12 12:09:22 -08:00
Calvin Cheung
afe8f1c904
8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
...
Added JNI exception pending check in several files under src/share/vm/prims directory
Reviewed-by: coleenp, minqi
2014-02-12 12:01:45 -08:00
Christian Tornqvist
56c2d62e5e
8034781: [TESTBUG] runtime/ClassFileUnsupportedClassFileVersion.java unable to find or load main class
...
Passed empty string to ProcessBuilder which caused problems on Linux, fixed by checking string length
Reviewed-by: lfoltan, sla, mseledtsov
2014-02-12 20:40:02 +01:00
Dmitry Samersoff
656746d828
7127191: SA JSDB does not display native symbols correctly for transported Linux cores
...
Better handle SA_ALTROOT
Reviewed-by: sla, sspitsyn
2014-02-12 23:39:53 +04:00
Mike Duigou
fdfbfc0261
Merge
2014-02-12 10:55:28 -08:00
Dmitry Samersoff
a279dee28c
8023667: SA: ExceptionBlob and other C2 classes not available in client VM
...
Ignore error of intialization of C2 only variables
Reviewed-by: sla, dholmes
2014-02-12 22:08:43 +04:00
Mike Duigou
b633a889a7
8030350: Enable additional compiler warnings for GCC
...
Reviewed-by: dholmes, coleenp, erikj, tbell, ihse
2014-02-12 09:37:18 -08:00
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
Stefan Johansson
05e4dd3c74
8033426: Scale initial NewSize using NewRatio if not set on command line
...
Now using NewRatio to size initial NewSize if not specified on commandline.
Reviewed-by: jmasa, jwilhelm
2014-02-05 11:05:13 +01: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