History log of /openjdk9/hotspot/src/share/vm/prims/whitebox.hpp
Revision Date Author Comments
# 11993:4e4dcd18c567 13-Sep-2016 dsimms

8164086: Checked JNI pending exception check should be cleared when returning to Java frame
Summary: Transitions to Java clear the pending pointer
Reviewed-by: dholmes, neliasso, coleenp


# 10970:7adb81e50689 07-Apr-2016 thartmann

8153514: Whitebox API should allow compilation of <clinit>
Summary: Added Whitebox API method to trigger compilation of static initializer.
Reviewed-by: zmajo, kvn, iignatyev


# 8190:1c8a3e6441f6 29-Mar-2015 thartmann

8075214: SIGSEGV in nmethod sweeping
Summary: Changed implementation of forceNMethodSweep() to request sweep from existing sweeper thread.
Reviewed-by: kvn, mgerdin, dholmes


# 7540:6830bd29d885 09-Dec-2014 iignatyev

8065134: Need WhiteBox::allocateCodeBlob(long, int) method to be implemented
Reviewed-by: kvn, dholmes, iignatyev
Contributed-by: tatiana.pivovarova@oracle.com


# 7499:b35313b1dff1 01-Dec-2014 iignatyev

8064669: compiler/whitebox/AllocationCodeBlobTest.java crashes / asserts
Reviewed-by: kvn, anoll


# 7383:dfc5ef36035d 10-Nov-2014 iignatyev

8059624: Test task: WhiteBox API for testing segmented codecache feature
Reviewed-by: kvn, thartmann


# 7129:a513d9d3cd85 08-Sep-2014 sjohanss

8057752: WhiteBox extension support for testing
Summary: Refactored parts of whitebox.cpp to enable registration of whitebox methods defined outside this file.
Reviewed-by: mikael, ctornqvi, jmasa


# 6707:a2122d7912ed 07-Jul-2014 stefank

8049421: G1 Class Unloading after completing a concurrent mark cycle
Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov
Contributed-by: stefan.karlsson@oracle.com, mikael.gerdin@oracle.com


# 6706:41bfe3e1b3dd 06-Jul-2014 stefank

8049420: Backout 8048248 to correct attribution
Reviewed-by: ehelin, brutisso


# 6705:639dfa793a2a 07-Jul-2014 stefank

8048248: G1 Class Unloading after completing a concurrent mark cycle
Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov


# 6190:300116a25290 27-Mar-2014 iignatyev

8038240: new WB API to get nmethod
Reviewed-by: morris, kvn


# 5930:9e2a544d59cc 14-Feb-2014 ccheung

8034860: Fatal error due to incorrect thread state during nightly testing
Summary: use the HAS_PENDING_EXCEPTION and CLEAR_PENDING_EXCEPTION macros
Reviewed-by: dholmes, coleenp, dcubed


# 5924:4f6bf7dd3f52 12-Feb-2014 ccheung

8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
Summary: added JNI exception pending check in several files under src/share/vm/prims directory
Reviewed-by: coleenp, minqi


# 5776:de6a9e811145 24-Dec-2013 mikael

8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
Summary: Copyright year updated for files modified during 2013
Reviewed-by: twisti, iveresov


# 4157:12e01444ca2d 13-Feb-2013 iignatyev

8006683: Add WhiteBox API to testing of compiler
Reviewed-by: kvn, vlivanov


# 3246:51612f0c0a79 15-Mar-2012 nloodin

7148488: Whitebox tests for the Diagnostic Framework Parser
Reviewed-by: brutisso, sla, mgerdin


# 3184:2d503de963b3 23-Feb-2012 mgerdin

7148152: Add whitebox testing API to HotSpot
Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality
Reviewed-by: phh, dholmes