uschindler commented on pull request #1824:
URL: https://github.com/apache/lucene-solr/pull/1824#issuecomment-686468187
Hi, I added detectction in my latest commit:
```
C:\Users\Uwe Schindler\Projects\lucene\trunk-lusolr1>java -version
openjdk version "11.0.2" 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
C:\Users\Uwe Schindler\Projects\lucene\trunk-lusolr1>gradlew
-Ptests.verbose=true :lucene:core:test --tests
TestLucene87StoredFieldsFormatHighCompression | grep buggy
2> JDK is buggy: false
```
vs.
```
C:\Users\Uwe Schindler\Projects\lucene\trunk-lusolr1>java -version
openjdk version "13" 2019-09-17
OpenJDK Runtime Environment (build 13+33)
OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing)
C:\Users\Uwe Schindler\Projects\lucene\trunk-lusolr1>gradlew
-Ptests.verbose=true :lucene:core:test --tests
TestLucene87StoredFieldsFormatHighCompression | grep buggy
2> JDK is buggy: true
```
The `System.err.println()` needs of course be removed before merge :-)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]