src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/Property.java

Print this page

        

*** 99,109 **** /** Property field number or spill slot. */ private final int slot; /** SwitchPoint that is invalidated when property is changed, optional */ ! protected SwitchPoint changeCallback; private static final long serialVersionUID = 2099814273074501176L; /** * Constructor --- 99,109 ---- /** Property field number or spill slot. */ private final int slot; /** SwitchPoint that is invalidated when property is changed, optional */ ! protected transient SwitchPoint changeCallback; private static final long serialVersionUID = 2099814273074501176L; /** * Constructor