-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Milestone
Description
Steps to reproduce:
(Preconditions - Windows 7 with latest patches installed and running; Oracle's Open JDK 11 downloaded and on local file system; Oracle's JDK 1.8.0_191 downloaded and on local file system)
- In SpringToolSuite4.ini, enter line -vm <path-to-Oracle-OpenJDK11.0.1> or set as Windows' default JDK via PATH and JAVA_HOME environment variables.
- Execute SpringToolSuite4.exe
- Add another JRE to STS
a. Click Window->Preferences
b. Click Java->Installed JREs
c. Click Add...
d. Click Standard VM
e. Click Next>
f. Click Directory and navigate to bin directory of Oracle's JDK 1.8.0_191
g. Click Finish
h. Click Apply and Close - Create a Java project
a. Click File->New->JavaProject
b. Click "Use a project specific JRE"
c. Select the jdk1.8.0_191 added in step 3.
c. Click Finish - Create a Class
a. Right click on project
b. Click New->Class
c. Enter a class name
d. Click Finish - In the editor, type in the full package name of a class.
- Use backspace and change to a different.
- Repeat step 7 several times.
At step 7, system starts to lag and eventually freezes. Note: Issue occurs more rapidly if Java 11 Support for Eclipse 2018-09 is installed. Consistently reproduced on Windows 7. Unable to reproduce on a Mac High Sierra.
Metadata
Metadata
Assignees
Labels
No labels