Loading... (original) (raw)

Change java_lang_String::print to take a raw String oop instead of a Handle to a String oop. This change makes java_lang_String::print callable from code that has no HandleMark setup. E.g. when calling from a debugger.

backported by

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8049554 Don't use Handle in java_lang_String::print

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8063545 Don't use Handle in java_lang_String::print

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8070826 Don't use Handle in java_lang_String::print